public class DefaultOperationContext extends Object implements OperationContext
Modifier and Type | Method and Description |
---|---|
static DefaultOperationContext |
create(String tableName) |
static DefaultOperationContext |
create(String tableName,
String indexName) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
indexName()
The name of the index within the table being operated on.
|
String |
tableName()
The name of the table being operated on
|
public static DefaultOperationContext create(String tableName, String indexName)
public static DefaultOperationContext create(String tableName)
public String tableName()
OperationContext
tableName
in interface OperationContext
public String indexName()
OperationContext
TableMetadata.primaryIndexName()
.indexName
in interface OperationContext
Copyright © 2021. All rights reserved.