Package | Description |
---|---|
com.gemstone.gemfire.cache.snapshot |
Provides API's for importing and exporting cached data into snapshot files.
|
Modifier and Type | Method and Description |
---|---|
static SnapshotOptions.SnapshotFormat |
SnapshotOptions.SnapshotFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotOptions.SnapshotFormat[] |
SnapshotOptions.SnapshotFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheSnapshotService.load(File[] snapshots,
SnapshotOptions.SnapshotFormat format,
SnapshotOptions<Object,Object> options)
Imports the specified files into the cache by applying user-configured
options.
|
void |
CacheSnapshotService.load(File dir,
SnapshotOptions.SnapshotFormat format)
Imports all files in the specified directory into the cache.
|
void |
RegionSnapshotService.load(File snapshot,
SnapshotOptions.SnapshotFormat format)
Imports the snapshot file into the specified region.
|
void |
RegionSnapshotService.load(File snapshot,
SnapshotOptions.SnapshotFormat format,
SnapshotOptions<K,V> options)
Imports the snapshot file into the specified region by applying user-
configured options.
|
void |
CacheSnapshotService.save(File dir,
SnapshotOptions.SnapshotFormat format)
Exports all regions in the cache to the specified directory.
|
void |
RegionSnapshotService.save(File snapshot,
SnapshotOptions.SnapshotFormat format)
Exports the region data into the snapshot file.
|
void |
RegionSnapshotService.save(File snapshot,
SnapshotOptions.SnapshotFormat format,
SnapshotOptions<K,V> options)
Exports the region data into the snapshot file by applying user-configured
options.
|
void |
CacheSnapshotService.save(File dir,
SnapshotOptions.SnapshotFormat format,
SnapshotOptions<Object,Object> options)
Exports all regions in the cache to the specified directory by applying
user-configured options.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.