org.apache.cassandra.service
Class Cassandra.get_result

java.lang.Object
  extended by org.apache.cassandra.service.Cassandra.get_result
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Cassandra.get_result>, org.apache.thrift.TBase
Enclosing class:
Cassandra

public static class Cassandra.get_result
extends java.lang.Object
implements org.apache.thrift.TBase, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Cassandra.get_result>

See Also:
Serialized Form

Field Summary
 InvalidRequestException ire
           
static int IRE
           
static java.util.Map<java.lang.Integer,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 NotFoundException nfe
           
static int NFE
           
 ColumnOrSuperColumn success
           
static int SUCCESS
           
 TimedOutException te
           
static int TE
           
 UnavailableException ue
           
static int UE
           
 
Constructor Summary
Cassandra.get_result()
           
Cassandra.get_result(Cassandra.get_result other)
          Performs a deep copy on other.
Cassandra.get_result(ColumnOrSuperColumn success, InvalidRequestException ire, NotFoundException nfe, UnavailableException ue, TimedOutException te)
           
 
Method Summary
 Cassandra.get_result clone()
          Deprecated. 
 int compareTo(Cassandra.get_result other)
           
 Cassandra.get_result deepCopy()
           
 boolean equals(Cassandra.get_result that)
           
 boolean equals(java.lang.Object that)
           
 java.lang.Object getFieldValue(int fieldID)
           
 InvalidRequestException getIre()
           
 NotFoundException getNfe()
           
 ColumnOrSuperColumn getSuccess()
           
 TimedOutException getTe()
           
 UnavailableException getUe()
           
 int hashCode()
           
 boolean isSet(int fieldID)
           
 boolean isSetIre()
           
 boolean isSetNfe()
           
 boolean isSetSuccess()
           
 boolean isSetTe()
           
 boolean isSetUe()
           
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 void setFieldValue(int fieldID, java.lang.Object value)
           
 Cassandra.get_result setIre(InvalidRequestException ire)
           
 void setIreIsSet(boolean value)
           
 Cassandra.get_result setNfe(NotFoundException nfe)
           
 void setNfeIsSet(boolean value)
           
 Cassandra.get_result setSuccess(ColumnOrSuperColumn success)
           
 void setSuccessIsSet(boolean value)
           
 Cassandra.get_result setTe(TimedOutException te)
           
 void setTeIsSet(boolean value)
           
 Cassandra.get_result setUe(UnavailableException ue)
           
 void setUeIsSet(boolean value)
           
 java.lang.String toString()
           
 void unsetIre()
           
 void unsetNfe()
           
 void unsetSuccess()
           
 void unsetTe()
           
 void unsetUe()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

success

public ColumnOrSuperColumn success

ire

public InvalidRequestException ire

nfe

public NotFoundException nfe

ue

public UnavailableException ue

te

public TimedOutException te

SUCCESS

public static final int SUCCESS
See Also:
Constant Field Values

IRE

public static final int IRE
See Also:
Constant Field Values

NFE

public static final int NFE
See Also:
Constant Field Values

UE

public static final int UE
See Also:
Constant Field Values

TE

public static final int TE
See Also:
Constant Field Values

metaDataMap

public static final java.util.Map<java.lang.Integer,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

Cassandra.get_result

public Cassandra.get_result()

Cassandra.get_result

public Cassandra.get_result(ColumnOrSuperColumn success,
                            InvalidRequestException ire,
                            NotFoundException nfe,
                            UnavailableException ue,
                            TimedOutException te)

Cassandra.get_result

public Cassandra.get_result(Cassandra.get_result other)
Performs a deep copy on other.

Method Detail

deepCopy

public Cassandra.get_result deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase

clone

@Deprecated
public Cassandra.get_result clone()
Deprecated. 

Overrides:
clone in class java.lang.Object

getSuccess

public ColumnOrSuperColumn getSuccess()

setSuccess

public Cassandra.get_result setSuccess(ColumnOrSuperColumn success)

unsetSuccess

public void unsetSuccess()

isSetSuccess

public boolean isSetSuccess()

setSuccessIsSet

public void setSuccessIsSet(boolean value)

getIre

public InvalidRequestException getIre()

setIre

public Cassandra.get_result setIre(InvalidRequestException ire)

unsetIre

public void unsetIre()

isSetIre

public boolean isSetIre()

setIreIsSet

public void setIreIsSet(boolean value)

getNfe

public NotFoundException getNfe()

setNfe

public Cassandra.get_result setNfe(NotFoundException nfe)

unsetNfe

public void unsetNfe()

isSetNfe

public boolean isSetNfe()

setNfeIsSet

public void setNfeIsSet(boolean value)

getUe

public UnavailableException getUe()

setUe

public Cassandra.get_result setUe(UnavailableException ue)

unsetUe

public void unsetUe()

isSetUe

public boolean isSetUe()

setUeIsSet

public void setUeIsSet(boolean value)

getTe

public TimedOutException getTe()

setTe

public Cassandra.get_result setTe(TimedOutException te)

unsetTe

public void unsetTe()

isSetTe

public boolean isSetTe()

setTeIsSet

public void setTeIsSet(boolean value)

setFieldValue

public void setFieldValue(int fieldID,
                          java.lang.Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase

getFieldValue

public java.lang.Object getFieldValue(int fieldID)
Specified by:
getFieldValue in interface org.apache.thrift.TBase

isSet

public boolean isSet(int fieldID)
Specified by:
isSet in interface org.apache.thrift.TBase

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(Cassandra.get_result that)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(Cassandra.get_result other)
Specified by:
compareTo in interface java.lang.Comparable<Cassandra.get_result>

read

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

validate

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


Copyright © 2010 The Apache Software Foundation