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