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, getDefaultChunkSize, getMinChunksize, getMinVariableSize, setDefaultChunkSize, setMinChunksize, setMinVariableSize
factory
public int getDeflateLevel(Variable v)
Nc4Chunking
getDeflateLevel
in interface Nc4Chunking
getDeflateLevel
in class Nc4ChunkingStrategy
public boolean isChunked(Variable v)
Nc4Chunking
isChunked
in interface Nc4Chunking
isChunked
in class Nc4ChunkingDefault
public boolean isShuffle(Variable v)
Nc4Chunking
isShuffle
in interface Nc4Chunking
isShuffle
in class Nc4ChunkingStrategy