public static class TKvdbService.getItems_args extends Object implements org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>, Serializable, Cloneable
限定符和类型 | 类和说明 |
---|---|
static class |
TKvdbService.getItems_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
限定符和类型 | 字段和说明 |
---|---|
List<ByteBuffer> |
keys |
KeyPair |
kp
a list of keys to fetch, the Item list
will have the Results at corresponding positions
or null if there was an error
|
static Map<TKvdbService.getItems_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
构造器和说明 |
---|
TKvdbService.getItems_args() |
TKvdbService.getItems_args(KeyPair kp,
List<ByteBuffer> keys) |
TKvdbService.getItems_args(TKvdbService.getItems_args other)
Performs a deep copy on other.
|
限定符和类型 | 方法和说明 |
---|---|
void |
addToKeys(ByteBuffer elem) |
void |
clear() |
int |
compareTo(TKvdbService.getItems_args other) |
TKvdbService.getItems_args |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(TKvdbService.getItems_args that) |
TKvdbService.getItems_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(TKvdbService.getItems_args._Fields field) |
List<ByteBuffer> |
getKeys() |
Iterator<ByteBuffer> |
getKeysIterator() |
int |
getKeysSize() |
KeyPair |
getKp()
a list of keys to fetch, the Item list
will have the Results at corresponding positions
or null if there was an error
|
int |
hashCode() |
boolean |
isSet(TKvdbService.getItems_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetKeys()
Returns true if field keys is set (has been assigned a value) and false otherwise
|
boolean |
isSetKp()
Returns true if field kp is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(TKvdbService.getItems_args._Fields field,
Object value) |
TKvdbService.getItems_args |
setKeys(List<ByteBuffer> keys) |
void |
setKeysIsSet(boolean value) |
TKvdbService.getItems_args |
setKp(KeyPair kp)
a list of keys to fetch, the Item list
will have the Results at corresponding positions
or null if there was an error
|
void |
setKpIsSet(boolean value) |
String |
toString() |
void |
unsetKeys() |
void |
unsetKp() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public KeyPair kp
public List<ByteBuffer> keys
public static final Map<TKvdbService.getItems_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TKvdbService.getItems_args()
public TKvdbService.getItems_args(KeyPair kp, List<ByteBuffer> keys)
public TKvdbService.getItems_args(TKvdbService.getItems_args other)
public TKvdbService.getItems_args deepCopy()
deepCopy
在接口中 org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>
public void clear()
clear
在接口中 org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>
public KeyPair getKp()
public TKvdbService.getItems_args setKp(KeyPair kp)
public void unsetKp()
public boolean isSetKp()
public void setKpIsSet(boolean value)
public int getKeysSize()
public Iterator<ByteBuffer> getKeysIterator()
public void addToKeys(ByteBuffer elem)
public List<ByteBuffer> getKeys()
public TKvdbService.getItems_args setKeys(List<ByteBuffer> keys)
public void unsetKeys()
public boolean isSetKeys()
public void setKeysIsSet(boolean value)
public void setFieldValue(TKvdbService.getItems_args._Fields field, Object value)
setFieldValue
在接口中 org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>
public Object getFieldValue(TKvdbService.getItems_args._Fields field)
getFieldValue
在接口中 org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>
public boolean isSet(TKvdbService.getItems_args._Fields field)
isSet
在接口中 org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>
public boolean equals(TKvdbService.getItems_args that)
public int compareTo(TKvdbService.getItems_args other)
compareTo
在接口中 Comparable<TKvdbService.getItems_args>
public TKvdbService.getItems_args._Fields fieldForId(int fieldId)
fieldForId
在接口中 org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
在接口中 org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
在接口中 org.apache.thrift.TBase<TKvdbService.getItems_args,TKvdbService.getItems_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2016. All rights reserved.