public interface GridStreamerIndexProviderMBean
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Index name.
|
GridStreamerIndexPolicy |
policy()
Gets index policy.
|
int |
size()
Gets current index size.
|
boolean |
sorted()
Returns
true if index supports sorting and therefore can perform range operations. |
boolean |
unique()
Gets index unique flag.
|
String |
updaterClass()
Gets index updater class name.
|
@GridMBeanDescription(value="Index name.") @Nullable String name()
@GridMBeanDescription(value="Index updater class name.") String updaterClass()
@GridMBeanDescription(value="Index unique flag.") boolean unique()
@GridMBeanDescription(value="Index sorted flag.") boolean sorted()
true if index supports sorting and therefore can perform range operations.@GridMBeanDescription(value="Index policy.") GridStreamerIndexPolicy policy()
@GridMBeanDescription(value="Current index size.") int size()
Copyright © 2014. All rights reserved.