org.apache.accumulo.proxy.thrift
public static class AccumuloProxy.getActiveScans_result extends Object implements org.apache.thrift.TBase<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
AccumuloProxy.getActiveScans_result._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<AccumuloProxy.getActiveScans_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
AccumuloException |
ouch1 |
AccumuloSecurityException |
ouch2 |
List<ActiveScan> |
success |
Constructor and Description |
---|
AccumuloProxy.getActiveScans_result() |
AccumuloProxy.getActiveScans_result(AccumuloProxy.getActiveScans_result other)
Performs a deep copy on other.
|
AccumuloProxy.getActiveScans_result(List<ActiveScan> success,
AccumuloException ouch1,
AccumuloSecurityException ouch2) |
public List<ActiveScan> success
public AccumuloException ouch1
public AccumuloSecurityException ouch2
public static final Map<AccumuloProxy.getActiveScans_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AccumuloProxy.getActiveScans_result()
public AccumuloProxy.getActiveScans_result(List<ActiveScan> success, AccumuloException ouch1, AccumuloSecurityException ouch2)
public AccumuloProxy.getActiveScans_result(AccumuloProxy.getActiveScans_result other)
public AccumuloProxy.getActiveScans_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._Fields>
public int getSuccessSize()
public Iterator<ActiveScan> getSuccessIterator()
public void addToSuccess(ActiveScan elem)
public List<ActiveScan> getSuccess()
public AccumuloProxy.getActiveScans_result setSuccess(List<ActiveScan> success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public AccumuloException getOuch1()
public AccumuloProxy.getActiveScans_result setOuch1(AccumuloException ouch1)
public void unsetOuch1()
public boolean isSetOuch1()
public void setOuch1IsSet(boolean value)
public AccumuloSecurityException getOuch2()
public AccumuloProxy.getActiveScans_result setOuch2(AccumuloSecurityException ouch2)
public void unsetOuch2()
public boolean isSetOuch2()
public void setOuch2IsSet(boolean value)
public void setFieldValue(AccumuloProxy.getActiveScans_result._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._Fields>
public Object getFieldValue(AccumuloProxy.getActiveScans_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._Fields>
public boolean isSet(AccumuloProxy.getActiveScans_result._Fields field)
isSet
in interface org.apache.thrift.TBase<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._Fields>
public boolean equals(AccumuloProxy.getActiveScans_result that)
public int compareTo(AccumuloProxy.getActiveScans_result other)
compareTo
in interface Comparable<AccumuloProxy.getActiveScans_result>
public AccumuloProxy.getActiveScans_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._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<AccumuloProxy.getActiveScans_result,AccumuloProxy.getActiveScans_result._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.