Package | Description |
---|---|
org.springframework.data.gemfire.snapshot | |
org.springframework.data.gemfire.snapshot.event |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SnapshotServiceFactoryBean.isMatch(SnapshotApplicationEvent event)
Determines whether the details of the given SnapshotApplicationEvent match the criteria of this factory
to trigger a GemFire Cache or Region data export.
|
void |
SnapshotServiceFactoryBean.onApplicationEvent(SnapshotApplicationEvent<K,V> event)
Listens for SnapshotApplicationEvents triggering a GemFire Cache-wide or Region data snapshot import/export
when details of the event match the criteria of this factory's constructed GemFire SnapshotService.
|
protected SnapshotServiceFactoryBean.SnapshotMetadata<K,V>[] |
SnapshotServiceFactoryBean.resolveSnapshotMetadata(SnapshotApplicationEvent<K,V> event)
Resolves the SnapshotMetadata used to perform the GemFire Cache or Region data snapshot import/export.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportSnapshotApplicationEvent<K,V>
The ExportSnapshotApplicationEvent class is a Spring ApplicationEvent signaling a GemFire Cache or Region 'import'
snapshot event.
|
class |
ImportSnapshotApplicationEvent<K,V>
The ImportSnapshotApplicationEvent class is a Spring ApplicationEvent signaling a GemFire Cache or Region 'export'
snapshot event.
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.