org.apache.accumulo.core.master.thrift
Class FateService.executeFateOperation_args

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

public static class FateService.executeFateOperation_args
extends Object
implements org.apache.thrift.TBase<FateService.executeFateOperation_args,FateService.executeFateOperation_args._Fields>, Serializable, Cloneable, Comparable<FateService.executeFateOperation_args>

See Also:
Serialized Form

Nested Class Summary
static class FateService.executeFateOperation_args._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
 List<ByteBuffer> arguments
           
 boolean autoClean
           
 TCredentials credentials
           
static Map<FateService.executeFateOperation_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 FateOperation op
           
 long opid
           
 Map<String,String> options
           
 TInfo tinfo
           
 
Constructor Summary
FateService.executeFateOperation_args()
           
FateService.executeFateOperation_args(FateService.executeFateOperation_args other)
          Performs a deep copy on other.
FateService.executeFateOperation_args(TInfo tinfo, TCredentials credentials, long opid, FateOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)
           
 
Method Summary
 void addToArguments(ByteBuffer elem)
           
 void clear()
           
 int compareTo(FateService.executeFateOperation_args other)
           
 FateService.executeFateOperation_args deepCopy()
           
 boolean equals(FateService.executeFateOperation_args that)
           
 boolean equals(Object that)
           
 FateService.executeFateOperation_args._Fields fieldForId(int fieldId)
           
 List<ByteBuffer> getArguments()
           
 Iterator<ByteBuffer> getArgumentsIterator()
           
 int getArgumentsSize()
           
 TCredentials getCredentials()
           
 Object getFieldValue(FateService.executeFateOperation_args._Fields field)
           
 FateOperation getOp()
           
 long getOpid()
           
 Map<String,String> getOptions()
           
 int getOptionsSize()
           
 TInfo getTinfo()
           
 int hashCode()
           
 boolean isAutoClean()
           
 boolean isSet(FateService.executeFateOperation_args._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetArguments()
          Returns true if field arguments is set (has been assigned a value) and false otherwise
 boolean isSetAutoClean()
          Returns true if field autoClean 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 isSetOp()
          Returns true if field op is set (has been assigned a value) and false otherwise
 boolean isSetOpid()
          Returns true if field opid 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 isSetTinfo()
          Returns true if field tinfo is set (has been assigned a value) and false otherwise
 void putToOptions(String key, String val)
           
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 FateService.executeFateOperation_args setArguments(List<ByteBuffer> arguments)
           
 void setArgumentsIsSet(boolean value)
           
 FateService.executeFateOperation_args setAutoClean(boolean autoClean)
           
 void setAutoCleanIsSet(boolean value)
           
 FateService.executeFateOperation_args setCredentials(TCredentials credentials)
           
 void setCredentialsIsSet(boolean value)
           
 void setFieldValue(FateService.executeFateOperation_args._Fields field, Object value)
           
 FateService.executeFateOperation_args setOp(FateOperation op)
           
 FateService.executeFateOperation_args setOpid(long opid)
           
 void setOpidIsSet(boolean value)
           
 void setOpIsSet(boolean value)
           
 FateService.executeFateOperation_args setOptions(Map<String,String> options)
           
 void setOptionsIsSet(boolean value)
           
 FateService.executeFateOperation_args setTinfo(TInfo tinfo)
           
 void setTinfoIsSet(boolean value)
           
 String toString()
           
 void unsetArguments()
           
 void unsetAutoClean()
           
 void unsetCredentials()
           
 void unsetOp()
           
 void unsetOpid()
           
 void unsetOptions()
           
 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 TCredentials credentials

opid

public long opid

op

public FateOperation op
See Also:
FateOperation

arguments

public List<ByteBuffer> arguments

options

public Map<String,String> options

autoClean

public boolean autoClean

metaDataMap

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

FateService.executeFateOperation_args

public FateService.executeFateOperation_args()

FateService.executeFateOperation_args

public FateService.executeFateOperation_args(TInfo tinfo,
                                             TCredentials credentials,
                                             long opid,
                                             FateOperation op,
                                             List<ByteBuffer> arguments,
                                             Map<String,String> options,
                                             boolean autoClean)

FateService.executeFateOperation_args

public FateService.executeFateOperation_args(FateService.executeFateOperation_args other)
Performs a deep copy on other.

Method Detail

deepCopy

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

clear

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

getTinfo

public TInfo getTinfo()

setTinfo

public FateService.executeFateOperation_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 FateService.executeFateOperation_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)

getOpid

public long getOpid()

setOpid

public FateService.executeFateOperation_args setOpid(long opid)

unsetOpid

public void unsetOpid()

isSetOpid

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


setOpidIsSet

public void setOpidIsSet(boolean value)

getOp

public FateOperation getOp()
See Also:
FateOperation

setOp

public FateService.executeFateOperation_args setOp(FateOperation op)
See Also:
FateOperation

unsetOp

public void unsetOp()

isSetOp

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


setOpIsSet

public void setOpIsSet(boolean value)

getArgumentsSize

public int getArgumentsSize()

getArgumentsIterator

public Iterator<ByteBuffer> getArgumentsIterator()

addToArguments

public void addToArguments(ByteBuffer elem)

getArguments

public List<ByteBuffer> getArguments()

setArguments

public FateService.executeFateOperation_args setArguments(List<ByteBuffer> arguments)

unsetArguments

public void unsetArguments()

isSetArguments

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


setArgumentsIsSet

public void setArgumentsIsSet(boolean value)

getOptionsSize

public int getOptionsSize()

putToOptions

public void putToOptions(String key,
                         String val)

getOptions

public Map<String,String> getOptions()

setOptions

public FateService.executeFateOperation_args setOptions(Map<String,String> options)

unsetOptions

public void unsetOptions()

isSetOptions

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


setOptionsIsSet

public void setOptionsIsSet(boolean value)

isAutoClean

public boolean isAutoClean()

setAutoClean

public FateService.executeFateOperation_args setAutoClean(boolean autoClean)

unsetAutoClean

public void unsetAutoClean()

isSetAutoClean

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


setAutoCleanIsSet

public void setAutoCleanIsSet(boolean value)

setFieldValue

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

getFieldValue

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

isSet

public boolean isSet(FateService.executeFateOperation_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<FateService.executeFateOperation_args,FateService.executeFateOperation_args._Fields>

equals

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

equals

public boolean equals(FateService.executeFateOperation_args that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(FateService.executeFateOperation_args other)
Specified by:
compareTo in interface Comparable<FateService.executeFateOperation_args>

fieldForId

public FateService.executeFateOperation_args._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<FateService.executeFateOperation_args,FateService.executeFateOperation_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<FateService.executeFateOperation_args,FateService.executeFateOperation_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<FateService.executeFateOperation_args,FateService.executeFateOperation_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 © 2015 Apache Accumulo Project. All rights reserved.