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

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

Introduction

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

The text is from its open source code.

Field

SnapshotMetadata[]EMPTY_ARRAY

Constructor

Method

voidafterPropertiesSet()
Constructs and initializes the Pivotal GemFire Snapshot Service used to take a snapshot of the configured Cache or Region if initialized.
SnapshotServiceAdaptercreate()
Constructs an appropriate instance of the SnapshotServiceAdapter based on the FactoryBean configuration.
voiddestroy()
Performs an export of the Pivotal GemFire Cache or Region if configured.
CachegetCache()
Gets a reference to the Pivotal GemFire Cache for which the snapshot will be taken.
SnapshotMetadata[]getExports()
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
SnapshotMetadata[]getImports()
Gets the meta-data (location, filter and format) used to read a data snapshot into an entire Cache or individual Region.
SnapshotServiceAdaptergetObject()
Gets the reference to the Pivotal GemFire Snapshot Service created by this FactoryBean.
ClassgetObjectType()
Gets the type of Snapshot Service created by this FactoryBean.
RegiongetRegion()
Gets a reference to the Pivotal GemFire Region for which the snapshot will be taken.
booleangetSuppressImportOnInit()
Determines whether importing on initialization should be suppressed.
booleannullSafeIsDirectory(File file)
booleannullSafeIsFile(File file)
voidonApplicationEvent(SnapshotApplicationEvent event)
Listens for SnapshotApplicationEvents triggering a Pivotal GemFire Cache-wide or Region data snapshot import/export when details of the event match the criteria of this factory's constructed Pivotal GemFire SnapshotService.
voidsetCache(Cache cache)
Sets a reference to the Pivotal GemFire Cache for which the snapshot will be taken.
voidsetExports(SnapshotMetadata[] exports)
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
voidsetImports(SnapshotMetadata[] imports)
Sets the meta-data (location, filter and format) used to read a data snapshot into an entire Cache or individual Region.
voidsetRegion(Region region)
Sets a reference to the Pivotal GemFire Region for which the snapshot will be taken.
voidsetSuppressImportOnInit(Boolean suppressImportOnInit)
Sets a boolean condition to indicate whether importing on initialization should be suppressed.