Class SnapshotServiceFactoryBean.SnapshotMetadata<K,V>
java.lang.Object
org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata<K,V>
- Type Parameters:
K
- the class type of the Region key.V
- the class type of the Region value.
- Enclosing class:
- SnapshotServiceFactoryBean<K,
V>
The SnapshotMetadata class encapsulates details of the GemFire Cache or Region data snapshot
on either import or export.
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final boolean
protected static final boolean
protected static final SnapshotOptions.SnapshotFormat
-
Constructor Summary
ConstructorDescriptionSnapshotMetadata
(File location) SnapshotMetadata
(File location, SnapshotOptions.SnapshotFormat format) SnapshotMetadata
(File location, SnapshotOptions.SnapshotFormat format, SnapshotFilter<K, V> filter) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isFile()
boolean
boolean
boolean
void
setInvokeCallbacks
(boolean invokeCallbacks) void
setParallel
(boolean parallel) toString()
-
Field Details
-
DEFAULT_INVOKE_CALLBACKS
protected static final boolean DEFAULT_INVOKE_CALLBACKS- See Also:
-
DEFAULT_PARALLEL
protected static final boolean DEFAULT_PARALLEL- See Also:
-
DEFAULT_SNAPSHOT_FORMAT
-
-
Constructor Details
-
SnapshotMetadata
-
SnapshotMetadata
-
SnapshotMetadata
public SnapshotMetadata(File location, SnapshotOptions.SnapshotFormat format, SnapshotFilter<K, V> filter)
-
-
Method Details
-
isDirectory
public boolean isDirectory() -
isFile
public boolean isFile() -
getLocation
-
getFormat
-
isFilterPresent
public boolean isFilterPresent() -
getFilter
-
setInvokeCallbacks
public void setInvokeCallbacks(boolean invokeCallbacks) -
isInvokeCallbacks
public boolean isInvokeCallbacks() -
setParallel
public void setParallel(boolean parallel) -
isParallel
public boolean isParallel() -
toString
-