public class ExportSnapshotApplicationEvent<K,V> extends SnapshotApplicationEvent<K,V>
SnapshotApplicationEvent
,
Serialized Formsource
Constructor and Description |
---|
ExportSnapshotApplicationEvent(Object source,
SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... snapshotMetadata)
Constructs an instance of ExportSnapshotApplicationEvent initialized with an event source and optional meta-data
describing the data snapshots to be exported.
|
ExportSnapshotApplicationEvent(Object source,
String regionPath,
SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... snapshotMetadata)
Constructs an instance of ExportSnapshotApplicationEvent initialized with an event source, a pathname
of the Region from which data is exported along with meta-data describing the details of the snapshot source.
|
getRegionPath, getSnapshotMetadata, isCacheSnapshotEvent, isRegionSnapshotEvent, matches, matches
getTimestamp
getSource, toString
public ExportSnapshotApplicationEvent(Object source, SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... snapshotMetadata)
source
- the source of the ApplicationEvent.snapshotMetadata
- an array of SnapshotMetadata containing details for each export.SnapshotServiceFactoryBean.SnapshotMetadata
public ExportSnapshotApplicationEvent(Object source, String regionPath, SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... snapshotMetadata)
source
- the source of the ApplicationEvent.regionPath
- absolute pathname of the Region.snapshotMetadata
- an array of SnapshotMetadata containing details for each export.SnapshotServiceFactoryBean.SnapshotMetadata
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.