org.apache.accumulo.core.master.thrift
Class MasterClientService.shutdownTabletServer_args

java.lang.Object
  extended by org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
All Implemented Interfaces:
Serializable, Cloneable, Comparable<MasterClientService.shutdownTabletServer_args>, org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>
Enclosing class:
MasterClientService

public static class MasterClientService.shutdownTabletServer_args
extends Object
implements org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>, Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class MasterClientService.shutdownTabletServer_args._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
 AuthInfo credentials
           
 boolean force
           
static Map<MasterClientService.shutdownTabletServer_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 String tabletServer
           
 TInfo tinfo
           
 
Constructor Summary
MasterClientService.shutdownTabletServer_args()
           
MasterClientService.shutdownTabletServer_args(MasterClientService.shutdownTabletServer_args other)
          Performs a deep copy on other.
MasterClientService.shutdownTabletServer_args(TInfo tinfo, AuthInfo credentials, String tabletServer, boolean force)
           
 
Method Summary
 void clear()
           
 int compareTo(MasterClientService.shutdownTabletServer_args other)
           
 MasterClientService.shutdownTabletServer_args deepCopy()
           
 boolean equals(MasterClientService.shutdownTabletServer_args that)
           
 boolean equals(Object that)
           
 MasterClientService.shutdownTabletServer_args._Fields fieldForId(int fieldId)
           
 AuthInfo getCredentials()
           
 Object getFieldValue(MasterClientService.shutdownTabletServer_args._Fields field)
           
 String getTabletServer()
           
 TInfo getTinfo()
           
 int hashCode()
           
 boolean isForce()
           
 boolean isSet(MasterClientService.shutdownTabletServer_args._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetCredentials()
          Returns true if field credentials is set (has been assigned a value) and false otherwise
 boolean isSetForce()
          Returns true if field force is set (has been assigned a value) and false otherwise
 boolean isSetTabletServer()
          Returns true if field tabletServer is set (has been assigned a value) and false otherwise
 boolean isSetTinfo()
          Returns true if field tinfo is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 MasterClientService.shutdownTabletServer_args setCredentials(AuthInfo credentials)
           
 void setCredentialsIsSet(boolean value)
           
 void setFieldValue(MasterClientService.shutdownTabletServer_args._Fields field, Object value)
           
 MasterClientService.shutdownTabletServer_args setForce(boolean force)
           
 void setForceIsSet(boolean value)
           
 MasterClientService.shutdownTabletServer_args setTabletServer(String tabletServer)
           
 void setTabletServerIsSet(boolean value)
           
 MasterClientService.shutdownTabletServer_args setTinfo(TInfo tinfo)
           
 void setTinfoIsSet(boolean value)
           
 String toString()
           
 void unsetCredentials()
           
 void unsetForce()
           
 void unsetTabletServer()
           
 void unsetTinfo()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tinfo

public TInfo tinfo

credentials

public AuthInfo credentials

tabletServer

public String tabletServer

force

public boolean force

metaDataMap

public static final Map<MasterClientService.shutdownTabletServer_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

MasterClientService.shutdownTabletServer_args

public MasterClientService.shutdownTabletServer_args()

MasterClientService.shutdownTabletServer_args

public MasterClientService.shutdownTabletServer_args(TInfo tinfo,
                                                     AuthInfo credentials,
                                                     String tabletServer,
                                                     boolean force)

MasterClientService.shutdownTabletServer_args

public MasterClientService.shutdownTabletServer_args(MasterClientService.shutdownTabletServer_args other)
Performs a deep copy on other.

Method Detail

deepCopy

public MasterClientService.shutdownTabletServer_args deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>

getTinfo

public TInfo getTinfo()

setTinfo

public MasterClientService.shutdownTabletServer_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 AuthInfo getCredentials()

setCredentials

public MasterClientService.shutdownTabletServer_args setCredentials(AuthInfo 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)

getTabletServer

public String getTabletServer()

setTabletServer

public MasterClientService.shutdownTabletServer_args setTabletServer(String tabletServer)

unsetTabletServer

public void unsetTabletServer()

isSetTabletServer

public boolean isSetTabletServer()
Returns true if field tabletServer is set (has been assigned a value) and false otherwise


setTabletServerIsSet

public void setTabletServerIsSet(boolean value)

isForce

public boolean isForce()

setForce

public MasterClientService.shutdownTabletServer_args setForce(boolean force)

unsetForce

public void unsetForce()

isSetForce

public boolean isSetForce()
Returns true if field force is set (has been assigned a value) and false otherwise


setForceIsSet

public void setForceIsSet(boolean value)

setFieldValue

public void setFieldValue(MasterClientService.shutdownTabletServer_args._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>

getFieldValue

public Object getFieldValue(MasterClientService.shutdownTabletServer_args._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>

isSet

public boolean isSet(MasterClientService.shutdownTabletServer_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(MasterClientService.shutdownTabletServer_args that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(MasterClientService.shutdownTabletServer_args other)
Specified by:
compareTo in interface Comparable<MasterClientService.shutdownTabletServer_args>

fieldForId

public MasterClientService.shutdownTabletServer_args._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_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 interface org.apache.thrift.TBase<MasterClientService.shutdownTabletServer_args,MasterClientService.shutdownTabletServer_args._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.