| Package | Description |
|---|---|
| org.nustaq.reallive.impl | |
| org.nustaq.reallive.impl.actors | |
| org.nustaq.reallive.impl.storage | |
| org.nustaq.reallive.interfaces |
| Modifier and Type | Method and Description |
|---|---|
RecordStorage<K> |
StorageDriver.getStore() |
| Modifier and Type | Method and Description |
|---|---|
StorageDriver |
StorageDriver.store(RecordStorage<K> store) |
| Constructor and Description |
|---|
StorageDriver(RecordStorage<K> store) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealLiveStreamActor.init(Supplier<RecordStorage<K>> storeFactory,
org.nustaq.kontraktor.Scheduler filterScheduler,
TableDescription desc) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedOffHeapStorage
Created by ruedi on 08/12/15.
|
class |
HeapRecordStorage<K>
Created by ruedi on 03/08/15.
|
class |
OffHeapRecordStorage
Created by moelrue on 05.08.2015.
|
| Modifier and Type | Method and Description |
|---|---|
RecordStorage |
HeapRecordStorage.put(K key,
Record<K> value) |
RecordStorage |
OffHeapRecordStorage.put(String key,
Record<String> value) |
RecordStorage |
CachedOffHeapStorage.put(String key,
Record<String> value) |
| Modifier and Type | Method and Description |
|---|---|
RecordStorage |
RecordStorage.put(K key,
Record<K> value) |
Copyright © 2015. All rights reserved.