public static class KeyValueMasterClientService.mergeStore_args extends Object implements org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>, Serializable, Cloneable, Comparable<KeyValueMasterClientService.mergeStore_args>
Modifier and Type | Class and Description |
---|---|
static class |
KeyValueMasterClientService.mergeStore_args._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<KeyValueMasterClientService.mergeStore_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
mergeStore_args() |
mergeStore_args(KeyValueMasterClientService.mergeStore_args other)
Performs a deep copy on other.
|
mergeStore_args(String fromPath,
String toPath,
MergeStoreTOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(KeyValueMasterClientService.mergeStore_args other) |
KeyValueMasterClientService.mergeStore_args |
deepCopy() |
boolean |
equals(KeyValueMasterClientService.mergeStore_args that) |
boolean |
equals(Object that) |
KeyValueMasterClientService.mergeStore_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(KeyValueMasterClientService.mergeStore_args._Fields field) |
String |
getFromPath()
the path of the store to be merged
|
MergeStoreTOptions |
getOptions()
the method options
|
String |
getToPath()
the path of the store to be merged to
|
int |
hashCode() |
boolean |
isSet(KeyValueMasterClientService.mergeStore_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetFromPath()
Returns true if field fromPath is set (has been assigned a value) and false otherwise
|
boolean |
isSetOptions()
Returns true if field options is set (has been assigned a value) and false otherwise
|
boolean |
isSetToPath()
Returns true if field toPath is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(KeyValueMasterClientService.mergeStore_args._Fields field,
Object value) |
KeyValueMasterClientService.mergeStore_args |
setFromPath(String fromPath)
the path of the store to be merged
|
void |
setFromPathIsSet(boolean value) |
KeyValueMasterClientService.mergeStore_args |
setOptions(MergeStoreTOptions options)
the method options
|
void |
setOptionsIsSet(boolean value) |
KeyValueMasterClientService.mergeStore_args |
setToPath(String toPath)
the path of the store to be merged to
|
void |
setToPathIsSet(boolean value) |
String |
toString() |
void |
unsetFromPath() |
void |
unsetOptions() |
void |
unsetToPath() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<KeyValueMasterClientService.mergeStore_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public mergeStore_args()
public mergeStore_args(String fromPath, String toPath, MergeStoreTOptions options)
public mergeStore_args(KeyValueMasterClientService.mergeStore_args other)
public KeyValueMasterClientService.mergeStore_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>
public String getFromPath()
public KeyValueMasterClientService.mergeStore_args setFromPath(String fromPath)
public void unsetFromPath()
public boolean isSetFromPath()
public void setFromPathIsSet(boolean value)
public String getToPath()
public KeyValueMasterClientService.mergeStore_args setToPath(String toPath)
public void unsetToPath()
public boolean isSetToPath()
public void setToPathIsSet(boolean value)
public MergeStoreTOptions getOptions()
public KeyValueMasterClientService.mergeStore_args setOptions(MergeStoreTOptions options)
public void unsetOptions()
public boolean isSetOptions()
public void setOptionsIsSet(boolean value)
public void setFieldValue(KeyValueMasterClientService.mergeStore_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>
public Object getFieldValue(KeyValueMasterClientService.mergeStore_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>
public boolean isSet(KeyValueMasterClientService.mergeStore_args._Fields field)
isSet
in interface org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>
public boolean equals(KeyValueMasterClientService.mergeStore_args that)
public int compareTo(KeyValueMasterClientService.mergeStore_args other)
compareTo
in interface Comparable<KeyValueMasterClientService.mergeStore_args>
public KeyValueMasterClientService.mergeStore_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<KeyValueMasterClientService.mergeStore_args,KeyValueMasterClientService.mergeStore_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.