com.workday.esclient.actions

SnapshotRestoreAction

class SnapshotRestoreAction extends GenericResultAbstractAction

Action class for restoring snapshots using the Elasticsearch Snapshot API.

Linear Supertypes
GenericResultAbstractAction, AbstractAction[JestResult], io.searchbox.action.Action[JestResult], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SnapshotRestoreAction
  2. GenericResultAbstractAction
  3. AbstractAction
  4. Action
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SnapshotRestoreAction(builder: SnapshotRestoreBuilder)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def buildQueryString(): String

    Attributes
    protected[io.searchbox.action]
    Definition Classes
    AbstractAction
    Annotations
    @throws( ... )
  8. def buildURI(): String

    Builds the URI for hitting the restore snapshots API.

    Builds the URI for hitting the restore snapshots API.

    returns

    String URI.

    Attributes
    protected
    Definition Classes
    SnapshotRestoreAction → AbstractAction
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createNewElasticSearchResult(arg0: String, arg1: Int, arg2: String, arg3: Gson): JestResult

    Definition Classes
    GenericResultAbstractAction → Action
  11. def createNewElasticSearchResult(arg0: JestResult, arg1: String, arg2: Int, arg3: String, arg4: Gson): JestResult

    Attributes
    protected[io.searchbox.action]
    Definition Classes
    AbstractAction
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AbstractAction → AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getData(arg0: Gson): String

    Definition Classes
    AbstractAction → Action
  17. def getHeader(arg0: String): AnyRef

    Definition Classes
    AbstractAction
  18. def getHeaders(): Map[String, AnyRef]

    Definition Classes
    AbstractAction → Action
  19. def getParameter(arg0: String): Collection[AnyRef]

    Definition Classes
    AbstractAction
  20. def getPathToResult(): String

    Definition Classes
    AbstractAction → Action
  21. def getRestMethodName(): String

    Gets the REST method name.

    Gets the REST method name.

    returns

    String "POST".

    Definition Classes
    SnapshotRestoreAction → AbstractAction → Action
  22. def getURI(): String

    Definition Classes
    AbstractAction → Action
  23. def hashCode(): Int

    Definition Classes
    AbstractAction → AnyRef → Any
  24. def isHttpSuccessful(arg0: Int): Boolean

    Attributes
    protected[io.searchbox.action]
    Definition Classes
    AbstractAction
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def parseResponseBody(arg0: String): JsonObject

    Attributes
    protected[io.searchbox.action]
    Definition Classes
    AbstractAction
  30. val repository: String

  31. def setPathToResult(arg0: String): Unit

    Attributes
    protected[io.searchbox.action]
    Definition Classes
    AbstractAction
  32. def setURI(arg0: String): Unit

    Attributes
    protected[io.searchbox.action]
    Definition Classes
    AbstractAction
  33. val snapName: String

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AbstractAction → AnyRef → Any
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GenericResultAbstractAction

Inherited from AbstractAction[JestResult]

Inherited from io.searchbox.action.Action[JestResult]

Inherited from AnyRef

Inherited from Any

Ungrouped