@NotThreadSafe public class GetWithIndex extends Get
Selection.Conjunction
Constructor and Description |
---|
GetWithIndex(GetWithIndex getWithIndex)
Deprecated.
Use
Get.newBuilder(Get) instead |
GetWithIndex(Key indexKey)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0. Use
Get.newBuilder()
instead |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this object.
|
GetWithIndex |
forNamespace(java.lang.String namespace)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0. Use the setter method of the
Get builder instead; to create a Get builder, use
Get.newBuilder() |
GetWithIndex |
forTable(java.lang.String tableName)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0. Use the setter method of the
Get builder instead; to create a Get builder, use
Get.newBuilder() |
int |
hashCode() |
java.lang.String |
toString() |
GetWithIndex |
withConsistency(Consistency consistency)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0. Use the setter method of the
Get builder instead; to create a Get builder, use
Get.newBuilder() |
GetWithIndex |
withProjection(java.lang.String projection)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0. Use the setter method of the
Get builder instead; to create a Get builder, use
Get.newBuilder() |
GetWithIndex |
withProjections(java.util.Collection<java.lang.String> projections)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0. Use the setter method of the
Get builder instead; to create a Get builder, use
Get.newBuilder() |
accept, newBuilder, newBuilder
clearProjections, getConjunctions, getProjections
forFullTableName, forNamespace, forTable, getAttribute, getAttributes, getClusteringKey, getConsistency, getPartitionKey
@Deprecated public GetWithIndex(Key indexKey)
Get.newBuilder()
insteadGetWithIndex
with the specified index Key
.indexKey
- an index key@Deprecated public GetWithIndex(GetWithIndex getWithIndex)
Get.newBuilder(Get)
insteadgetWithIndex
- a GetWithIndex@Deprecated public GetWithIndex forNamespace(java.lang.String namespace)
Get.newBuilder()
Operation
forNamespace
in class Get
namespace
- target namespace for this operation@Deprecated public GetWithIndex forTable(java.lang.String tableName)
Get.newBuilder()
Operation
@Deprecated public GetWithIndex withConsistency(Consistency consistency)
Get.newBuilder()
Operation
withConsistency
in class Get
consistency
- consistency level to set@Deprecated public GetWithIndex withProjection(java.lang.String projection)
Get.newBuilder()
Selection
withProjection
in class Get
projection
- a column name to project@Deprecated public GetWithIndex withProjections(java.util.Collection<java.lang.String> projections)
Get.newBuilder()
Selection
withProjections
in class Get
projections
- a collection of the column names to projectpublic boolean equals(java.lang.Object o)
Get
Get