public class ServerCacheNotification extends Object
This is sent to other interested servers (in the cluster).
| Constructor and Description |
|---|
ServerCacheNotification(long modifyTimestamp,
Set<String> dependentTables) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDependentTables() |
long |
getModifyTimestamp() |
String |
toString() |
public ServerCacheNotification(long modifyTimestamp, Set<String> dependentTables)
public long getModifyTimestamp()
public Set<String> getDependentTables()
Copyright © 2019. All rights reserved.