| Package | Description |
|---|---|
| org.gridgain.grid.streamer.index |
Contains APIs for indexing of streamer windows.
|
| org.gridgain.grid.streamer.index.hash |
Contains hash-based streamer index implementation.
|
| org.gridgain.grid.streamer.index.tree |
Contains tree-based streamer index implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
GridStreamerIndexProviderAdapter.add(E evt,
K key,
GridStreamerIndexUpdateSync sync)
Add event to the index.
|
void |
GridStreamerIndexProviderAdapter.add(GridStreamerIndexUpdateSync sync,
E evt)
Add event to the index.
|
void |
GridStreamerIndexProvider.add(GridStreamerIndexUpdateSync sync,
E evt)
Adds an event to index.
|
void |
GridStreamerIndexProviderAdapter.endUpdate(GridStreamerIndexUpdateSync sync,
E evt,
boolean rollback,
boolean rmv)
Finalizes an update operation.
|
void |
GridStreamerIndexProvider.endUpdate(GridStreamerIndexUpdateSync sync,
E evt,
boolean rollback,
boolean rmv)
Finalizes an update operation.
|
protected abstract void |
GridStreamerIndexProviderAdapter.endUpdate0(GridStreamerIndexUpdateSync sync,
E evt,
K key,
boolean rollback) |
protected void |
GridStreamerIndexProviderAdapter.lockIndexKey(GridStreamerIndexProviderAdapter.IndexKey<V> key,
GridStreamerIndexUpdateSync sync)
Lock updates on particular key.
|
protected abstract void |
GridStreamerIndexProviderAdapter.remove(E evt,
K key,
GridStreamerIndexUpdateSync sync)
Remove event from the index.
|
void |
GridStreamerIndexProviderAdapter.remove(GridStreamerIndexUpdateSync sync,
E evt)
Remove event from the index.
|
void |
GridStreamerIndexProvider.remove(GridStreamerIndexUpdateSync sync,
E evt)
Removes an event from index.
|
protected void |
GridStreamerIndexProviderAdapter.unlockIndexKey(GridStreamerIndexProviderAdapter.IndexKey<V> key,
GridStreamerIndexUpdateSync sync)
Unlock updates on particular key.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridStreamerHashIndexProvider.add(E evt,
K key,
GridStreamerIndexUpdateSync sync)
Add event to the index.
|
protected void |
GridStreamerHashIndexProvider.endUpdate0(GridStreamerIndexUpdateSync sync,
E evt,
K key,
boolean rollback) |
protected void |
GridStreamerHashIndexProvider.remove(E evt,
K key,
GridStreamerIndexUpdateSync sync)
Remove event from the index.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridStreamerTreeIndexProvider.add(E evt,
K key,
GridStreamerIndexUpdateSync sync)
Add event to the index.
|
protected void |
GridStreamerTreeIndexProvider.endUpdate0(GridStreamerIndexUpdateSync sync,
E evt,
K key,
boolean rollback) |
protected void |
GridStreamerTreeIndexProvider.remove(E evt,
K key,
GridStreamerIndexUpdateSync sync)
Remove event from the index.
|
Copyright © 2014. All rights reserved.