| Package | Description | 
|---|---|
| org.apache.cassandra.thrift | 
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<CfSplit> | Cassandra.describe_splits_ex_result. success | 
| Modifier and Type | Method and Description | 
|---|---|
| CfSplit | CfSplit. deepCopy() | 
| CfSplit | CfSplit. setEnd_token(java.lang.String end_token) | 
| CfSplit | CfSplit. setRow_count(long row_count) | 
| CfSplit | CfSplit. setStart_token(java.lang.String start_token) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<CfSplit> | CassandraServer. describe_splits_ex(java.lang.String cfName,
                  java.lang.String start_token,
                  java.lang.String end_token,
                  int keys_per_split) | 
| java.util.List<CfSplit> | Cassandra.Iface. describe_splits_ex(java.lang.String cfName,
                  java.lang.String start_token,
                  java.lang.String end_token,
                  int keys_per_split) | 
| java.util.List<CfSplit> | Cassandra.Client. describe_splits_ex(java.lang.String cfName,
                  java.lang.String start_token,
                  java.lang.String end_token,
                  int keys_per_split) | 
| java.util.List<CfSplit> | Cassandra.AsyncClient.describe_splits_ex_call. getResult() | 
| org.apache.thrift.async.AsyncMethodCallback<java.util.List<CfSplit>> | Cassandra.AsyncProcessor.describe_splits_ex. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
                int seqid) | 
| java.util.List<CfSplit> | Cassandra.describe_splits_ex_result. getSuccess() | 
| java.util.Iterator<CfSplit> | Cassandra.describe_splits_ex_result. getSuccessIterator() | 
| java.util.List<CfSplit> | Cassandra.Client. recv_describe_splits_ex() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Cassandra.describe_splits_ex_result. addToSuccess(CfSplit elem) | 
| int | CfSplit. compareTo(CfSplit other) | 
| boolean | CfSplit. equals(CfSplit that) | 
| Modifier and Type | Method and Description | 
|---|---|
| Cassandra.describe_splits_ex_result | Cassandra.describe_splits_ex_result. setSuccess(java.util.List<CfSplit> success) | 
| void | Cassandra.AsyncProcessor.describe_splits_ex. start(I iface,
     Cassandra.describe_splits_ex_args args,
     org.apache.thrift.async.AsyncMethodCallback<java.util.List<CfSplit>> resultHandler) | 
| Constructor and Description | 
|---|
| CfSplit(CfSplit other)Performs a deep copy on other. | 
| Constructor and Description | 
|---|
| describe_splits_ex_result(java.util.List<CfSplit> success,
                         InvalidRequestException ire) | 
Copyright © 2018 The Apache Software Foundation