Class MasterClientService.setNamespaceProperty_args
- java.lang.Object
-
- org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<MasterClientService.setNamespaceProperty_args>,org.apache.thrift.TBase<MasterClientService.setNamespaceProperty_args,MasterClientService.setNamespaceProperty_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- MasterClientService
public static class MasterClientService.setNamespaceProperty_args extends Object implements org.apache.thrift.TBase<MasterClientService.setNamespaceProperty_args,MasterClientService.setNamespaceProperty_args._Fields>, Serializable, Cloneable, Comparable<MasterClientService.setNamespaceProperty_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMasterClientService.setNamespaceProperty_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description TCredentialscredentialsstatic Map<MasterClientService.setNamespaceProperty_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnsStringpropertyTInfotinfoStringvalue
-
Constructor Summary
Constructors Constructor Description setNamespaceProperty_args()setNamespaceProperty_args(MasterClientService.setNamespaceProperty_args other)Performs a deep copy on other.setNamespaceProperty_args(TInfo tinfo, TCredentials credentials, String ns, String property, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(MasterClientService.setNamespaceProperty_args other)MasterClientService.setNamespaceProperty_argsdeepCopy()booleanequals(Object that)booleanequals(MasterClientService.setNamespaceProperty_args that)MasterClientService.setNamespaceProperty_args._FieldsfieldForId(int fieldId)TCredentialsgetCredentials()ObjectgetFieldValue(MasterClientService.setNamespaceProperty_args._Fields field)StringgetNs()StringgetProperty()TInfogetTinfo()StringgetValue()inthashCode()booleanisSet(MasterClientService.setNamespaceProperty_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCredentials()Returns true if field credentials is set (has been assigned a value) and false otherwisebooleanisSetNs()Returns true if field ns is set (has been assigned a value) and false otherwisebooleanisSetProperty()Returns true if field property is set (has been assigned a value) and false otherwisebooleanisSetTinfo()Returns true if field tinfo is set (has been assigned a value) and false otherwisebooleanisSetValue()Returns true if field value is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)MasterClientService.setNamespaceProperty_argssetCredentials(TCredentials credentials)voidsetCredentialsIsSet(boolean value)voidsetFieldValue(MasterClientService.setNamespaceProperty_args._Fields field, Object value)MasterClientService.setNamespaceProperty_argssetNs(String ns)voidsetNsIsSet(boolean value)MasterClientService.setNamespaceProperty_argssetProperty(String property)voidsetPropertyIsSet(boolean value)MasterClientService.setNamespaceProperty_argssetTinfo(TInfo tinfo)voidsetTinfoIsSet(boolean value)MasterClientService.setNamespaceProperty_argssetValue(String value)voidsetValueIsSet(boolean value)StringtoString()voidunsetCredentials()voidunsetNs()voidunsetProperty()voidunsetTinfo()voidunsetValue()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
tinfo
public TInfo tinfo
-
credentials
public TCredentials credentials
-
ns
public String ns
-
property
public String property
-
value
public String value
-
metaDataMap
public static final Map<MasterClientService.setNamespaceProperty_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
setNamespaceProperty_args
public setNamespaceProperty_args()
-
setNamespaceProperty_args
public setNamespaceProperty_args(TInfo tinfo, TCredentials credentials, String ns, String property, String value)
-
setNamespaceProperty_args
public setNamespaceProperty_args(MasterClientService.setNamespaceProperty_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public MasterClientService.setNamespaceProperty_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<MasterClientService.setNamespaceProperty_args,MasterClientService.setNamespaceProperty_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<MasterClientService.setNamespaceProperty_args,MasterClientService.setNamespaceProperty_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public MasterClientService.setNamespaceProperty_args setTinfo(TInfo tinfo)
-
unsetTinfo
public void unsetTinfo()
-
isSetTinfo
public boolean isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwise
-
setTinfoIsSet
public void setTinfoIsSet(boolean value)
-
getCredentials
public TCredentials getCredentials()
-
setCredentials
public MasterClientService.setNamespaceProperty_args setCredentials(TCredentials credentials)
-
unsetCredentials
public void unsetCredentials()
-
isSetCredentials
public boolean isSetCredentials()
Returns true if field credentials is set (has been assigned a value) and false otherwise
-
setCredentialsIsSet
public void setCredentialsIsSet(boolean value)
-
getNs
public String getNs()
-
setNs
public MasterClientService.setNamespaceProperty_args setNs(String ns)
-
unsetNs
public void unsetNs()
-
isSetNs
public boolean isSetNs()
Returns true if field ns is set (has been assigned a value) and false otherwise
-
setNsIsSet
public void setNsIsSet(boolean value)
-
getProperty
public String getProperty()
-
setProperty
public MasterClientService.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 MasterClientService.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(MasterClientService.setNamespaceProperty_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<MasterClientService.setNamespaceProperty_args,MasterClientService.setNamespaceProperty_args._Fields>
-
getFieldValue
public Object getFieldValue(MasterClientService.setNamespaceProperty_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<MasterClientService.setNamespaceProperty_args,MasterClientService.setNamespaceProperty_args._Fields>
-
isSet
public boolean isSet(MasterClientService.setNamespaceProperty_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<MasterClientService.setNamespaceProperty_args,MasterClientService.setNamespaceProperty_args._Fields>
-
equals
public boolean equals(MasterClientService.setNamespaceProperty_args that)
-
compareTo
public int compareTo(MasterClientService.setNamespaceProperty_args other)
- Specified by:
compareToin interfaceComparable<MasterClientService.setNamespaceProperty_args>
-
fieldForId
public MasterClientService.setNamespaceProperty_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<MasterClientService.setNamespaceProperty_args,MasterClientService.setNamespaceProperty_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.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:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-