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()
OperationContexttableName in interface OperationContextpublic String indexName()
OperationContextTableMetadata.primaryIndexName().indexName in interface OperationContextCopyright © 2020. All rights reserved.