Package org.apache.accumulo.proxy.thrift
Class AccumuloProxy.setNamespaceProperty_args
- java.lang.Object
-
- org.apache.accumulo.proxy.thrift.AccumuloProxy.setNamespaceProperty_args
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<AccumuloProxy.setNamespaceProperty_args>
,org.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
- Enclosing class:
- AccumuloProxy
public static class AccumuloProxy.setNamespaceProperty_args extends Object implements org.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>, Serializable, Cloneable, Comparable<AccumuloProxy.setNamespaceProperty_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccumuloProxy.setNamespaceProperty_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description ByteBuffer
login
static Map<AccumuloProxy.setNamespaceProperty_args._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
String
namespaceName
String
property
String
value
-
Constructor Summary
Constructors Constructor Description setNamespaceProperty_args()
setNamespaceProperty_args(ByteBuffer login, String namespaceName, String property, String value)
setNamespaceProperty_args(AccumuloProxy.setNamespaceProperty_args other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBuffer
bufferForLogin()
void
clear()
int
compareTo(AccumuloProxy.setNamespaceProperty_args other)
AccumuloProxy.setNamespaceProperty_args
deepCopy()
boolean
equals(Object that)
boolean
equals(AccumuloProxy.setNamespaceProperty_args that)
AccumuloProxy.setNamespaceProperty_args._Fields
fieldForId(int fieldId)
Object
getFieldValue(AccumuloProxy.setNamespaceProperty_args._Fields field)
byte[]
getLogin()
String
getNamespaceName()
String
getProperty()
String
getValue()
int
hashCode()
boolean
isSet(AccumuloProxy.setNamespaceProperty_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetLogin()
Returns true if field login is set (has been assigned a value) and false otherwiseboolean
isSetNamespaceName()
Returns true if field namespaceName is set (has been assigned a value) and false otherwiseboolean
isSetProperty()
Returns true if field property is set (has been assigned a value) and false otherwiseboolean
isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
void
setFieldValue(AccumuloProxy.setNamespaceProperty_args._Fields field, Object value)
AccumuloProxy.setNamespaceProperty_args
setLogin(byte[] login)
AccumuloProxy.setNamespaceProperty_args
setLogin(ByteBuffer login)
void
setLoginIsSet(boolean value)
AccumuloProxy.setNamespaceProperty_args
setNamespaceName(String namespaceName)
void
setNamespaceNameIsSet(boolean value)
AccumuloProxy.setNamespaceProperty_args
setProperty(String property)
void
setPropertyIsSet(boolean value)
AccumuloProxy.setNamespaceProperty_args
setValue(String value)
void
setValueIsSet(boolean value)
String
toString()
void
unsetLogin()
void
unsetNamespaceName()
void
unsetProperty()
void
unsetValue()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
login
public ByteBuffer login
-
namespaceName
public String namespaceName
-
property
public String property
-
value
public String value
-
metaDataMap
public static final Map<AccumuloProxy.setNamespaceProperty_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
setNamespaceProperty_args
public setNamespaceProperty_args()
-
setNamespaceProperty_args
public setNamespaceProperty_args(ByteBuffer login, String namespaceName, String property, String value)
-
setNamespaceProperty_args
public setNamespaceProperty_args(AccumuloProxy.setNamespaceProperty_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public AccumuloProxy.setNamespaceProperty_args deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
-
getLogin
public byte[] getLogin()
-
bufferForLogin
public ByteBuffer bufferForLogin()
-
setLogin
public AccumuloProxy.setNamespaceProperty_args setLogin(byte[] login)
-
setLogin
public AccumuloProxy.setNamespaceProperty_args setLogin(ByteBuffer login)
-
unsetLogin
public void unsetLogin()
-
isSetLogin
public boolean isSetLogin()
Returns true if field login is set (has been assigned a value) and false otherwise
-
setLoginIsSet
public void setLoginIsSet(boolean value)
-
getNamespaceName
public String getNamespaceName()
-
setNamespaceName
public AccumuloProxy.setNamespaceProperty_args setNamespaceName(String namespaceName)
-
unsetNamespaceName
public void unsetNamespaceName()
-
isSetNamespaceName
public boolean isSetNamespaceName()
Returns true if field namespaceName is set (has been assigned a value) and false otherwise
-
setNamespaceNameIsSet
public void setNamespaceNameIsSet(boolean value)
-
getProperty
public String getProperty()
-
setProperty
public AccumuloProxy.setNamespaceProperty_args setProperty(String property)
-
unsetProperty
public void unsetProperty()
-
isSetProperty
public boolean isSetProperty()
Returns true if field property is set (has been assigned a value) and false otherwise
-
setPropertyIsSet
public void setPropertyIsSet(boolean value)
-
getValue
public String getValue()
-
setValue
public AccumuloProxy.setNamespaceProperty_args setValue(String value)
-
unsetValue
public void unsetValue()
-
isSetValue
public boolean isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwise
-
setValueIsSet
public void setValueIsSet(boolean value)
-
setFieldValue
public void setFieldValue(AccumuloProxy.setNamespaceProperty_args._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
-
getFieldValue
public Object getFieldValue(AccumuloProxy.setNamespaceProperty_args._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
-
isSet
public boolean isSet(AccumuloProxy.setNamespaceProperty_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
-
equals
public boolean equals(AccumuloProxy.setNamespaceProperty_args that)
-
compareTo
public int compareTo(AccumuloProxy.setNamespaceProperty_args other)
- Specified by:
compareTo
in interfaceComparable<AccumuloProxy.setNamespaceProperty_args>
-
fieldForId
public AccumuloProxy.setNamespaceProperty_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
- Specified by:
write
in interfaceorg.apache.thrift.TBase<AccumuloProxy.setNamespaceProperty_args,AccumuloProxy.setNamespaceProperty_args._Fields>
- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-