com.workday.esclient.actions

SnapshotCreateAction

class SnapshotCreateAction extends GenericResultAbstractAction

Action class for creating 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. SnapshotCreateAction
  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 SnapshotCreateAction(builder: SnapshotCreateBuilder)

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 URI for hitting Snapshot API.

    Builds URI for hitting Snapshot API.

    returns

    String URI.

    Attributes
    protected
    Definition Classes
    SnapshotCreateAction → 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(gson: Gson): String

    Gets snapshot data.

    Gets snapshot data.

    gson

    com.google.gson.Gson JSON object.

    returns

    String JSON of indices on snapshot.

    Definition Classes
    SnapshotCreateAction → 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 REST method name.

    Gets REST method name.

    returns

    String "PUT".

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

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

    Definition Classes
    AbstractAction → AnyRef → Any
  24. val indexList: Seq[String]

  25. def isHttpSuccessful(arg0: Int): Boolean

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

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

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

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

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

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

  32. def setPathToResult(arg0: String): Unit

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

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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