Java org.springframework.data.gemfire.snapshot.event SnapshotApplicationEvent fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire.snapshot.event SnapshotApplicationEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire.snapshot.event SnapshotApplicationEvent.

The text is from its open source code.

Method

SnapshotMetadata[]getSnapshotMetadata()
Gets the meta-data used to perform the Pivotal GemFire Cache Region data snapshots.
booleanisCacheSnapshotEvent()
Determines whether this event indicates a Cache-wide snapshot.
booleanmatches(Region region)
Determines whether this event has been targeted for the specified Region.
booleanmatches(String regionPath)
Determines whether this event has been targeted for a Region with the given absolute pathname.