Class SnapshotDetails

java.lang.Object
com.liferay.portal.search.engine.adapter.snapshot.SnapshotDetails

public class SnapshotDetails extends Object
  • Constructor Details

    • SnapshotDetails

      public SnapshotDetails(String snapshotName, String snapshotUuid)
  • Method Details

    • getIndexNames

      public String[] getIndexNames()
    • getSnapshotState

      public SnapshotState getSnapshotState()
    • getSuccessfulShards

      public int getSuccessfulShards()
    • getTotalShards

      public int getTotalShards()
    • setIndexNames

      public void setIndexNames(String[] indexNames)
    • setSnapshotState

      public void setSnapshotState(SnapshotState snapshotState)
    • setSuccessfulShards

      public void setSuccessfulShards(int successfulShards)
    • setTotalShards

      public void setTotalShards(int totalShards)