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>

public static class SnapshotServiceFactoryBean.SnapshotMetadata<K,V> extends Object
The SnapshotMetadata class encapsulates details of the GemFire Cache or Region data snapshot on either import or export.
  • 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

      protected static final org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat DEFAULT_SNAPSHOT_FORMAT
  • Constructor Details

    • SnapshotMetadata

      public SnapshotMetadata(File location)
    • SnapshotMetadata

      public SnapshotMetadata(File location, org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format)
    • SnapshotMetadata

      public SnapshotMetadata(File location, org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format, org.apache.geode.cache.snapshot.SnapshotFilter<K,V> filter)
  • Method Details

    • isDirectory

      public boolean isDirectory()
    • isFile

      public boolean isFile()
    • getLocation

      public File getLocation()
    • getFormat

      public org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat getFormat()
    • isFilterPresent

      public boolean isFilterPresent()
    • getFilter

      public org.apache.geode.cache.snapshot.SnapshotFilter<K,V> getFilter()
    • setInvokeCallbacks

      public void setInvokeCallbacks(boolean invokeCallbacks)
    • isInvokeCallbacks

      public boolean isInvokeCallbacks()
    • setParallel

      public void setParallel(boolean parallel)
    • isParallel

      public boolean isParallel()
    • toString

      public String toString()
      Overrides:
      toString in class Object