Package | Description |
---|---|
org.springframework.data.gemfire.snapshot | |
org.springframework.data.gemfire.snapshot.event |
Modifier and Type | Field and Description |
---|---|
protected static SnapshotServiceFactoryBean.SnapshotMetadata[] |
SnapshotServiceFactoryBean.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
protected SnapshotServiceFactoryBean.SnapshotMetadata<K,V>[] |
SnapshotServiceFactoryBean.getExports()
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
|
protected SnapshotServiceFactoryBean.SnapshotMetadata<K,V>[] |
SnapshotServiceFactoryBean.getImports()
Gets the meta-data (location, filter and format) used to read a data snapshot into an entire Cache
or individual Region.
|
protected SnapshotServiceFactoryBean.SnapshotMetadata<K,V>[] |
SnapshotServiceFactoryBean.resolveSnapshotMetadata(SnapshotApplicationEvent<K,V> event)
Resolves the SnapshotMetadata used to perform the Pivotal GemFire Cache or Region data snapshot import/export.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.geode.cache.snapshot.SnapshotOptions<K,V> |
SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport.createOptions(SnapshotServiceFactoryBean.SnapshotMetadata<K,V> metadata) |
void |
SnapshotServiceFactoryBean.SnapshotServiceAdapter.doExport(SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... configurations) |
void |
SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport.doExport(SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... configurations) |
void |
SnapshotServiceFactoryBean.SnapshotServiceAdapter.doImport(SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... configurations) |
void |
SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport.doImport(SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... configurations) |
protected abstract File[] |
SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport.handleLocation(SnapshotServiceFactoryBean.SnapshotMetadata<K,V> configuration) |
protected File[] |
SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter.handleLocation(SnapshotServiceFactoryBean.SnapshotMetadata<K,V> configuration) |
protected File[] |
SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter.handleLocation(SnapshotServiceFactoryBean.SnapshotMetadata<Object,Object> configuration) |
void |
SnapshotServiceFactoryBean.setExports(SnapshotServiceFactoryBean.SnapshotMetadata<K,V>[] exports)
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
|
void |
SnapshotServiceFactoryBean.setImports(SnapshotServiceFactoryBean.SnapshotMetadata<K,V>[] imports)
Sets the meta-data (location, filter and format) used to read a data snapshot into an entire Cache
or individual Region.
|
Modifier and Type | Method and Description |
---|---|
SnapshotServiceFactoryBean.SnapshotMetadata<K,V>[] |
SnapshotApplicationEvent.getSnapshotMetadata()
Gets the meta-data used to perform the Pivotal GemFire Cache Region data snapshots.
|
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.
|
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.
|
SnapshotApplicationEvent(Object source,
SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... snapshotMetadata)
Constructs an instance of SnapshotApplicationEvent initialized with an event source and optional meta-data
describing the data snapshots to be imported/exported.
|
SnapshotApplicationEvent(Object source,
String regionPath,
SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... snapshotMetadata)
Constructs an instance of SnapshotApplicationEvent initialized with an event source, a pathname of the Region
which data snapshots are imported/exported along with meta-data describing the details of the snapshot source.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.