public interface PrimaryIndex
Exposes the following Attributes and methods:
| attribute or method | API |
|---|---|
| PRIMARY | primaryIndex(), primaryIndex() |
| Modifier and Type | Method and Description |
|---|---|
character |
primaryIndex()
Get the PRIMARY attribute.
|
void |
primaryIndex(java.lang.String primary)
Set the PRIMARY attribute.
|
void |
primaryIndex(Text primary)
Set the PRIMARY attribute.
|
character primaryIndex()
void primaryIndex(java.lang.String primary)
primary - The primary index.void primaryIndex(Text primary)
primary - The primary index.