| Package | Description | 
|---|---|
| org.apache.cassandra.thrift | 
| Modifier and Type | Field and Description | 
|---|---|
| KsDef | Cassandra.system_add_keyspace_args. ks_def | 
| KsDef | Cassandra.system_update_keyspace_args. ks_def | 
| KsDef | Cassandra.describe_keyspace_result. success | 
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<KsDef> | Cassandra.describe_keyspaces_result. success | 
| Modifier and Type | Method and Description | 
|---|---|
| KsDef | KsDef. deepCopy() | 
| KsDef | CassandraServer. describe_keyspace(java.lang.String keyspaceName) | 
| KsDef | Cassandra.Iface. describe_keyspace(java.lang.String keyspace)describe specified keyspace | 
| KsDef | Cassandra.Client. describe_keyspace(java.lang.String keyspace) | 
| KsDef | Cassandra.system_add_keyspace_args. getKs_def() | 
| KsDef | Cassandra.system_update_keyspace_args. getKs_def() | 
| KsDef | Cassandra.AsyncClient.describe_keyspace_call. getResult() | 
| KsDef | Cassandra.describe_keyspace_result. getSuccess() | 
| KsDef | Cassandra.Client. recv_describe_keyspace() | 
| KsDef | KsDef. setCf_defs(java.util.List<CfDef> cf_defs) | 
| KsDef | KsDef. setDurable_writes(boolean durable_writes) | 
| KsDef | KsDef. setName(java.lang.String name) | 
| KsDef | KsDef. setReplication_factor(int replication_factor)Deprecated. 
 ignored | 
| KsDef | KsDef. setStrategy_class(java.lang.String strategy_class) | 
| KsDef | KsDef. setStrategy_options(java.util.Map<java.lang.String,java.lang.String> strategy_options) | 
| static KsDef | ThriftConversion. toThrift(KeyspaceMetadata ksm) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<KsDef> | CassandraServer. describe_keyspaces() | 
| java.util.List<KsDef> | Cassandra.Iface. describe_keyspaces()list the defined keyspaces in this cluster | 
| java.util.List<KsDef> | Cassandra.Client. describe_keyspaces() | 
| java.util.List<KsDef> | Cassandra.AsyncClient.describe_keyspaces_call. getResult() | 
| org.apache.thrift.async.AsyncMethodCallback<java.util.List<KsDef>> | Cassandra.AsyncProcessor.describe_keyspaces. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
                int seqid) | 
| org.apache.thrift.async.AsyncMethodCallback<KsDef> | Cassandra.AsyncProcessor.describe_keyspace. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
                int seqid) | 
| java.util.List<KsDef> | Cassandra.describe_keyspaces_result. getSuccess() | 
| java.util.Iterator<KsDef> | Cassandra.describe_keyspaces_result. getSuccessIterator() | 
| java.util.List<KsDef> | Cassandra.Client. recv_describe_keyspaces() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Cassandra.describe_keyspaces_result. addToSuccess(KsDef elem) | 
| int | KsDef. compareTo(KsDef other) | 
| boolean | KsDef. equals(KsDef that) | 
| static KeyspaceMetadata | ThriftConversion. fromThrift(KsDef ksd,
          CFMetaData... cfDefs) | 
| void | Cassandra.Client. send_system_add_keyspace(KsDef ks_def) | 
| void | Cassandra.Client. send_system_update_keyspace(KsDef ks_def) | 
| Cassandra.system_add_keyspace_args | Cassandra.system_add_keyspace_args. setKs_def(KsDef ks_def) | 
| Cassandra.system_update_keyspace_args | Cassandra.system_update_keyspace_args. setKs_def(KsDef ks_def) | 
| Cassandra.describe_keyspace_result | Cassandra.describe_keyspace_result. setSuccess(KsDef success) | 
| java.lang.String | CassandraServer. system_add_keyspace(KsDef ks_def) | 
| java.lang.String | Cassandra.Iface. system_add_keyspace(KsDef ks_def)adds a keyspace and any column families that are part of it. | 
| java.lang.String | Cassandra.Client. system_add_keyspace(KsDef ks_def) | 
| void | Cassandra.AsyncIface. system_add_keyspace(KsDef ks_def,
                   org.apache.thrift.async.AsyncMethodCallback resultHandler) | 
| void | Cassandra.AsyncClient. system_add_keyspace(KsDef ks_def,
                   org.apache.thrift.async.AsyncMethodCallback resultHandler) | 
| java.lang.String | CassandraServer. system_update_keyspace(KsDef ks_def)update an existing keyspace, but do not allow column family modifications. | 
| java.lang.String | Cassandra.Iface. system_update_keyspace(KsDef ks_def)updates properties of a keyspace. | 
| java.lang.String | Cassandra.Client. system_update_keyspace(KsDef ks_def) | 
| void | Cassandra.AsyncIface. system_update_keyspace(KsDef ks_def,
                      org.apache.thrift.async.AsyncMethodCallback resultHandler) | 
| void | Cassandra.AsyncClient. system_update_keyspace(KsDef ks_def,
                      org.apache.thrift.async.AsyncMethodCallback resultHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Cassandra.describe_keyspaces_result | Cassandra.describe_keyspaces_result. setSuccess(java.util.List<KsDef> success) | 
| void | Cassandra.AsyncProcessor.describe_keyspace. start(I iface,
     Cassandra.describe_keyspace_args args,
     org.apache.thrift.async.AsyncMethodCallback<KsDef> resultHandler) | 
| void | Cassandra.AsyncProcessor.describe_keyspaces. start(I iface,
     Cassandra.describe_keyspaces_args args,
     org.apache.thrift.async.AsyncMethodCallback<java.util.List<KsDef>> resultHandler) | 
| Constructor and Description | 
|---|
| describe_keyspace_result(KsDef success,
                        NotFoundException nfe,
                        InvalidRequestException ire) | 
| KsDef(KsDef other)Performs a deep copy on other. | 
| system_add_keyspace_args(KsDef ks_def) | 
| system_add_keyspace_call(KsDef ks_def,
                        org.apache.thrift.async.AsyncMethodCallback resultHandler,
                        org.apache.thrift.async.TAsyncClient client,
                        org.apache.thrift.protocol.TProtocolFactory protocolFactory,
                        org.apache.thrift.transport.TNonblockingTransport transport) | 
| system_update_keyspace_args(KsDef ks_def) | 
| system_update_keyspace_call(KsDef ks_def,
                           org.apache.thrift.async.AsyncMethodCallback resultHandler,
                           org.apache.thrift.async.TAsyncClient client,
                           org.apache.thrift.protocol.TProtocolFactory protocolFactory,
                           org.apache.thrift.transport.TNonblockingTransport transport) | 
| Constructor and Description | 
|---|
| describe_keyspaces_result(java.util.List<KsDef> success,
                         InvalidRequestException ire) | 
Copyright © 2018 The Apache Software Foundation