public class Nc4ChunkingStrategyGrib extends Nc4ChunkingDefault
Nc4Chunking.Strategy| Constructor and Description |
|---|
Nc4ChunkingStrategyGrib(int deflateLevel,
boolean shuffle) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
computeChunking(Variable v)
Compute the chunk size for this Variable.
|
boolean |
isChunked(Variable v)
Should this variable be chunked?
|
computeUnlimitedChunking, convertToLong, convertUnlimitedShape, getDefaultChunkSize, getMinChunksize, getMinVariableSize, setDefaultChunkSize, setMinChunksize, setMinVariableSizecomputeChunkingFromAttribute, factory, getChunkAttribute, getDeflateLevel, isShufflepublic Nc4ChunkingStrategyGrib(int deflateLevel,
boolean shuffle)
public boolean isChunked(Variable v)
Nc4ChunkingisChunked in interface Nc4ChunkingisChunked in class Nc4ChunkingDefaultpublic long[] computeChunking(Variable v)
Nc4ChunkingcomputeChunking in interface Nc4ChunkingcomputeChunking in class Nc4ChunkingDefault