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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMSFields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getIndex()org.elasticsearch.common.settings.Settingsorg.elasticsearch.core.TimeValueignoredIndexSettings(String[] ignoredIndexSettings)indexSettings(org.elasticsearch.common.settings.Settings indexSettings)masterTimeout(org.elasticsearch.core.TimeValue masterTimeout)renamedIndex(String renamedIndex)storage(MountSnapshotRequest.Storage storage)org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)waitForCompletion(boolean waitForCompletion)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragmentMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Constructor Details
-
MountSnapshotRequest
-
-
Method Details
-
getRepository
-
getSnapshot
-
getIndex
-
getMasterTimeout
public org.elasticsearch.core.TimeValue getMasterTimeout() -
masterTimeout
-
getWaitForCompletion
-
waitForCompletion
-
getStorage
-
storage
-
getRenamedIndex
-
renamedIndex
-
getIndexSettings
public org.elasticsearch.common.settings.Settings getIndexSettings() -
indexSettings
public MountSnapshotRequest indexSettings(org.elasticsearch.common.settings.Settings indexSettings) -
getIgnoredIndexSettings
-
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:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-