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)
Nc4Chunking
isChunked
in interface Nc4Chunking
public long[] computeChunking(Variable v)
Nc4Chunking
computeChunking
in interface Nc4Chunking
public int getDeflateLevel(Variable v)
Nc4Chunking
getDeflateLevel
in interface Nc4Chunking
public boolean isShuffle(Variable v)
Nc4Chunking
isShuffle
in interface Nc4Chunking