public class DrSenderUpdateEvent extends EventAdapter
Constructor and Description |
---|
DrSenderUpdateEvent(ClusterNode node,
int eventType,
String message,
IgniteUuid id,
@Nullable InetSocketAddress address,
byte remoteDcId,
byte localDcId,
String cacheName,
List<DrUpdateEntry> entries)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
cacheName()
Returns the cache name, which updates should be applied to.
|
List<DrUpdateEntry> |
entries()
Returns the entries to be updated in the remote data center.
|
byte |
localDatacenterId()
Returns the local DataCenter ID.
|
byte |
remoteDatacenterId()
Returns the remote DataCenter ID.
|
InetSocketAddress |
remoteReceiverAddress()
Returns the remote receiver node address.
|
IgniteUuid |
requestId()
Returns the request ID.
|
public DrSenderUpdateEvent(ClusterNode node, int eventType, String message, IgniteUuid id, @Nullable @Nullable InetSocketAddress address, byte remoteDcId, byte localDcId, String cacheName, List<DrUpdateEntry> entries)
public IgniteUuid requestId()
public byte localDatacenterId()
public byte remoteDatacenterId()
public InetSocketAddress remoteReceiverAddress()
null
if not applicable.public String cacheName()
public List<DrUpdateEntry> entries()
GridGain In-Memory Computing Platform : ver. 8.9.21 Release Date : June 4 2025