Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.exceptions | |
org.apache.cassandra.transport.messages | |
org.apache.cassandra.utils |
Modifier and Type | Method and Description |
---|---|
static CQLStatement |
QueryProcessor.getPrepared(MD5Digest id) |
Modifier and Type | Field and Description |
---|---|
MD5Digest |
PreparedQueryNotFoundException.id |
Constructor and Description |
---|
PreparedQueryNotFoundException(MD5Digest id) |
Modifier and Type | Field and Description |
---|---|
MD5Digest |
ExecuteMessage.statementId |
MD5Digest |
ResultMessage.Prepared.statementId |
Constructor and Description |
---|
ExecuteMessage(MD5Digest statementId,
java.util.List<java.nio.ByteBuffer> values,
ConsistencyLevel consistency) |
ResultMessage.Prepared(MD5Digest statementId,
java.util.List<ColumnSpecification> names) |
Modifier and Type | Method and Description |
---|---|
static MD5Digest |
MD5Digest.compute(byte[] toHash) |
static MD5Digest |
MD5Digest.compute(java.lang.String toHash) |
static MD5Digest |
MD5Digest.wrap(byte[] digest) |
Copyright © 2013 The Apache Software Foundation