Uses of Class
org.apache.cassandra.thrift.EndpointDetails

Packages that use EndpointDetails
org.apache.cassandra.thrift   
 

Uses of EndpointDetails in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift with type parameters of type EndpointDetails
 java.util.List<EndpointDetails> TokenRange.endpoint_details
           
 

Methods in org.apache.cassandra.thrift that return EndpointDetails
 EndpointDetails EndpointDetails.deepCopy()
           
 EndpointDetails EndpointDetails.setDatacenter(java.lang.String datacenter)
           
 EndpointDetails EndpointDetails.setHost(java.lang.String host)
           
 EndpointDetails EndpointDetails.setRack(java.lang.String rack)
           
 

Methods in org.apache.cassandra.thrift that return types with arguments of type EndpointDetails
 java.util.List<EndpointDetails> TokenRange.getEndpoint_details()
           
 java.util.Iterator<EndpointDetails> TokenRange.getEndpoint_detailsIterator()
           
 

Methods in org.apache.cassandra.thrift with parameters of type EndpointDetails
 void TokenRange.addToEndpoint_details(EndpointDetails elem)
           
 int EndpointDetails.compareTo(EndpointDetails other)
           
 boolean EndpointDetails.equals(EndpointDetails that)
           
 

Method parameters in org.apache.cassandra.thrift with type arguments of type EndpointDetails
 TokenRange TokenRange.setEndpoint_details(java.util.List<EndpointDetails> endpoint_details)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type EndpointDetails
EndpointDetails(EndpointDetails other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation