com.workday.esclient.actions

RepositoryCreateAction

class RepositoryCreateAction extends GenericResultAbstractAction

Action class for creating repositories 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. RepositoryCreateAction
  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 RepositoryCreateAction(builder: RepositoryCreateBuilder)

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 to use the create repository API.

    Builds the URI to use the create repository API.

    returns

    Sting URI.

    Attributes
    protected
    Definition Classes
    RepositoryCreateAction → 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. val definition: String

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  17. def getData(gson: Gson): String

    Gets data about the ES repository.

    Gets data about the ES repository.

    gson

    com.google.gson.Gson JSON object.

    returns

    String com.workday.esclient.actions.RepositoryCreateAction.definition

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

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

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

    Definition Classes
    AbstractAction
  21. def getPathToResult(): String

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

    Gets REST method name.

    Gets REST method name.

    returns

    String "PUT".

    Definition Classes
    RepositoryCreateAction → AbstractAction → Action
  23. def getURI(): String

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

    Definition Classes
    AbstractAction → AnyRef → Any
  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. 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