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 |
---|
SnapshotMetadata(File location,
org.apache.geode.cache.snapshot.SnapshotFilter<K,V> filter,
org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format) |
SnapshotMetadata(File location,
org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format) |
Modifier and Type | Method and Description |
---|---|
org.apache.geode.cache.snapshot.SnapshotFilter<K,V> |
getFilter() |
org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat |
getFormat() |
File |
getLocation() |
boolean |
isDirectory() |
boolean |
isFile() |
boolean |
isFilterPresent() |
String |
toString() |
public SnapshotMetadata(File location, org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format)
public boolean isDirectory()
public boolean isFile()
public File getLocation()
public boolean isFilterPresent()
public org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat getFormat()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.