| Package | Description |
|---|---|
| net.bluemind.core.backup.continuous | |
| net.bluemind.core.backup.continuous.impl |
| Modifier and Type | Field and Description |
|---|---|
RecordKey |
DataElement.key |
| Modifier and Type | Method and Description |
|---|---|
static <T> RecordKey |
RecordKey.forItemValue(ITopicStore.TopicDescriptor descriptor,
ItemValue<T> item) |
static RecordKey |
RecordKey.unserialize(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
RecordKey |
ItemValueDeserializer.key(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ItemValueSerializer.key(RecordKey item) |
VersionnedItem<?> |
ItemValueDeserializer.value(RecordKey key,
byte[] data) |
| Constructor and Description |
|---|
BackupStore(TopicPublisher publisher,
ITopicStore.TopicDescriptor descriptor,
TopicSerializer<RecordKey,ItemValue<T>> serializer) |
LiveStream(java.lang.String installationid,
java.lang.String domainUid,
TopicSubscriber subscriber,
TopicDeserializer<RecordKey,VersionnedItem<?>> deserializer) |
Copyright © 2022. All Rights Reserved.