@Generated(value="Autogenerated by Thrift Compiler (0.14.0)", date="2022-09-21") public class BloomFilterHash extends org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
Modifier and Type | Class and Description |
---|---|
static class |
BloomFilterHash._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<BloomFilterHash._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
BloomFilterHash() |
BloomFilterHash(BloomFilterHash._Fields setField,
Object value) |
BloomFilterHash(BloomFilterHash other) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkType(BloomFilterHash._Fields setField,
Object value) |
int |
compareTo(BloomFilterHash other) |
BloomFilterHash |
deepCopy() |
protected BloomFilterHash._Fields |
enumForId(short id) |
boolean |
equals(BloomFilterHash other) |
boolean |
equals(Object other) |
BloomFilterHash._Fields |
fieldForId(int fieldId) |
protected org.apache.thrift.protocol.TField |
getFieldDesc(BloomFilterHash._Fields setField) |
protected org.apache.thrift.protocol.TStruct |
getStructDesc() |
XxHash |
getXXHASH()
xxHash Strategy.
|
int |
hashCode() |
boolean |
isSetXXHASH() |
void |
setXXHASH(XxHash value)
xxHash Strategy.
|
protected Object |
standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TField field) |
protected void |
standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
protected Object |
tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
short fieldID) |
protected void |
tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
static BloomFilterHash |
XXHASH(XxHash value) |
public static final Map<BloomFilterHash._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public BloomFilterHash()
public BloomFilterHash(BloomFilterHash._Fields setField, Object value)
public BloomFilterHash(BloomFilterHash other)
public BloomFilterHash deepCopy()
public static BloomFilterHash XXHASH(XxHash value)
protected void checkType(BloomFilterHash._Fields setField, Object value) throws ClassCastException
checkType
in class org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
ClassCastException
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
standardSchemeReadValue
in class org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
org.apache.thrift.TException
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
standardSchemeWriteValue
in class org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
org.apache.thrift.TException
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException
tupleSchemeReadValue
in class org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
org.apache.thrift.TException
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
tupleSchemeWriteValue
in class org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
org.apache.thrift.TException
protected org.apache.thrift.protocol.TField getFieldDesc(BloomFilterHash._Fields setField)
getFieldDesc
in class org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
protected org.apache.thrift.protocol.TStruct getStructDesc()
getStructDesc
in class org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
protected BloomFilterHash._Fields enumForId(short id)
enumForId
in class org.apache.thrift.TUnion<BloomFilterHash,BloomFilterHash._Fields>
public BloomFilterHash._Fields fieldForId(int fieldId)
public XxHash getXXHASH()
public void setXXHASH(XxHash value)
public boolean isSetXXHASH()
public boolean equals(BloomFilterHash other)
public int compareTo(BloomFilterHash other)
Copyright © 2022 The Apache Software Foundation. All rights reserved.