public interface GridDrSenderHubStore
Gridgain provides the following GridDrStore implementations:
| Modifier and Type | Method and Description |
|---|---|
GridDrSenderHubStoreCursor |
cursor(byte dataCenterId)
Gets cursor for the given data center ID.
|
void |
store(byte[] dataCenterIds,
byte[] data)
Store data.
|
void store(byte[] dataCenterIds,
byte[] data)
throws GridException,
GridDrSenderHubStoreOverflowException
dataCenterIds - Target data center ids.data - Data center replication store entry.GridException - In case of failure.GridDrSenderHubStoreOverflowException - If overflowed.GridDrSenderHubStoreCursor cursor(byte dataCenterId) throws GridException
dataCenterId - Data center ID.GridException - If failed.Copyright © 2014. All rights reserved.