public class EventTableCreateIndexDesc extends Object
Constructor and Description |
---|
EventTableCreateIndexDesc(List<IndexedPropDesc> hashProps,
List<IndexedPropDesc> btreeProps,
boolean unique) |
Modifier and Type | Method and Description |
---|---|
static EventTableCreateIndexDesc |
fromMultiKey(IndexMultiKey multiKey) |
List<IndexedPropDesc> |
getBtreeProps() |
List<IndexedPropDesc> |
getHashProps() |
boolean |
isUnique() |
public EventTableCreateIndexDesc(List<IndexedPropDesc> hashProps, List<IndexedPropDesc> btreeProps, boolean unique)
public List<IndexedPropDesc> getHashProps()
public List<IndexedPropDesc> getBtreeProps()
public boolean isUnique()
public static EventTableCreateIndexDesc fromMultiKey(IndexMultiKey multiKey)