Interface Nc4Chunking

    • Method Detail

      • isChunked

        boolean isChunked​(Variable v)
        Should this variable be chunked?
      • getChunking

        long[] getChunking​(Variable v)
      • computeChunking

        long[] computeChunking​(Variable.Builder<?> vb)
        Compute the chunk size for this Variable.
      • getDeflateLevel

        int getDeflateLevel​(Variable.Builder<?> vb)
        Get the deflation level. 0 corresponds to no compression and 9 to maximum compression.
      • isShuffle

        boolean isShuffle​(Variable.Builder<?> vb)
        Set true to turn shuffling on which may improve compression. This option is ignored unless a non-zero deflation level is specified.