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
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEFAULT_INVOKE_CALLBACKS |
protected static boolean |
DEFAULT_PARALLEL |
protected static org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat |
DEFAULT_SNAPSHOT_FORMAT |
Constructor and Description |
---|
SnapshotMetadata(File location) |
SnapshotMetadata(File location,
org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format) |
SnapshotMetadata(File location,
org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format,
org.apache.geode.cache.snapshot.SnapshotFilter<K,V> filter) |
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() |
boolean |
isInvokeCallbacks() |
boolean |
isParallel() |
void |
setInvokeCallbacks(boolean invokeCallbacks) |
void |
setParallel(boolean parallel) |
String |
toString() |
protected static final boolean DEFAULT_INVOKE_CALLBACKS
protected static final boolean DEFAULT_PARALLEL
protected static final org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat DEFAULT_SNAPSHOT_FORMAT
public SnapshotMetadata(File location)
public SnapshotMetadata(File location, org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format)
public boolean isDirectory()
public boolean isFile()
public File getLocation()
public org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat getFormat()
public boolean isFilterPresent()
public void setInvokeCallbacks(boolean invokeCallbacks)
public boolean isInvokeCallbacks()
public void setParallel(boolean parallel)
public boolean isParallel()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.