public interface StreamerIndexProviderMBean
Modifier and Type | Method and Description |
---|---|
String |
name()
Index name.
|
StreamerIndexPolicy |
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.
|
@MXBeanDescription(value="Index name.") @Nullable String name()
@MXBeanDescription(value="Index updater class name.") String updaterClass()
@MXBeanDescription(value="Index unique flag.") boolean unique()
@MXBeanDescription(value="Index sorted flag.") boolean sorted()
true
if index supports sorting and therefore can perform range operations.@MXBeanDescription(value="Index policy.") StreamerIndexPolicy policy()
@MXBeanDescription(value="Current index size.") int size()
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015