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