public class StandardIndexInformation extends Object implements IndexInformation
| Modifier and Type | Field and Description |
|---|---|
static StandardIndexInformation |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(KeyInformation information)
Whether the index supports indexing a key with the given information
|
boolean |
supports(KeyInformation information,
TitanPredicate titanPredicate)
Whether the index supports executing queries with the given predicate against a key with the given information
|
public static final StandardIndexInformation INSTANCE
public boolean supports(KeyInformation information, TitanPredicate titanPredicate)
IndexInformationsupports in interface IndexInformationpublic boolean supports(KeyInformation information)
IndexInformationsupports in interface IndexInformationCopyright © 2012–2014. All rights reserved.