@ThreadSafe public class RemoteClusterListener extends Object
Constructor and Description |
---|
RemoteClusterListener(UUID id,
Address origin,
CacheNotifier cacheNotifier,
CacheManagerNotifier cacheManagerNotifier,
ClusterEventManager eventManager,
boolean sync) |
Modifier and Type | Method and Description |
---|---|
UUID |
getId() |
Address |
getOwnerAddress() |
CompletionStage<Void> |
handleClusterEvents(CacheEntryEvent event) |
CompletionStage<Void> |
removeListener() |
CompletionStage<Void> |
transactionCompleted(TransactionCompletedEvent event) |
CompletionStage<Void> |
viewChange(ViewChangedEvent event) |
public RemoteClusterListener(UUID id, Address origin, CacheNotifier cacheNotifier, CacheManagerNotifier cacheManagerNotifier, ClusterEventManager eventManager, boolean sync)
public UUID getId()
public Address getOwnerAddress()
public CompletionStage<Void> viewChange(ViewChangedEvent event)
public CompletionStage<Void> removeListener()
public CompletionStage<Void> handleClusterEvents(CacheEntryEvent event)
public CompletionStage<Void> transactionCompleted(TransactionCompletedEvent event)
Copyright © 2021 JBoss by Red Hat. All rights reserved.