Class SnapshotUri

java.lang.Object
org.gridgain.internal.snapshots.filesystem.SnapshotUri

public class SnapshotUri extends Object
Represents a snapshot path from the configuration.
  • Constructor Details

  • Method Details

    • uri

      public URI uri()
      Returns URI to the snapshots.
    • type

      public SnapshotUri.PathType type()
      Returns type of the snapshot URI.
    • isSingleCopy

      public boolean isSingleCopy()
      If single-copy mechanism should be used.
    • toString

      public String toString()
      Overrides:
      toString in class Object