public class Nc4ChunkingStrategyNone extends Nc4ChunkingDefault
Nc4Chunking.Strategy| Constructor and Description |
|---|
Nc4ChunkingStrategyNone() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
computeChunking, computeUnlimitedChunking, convertToLong, convertUnlimitedShape, getDefaultChunkSize, getMinChunksize, getMinVariableSize, setDefaultChunkSize, setMinChunksize, setMinVariableSizecomputeChunkingFromAttribute, factory, getChunkAttributepublic boolean isChunked(Variable v)
Nc4ChunkingisChunked in interface Nc4ChunkingisChunked in class Nc4ChunkingDefaultpublic int getDeflateLevel(Variable v)
Nc4ChunkinggetDeflateLevel in interface Nc4ChunkinggetDeflateLevel in class Nc4ChunkingStrategypublic boolean isShuffle(Variable v)
Nc4ChunkingisShuffle in interface Nc4ChunkingisShuffle in class Nc4ChunkingStrategy