public class DrReceiverUpdateEvent extends EventAdapter
Constructor and Description |
---|
DrReceiverUpdateEvent(ClusterNode node,
int eventType,
String message,
IgniteUuid id,
@Nullable InetSocketAddress address,
byte remoteDcId,
byte localDcId,
String cacheName,
@Nullable 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 for this event.
|
byte |
localDatacenterId()
Returns the local DataCenter ID.
|
byte |
remoteDatacenterId()
Returns the remote DataCenter ID.
|
InetSocketAddress |
remoteSenderAddress()
Returns the remote sender node address.
|
IgniteUuid |
requestId()
Returns the request ID.
|
public DrReceiverUpdateEvent(ClusterNode node, int eventType, String message, IgniteUuid id, @Nullable @Nullable InetSocketAddress address, byte remoteDcId, byte localDcId, String cacheName, @Nullable @Nullable List<DrUpdateEntry> entries)
public IgniteUuid requestId()
public byte localDatacenterId()
public byte remoteDatacenterId()
public InetSocketAddress remoteSenderAddress()
null
if not available.public String cacheName()
public List<DrUpdateEntry> entries()
null
if not available or can't be unmarshalled.
GridGain In-Memory Computing Platform : ver. 8.9.21 Release Date : June 4 2025