#1427 - RemoteTransactionEvent process dependent tables

This commit is contained in:
rob bygrave
2018-06-19 00:50:14 +12:00
parent 3a64cf6952
commit 43e95d81f6
12 changed files with 56 additions and 19 deletions
@@ -53,7 +53,7 @@ public class RemoteCacheEvent implements BinaryWritable {
@Override
public String toString() {
return "clearAll:" + clearAll + " caches:" + clearCaches;
return "CacheEvent[ clearAll:" + clearAll + " caches:" + clearCaches + "]";
}
public static RemoteCacheEvent readBinaryMessage(BinaryReadContext dataInput) throws IOException {