| Package | Description |
|---|---|
| org.gridgain.grid.streamer.index |
Contains APIs for indexing of streamer windows.
|
| Modifier and Type | Method and Description |
|---|---|
GridStreamerIndexPolicy |
GridStreamerIndexProviderAdapter.getPolicy()
Gets event indexing policy, which defines how events
are tracked within an index.
|
GridStreamerIndexPolicy |
GridStreamerIndexProvider.getPolicy()
Gets event indexing policy, which defines how events
are tracked within an index.
|
GridStreamerIndexPolicy |
GridStreamerIndexProviderAdapter.policy()
Gets index policy.
|
GridStreamerIndexPolicy |
GridStreamerIndex.policy()
Gets index policy.
|
GridStreamerIndexPolicy |
GridStreamerIndexProviderMBean.policy()
Gets index policy.
|
static GridStreamerIndexPolicy |
GridStreamerIndexPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridStreamerIndexPolicy[] |
GridStreamerIndexPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridStreamerIndexProviderAdapter.setPolicy(GridStreamerIndexPolicy plc)
Sets index policy.
|
Copyright © 2014. All rights reserved.