K
- the class type of the Region key.V
- the class type of the Region value.public static class SnapshotServiceFactoryBean.SnapshotMetadata<K,V> extends Object
Constructor and Description |
---|
SnapshotServiceFactoryBean.SnapshotMetadata(File location,
com.gemstone.gemfire.cache.snapshot.SnapshotFilter<K,V> filter,
com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat format) |
SnapshotServiceFactoryBean.SnapshotMetadata(File location,
com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat format) |
Modifier and Type | Method and Description |
---|---|
com.gemstone.gemfire.cache.snapshot.SnapshotFilter<K,V> |
getFilter() |
com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat |
getFormat() |
File |
getLocation() |
boolean |
isDirectory() |
boolean |
isFile() |
boolean |
isFilterPresent() |
String |
toString() |
public SnapshotServiceFactoryBean.SnapshotMetadata(File location, com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat format)
public boolean isDirectory()
public boolean isFile()
public File getLocation()
public boolean isFilterPresent()
public com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat getFormat()