| Modifier and Type | Method and Description |
|---|---|
boolean |
EngineReplication.EntryCallback.onEntry(EngineReplication.ReplicationEntry entry)
Called whenever a put() or remove() has occurred to a replicating map.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
EngineReplication.forEach(byte remoteIdentifier,
java.util.function.Consumer<EngineReplication.ReplicationEntry> consumer) |
void |
EngineReplication.ModificationIterator.forEach(java.util.function.Consumer<EngineReplication.ReplicationEntry> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
Replication.applyReplication(EngineReplication.ReplicationEntry replicatedEntry)
removes or puts the entry into the map
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CMap2EngineReplicator.VanillaReplicatedEntry |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaStringMarshallableKeyValueStore.accept(EngineReplication.ReplicationEntry replicationEntry) |
void |
RemoteKeyValueStore.accept(EngineReplication.ReplicationEntry replicationEntry) |
void |
VanillaKeyValueStore.accept(EngineReplication.ReplicationEntry replicationEntry) |
void |
VanillaStringStringKeyValueStore.accept(EngineReplication.ReplicationEntry replicationEntry) |
void |
ObjectObjectKeyValueStore.accept(EngineReplication.ReplicationEntry replicationEntry) |
void |
AbstractKeyValueStore.accept(EngineReplication.ReplicationEntry replicationEntry) |
void |
ChronicleMapKeyValueStore.accept(EngineReplication.ReplicationEntry replicationEntry) |
void |
FilePerKeyValueStore.accept(EngineReplication.ReplicationEntry replicationEntry) |
void |
CMap2EngineReplicator.applyReplication(EngineReplication.ReplicationEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaReplication.applyReplication(EngineReplication.ReplicationEntry replicatedEntry) |
Copyright © 2015. All rights reserved.