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

  • Constructor Details

  • Method Details

    • isDirectory

      public boolean isDirectory()
    • isFile

      public boolean isFile()
    • getLocation

      public File getLocation()
    • getFormat

      public SnapshotOptions.SnapshotFormat getFormat()
    • isFilterPresent

      public boolean isFilterPresent()
    • getFilter

      public 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