public abstract class KeyDef
extends java.lang.Object
Constructor and Description |
---|
KeyDef() |
Modifier and Type | Method and Description |
---|---|
static KeyDef |
create() |
abstract java.util.Collection<java.lang.String> |
getFieldNames()
Returns a collection of field names that make up the index in the order provided
|
abstract IndexDef.IndexType |
getIndexType()
Returns index type
|
abstract KeyDef |
setFieldNames(java.lang.String... fieldNames)
List of the names of the fields that make up the index
|
abstract KeyDef |
setIndexType(IndexDef.IndexType indexType)
Set index type
|
public static KeyDef create()
public abstract KeyDef setIndexType(IndexDef.IndexType indexType)
indexType
- Index type to be usedpublic abstract IndexDef.IndexType getIndexType()
public abstract java.util.Collection<java.lang.String> getFieldNames()
public abstract KeyDef setFieldNames(java.lang.String... fieldNames)
fieldNames
- List of the names of the fields that make up the indexCopyright (c) 2014 Cloud Software Group, Inc. All rights reserved.