Class BloomFilterHeader

    • Method Detail

      • getNumBytes

        public int getNumBytes()
        The size of bitset in bytes *
      • setNumBytes

        public BloomFilterHeader setNumBytes​(int numBytes)
        The size of bitset in bytes *
      • unsetNumBytes

        public void unsetNumBytes()
      • isSetNumBytes

        public boolean isSetNumBytes()
        Returns true if field numBytes is set (has been assigned a value) and false otherwise
      • setNumBytesIsSet

        public void setNumBytesIsSet​(boolean value)
      • unsetAlgorithm

        public void unsetAlgorithm()
      • isSetAlgorithm

        public boolean isSetAlgorithm()
        Returns true if field algorithm is set (has been assigned a value) and false otherwise
      • setAlgorithmIsSet

        public void setAlgorithmIsSet​(boolean value)
      • getHash

        public BloomFilterHash getHash()
        The hash function used for Bloom filter. *
      • unsetHash

        public void unsetHash()
      • isSetHash

        public boolean isSetHash()
        Returns true if field hash is set (has been assigned a value) and false otherwise
      • setHashIsSet

        public void setHashIsSet​(boolean value)
      • unsetCompression

        public void unsetCompression()
      • isSetCompression

        public boolean isSetCompression()
        Returns true if field compression is set (has been assigned a value) and false otherwise
      • setCompressionIsSet

        public void setCompressionIsSet​(boolean value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException