Skip to content

Instantly share code, notes, and snippets.

@boglesby
Created March 19, 2021 16:47
private void setTailKey(EntryEventImpl event) {
PartitionedRegion pr = (PartitionedRegion) getProxyRegion(event.getRegion());
BucketRegion br = pr.getBucketRegion(event.getKey());
br.handleWANEvent(event);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment