Class MountSnapshotRequest

java.lang.Object
org.elasticsearch.client.searchable_snapshots.MountSnapshotRequest
All Implemented Interfaces:
Validatable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class MountSnapshotRequest extends Object implements org.elasticsearch.common.xcontent.ToXContentObject, Validatable
  • Constructor Details

    • MountSnapshotRequest

      public MountSnapshotRequest(String repository, String snapshot, String index)
  • Method Details

    • getRepository

      public String getRepository()
    • getSnapshot

      public String getSnapshot()
    • getIndex

      public String getIndex()
    • getMasterTimeout

      public org.elasticsearch.core.TimeValue getMasterTimeout()
    • masterTimeout

      public MountSnapshotRequest masterTimeout(org.elasticsearch.core.TimeValue masterTimeout)
    • getWaitForCompletion

      public Boolean getWaitForCompletion()
    • waitForCompletion

      public MountSnapshotRequest waitForCompletion(boolean waitForCompletion)
    • getStorage

      public MountSnapshotRequest.Storage getStorage()
    • storage

    • getRenamedIndex

      public String getRenamedIndex()
    • renamedIndex

      public MountSnapshotRequest renamedIndex(String renamedIndex)
    • getIndexSettings

      public org.elasticsearch.common.settings.Settings getIndexSettings()
    • indexSettings

      public MountSnapshotRequest indexSettings(org.elasticsearch.common.settings.Settings indexSettings)
    • getIgnoredIndexSettings

      public String[] getIgnoredIndexSettings()
    • ignoredIndexSettings

      public MountSnapshotRequest ignoredIndexSettings(String[] ignoredIndexSettings)
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      IOException