public interface GridIndexDescriptor
GridIndexingTypeDescriptor.indexes().| Modifier and Type | Method and Description |
|---|---|
boolean |
descending(String field)
Specifies order of the index for each indexed field.
|
Collection<String> |
fields()
Gets all fields to be indexed.
|
GridIndexType |
type()
Gets index type.
|
Collection<String> fields()
boolean descending(String field)
field - Field name.True if given field should be indexed in descending order.GridIndexType type()
Copyright © 2014. All rights reserved.