public static class DatasetWriter.BeanChunker extends java.lang.Object implements Nc4Chunking
Nc4Chunking.Strategy| Modifier and Type | Method and Description |
|---|---|
long[] |
computeChunking(Variable v)
Compute the chunk size for this Variable.
|
int |
getDeflateLevel(Variable v)
Get the deflation level.
|
boolean |
isChunked(Variable v)
Should this variable be chunked?
|
boolean |
isShuffle(Variable v)
Set true to turn shuffling on which may improve compression.
|
public boolean isChunked(Variable v)
Nc4ChunkingisChunked in interface Nc4Chunkingpublic long[] computeChunking(Variable v)
Nc4ChunkingcomputeChunking in interface Nc4Chunkingpublic int getDeflateLevel(Variable v)
Nc4ChunkinggetDeflateLevel in interface Nc4Chunkingpublic boolean isShuffle(Variable v)
Nc4ChunkingisShuffle in interface Nc4Chunking