class ConsulClient extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsulClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsulClient(_asJava: AnyRef)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def agentInfo(arg0: Handler[AsyncResult[JsonObject]]): ConsulClient
  5. def agentInfoFuture(): Future[JsonObject]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asJava: AnyRef
  8. def catalogDatacenters(arg0: Handler[AsyncResult[Buffer[String]]]): ConsulClient
  9. def catalogDatacentersFuture(): Future[Buffer[String]]
  10. def catalogNodeServices(arg0: String, arg1: Handler[AsyncResult[ServiceList]]): ConsulClient
  11. def catalogNodeServicesFuture(arg0: String): Future[ServiceList]
  12. def catalogNodeServicesWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[ServiceList]]): ConsulClient
  13. def catalogNodeServicesWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[ServiceList]
  14. def catalogNodes(arg0: Handler[AsyncResult[NodeList]]): ConsulClient
  15. def catalogNodesFuture(): Future[NodeList]
  16. def catalogNodesWithOptions(arg0: NodeQueryOptions, arg1: Handler[AsyncResult[NodeList]]): ConsulClient
  17. def catalogNodesWithOptionsFuture(arg0: NodeQueryOptions): Future[NodeList]
  18. def catalogServiceNodes(arg0: String, arg1: Handler[AsyncResult[ServiceList]]): ConsulClient
  19. def catalogServiceNodesFuture(arg0: String): Future[ServiceList]
  20. def catalogServiceNodesWithOptions(arg0: String, arg1: ServiceQueryOptions, arg2: Handler[AsyncResult[ServiceList]]): ConsulClient
  21. def catalogServiceNodesWithOptionsFuture(arg0: String, arg1: ServiceQueryOptions): Future[ServiceList]
  22. def catalogServices(arg0: Handler[AsyncResult[ServiceList]]): ConsulClient
  23. def catalogServicesFuture(): Future[ServiceList]
  24. def catalogServicesWithOptions(arg0: BlockingQueryOptions, arg1: Handler[AsyncResult[ServiceList]]): ConsulClient
  25. def catalogServicesWithOptionsFuture(arg0: BlockingQueryOptions): Future[ServiceList]
  26. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def cloneAclToken(arg0: String, arg1: Handler[AsyncResult[String]]): ConsulClient
  28. def cloneAclTokenFuture(arg0: String): Future[String]
  29. def close(): Unit
  30. def coordinateDatacenters(arg0: Handler[AsyncResult[Buffer[DcCoordinates]]]): ConsulClient
  31. def coordinateDatacentersFuture(): Future[Buffer[DcCoordinates]]
  32. def coordinateNodes(arg0: Handler[AsyncResult[CoordinateList]]): ConsulClient
  33. def coordinateNodesFuture(): Future[CoordinateList]
  34. def coordinateNodesWithOptions(arg0: BlockingQueryOptions, arg1: Handler[AsyncResult[CoordinateList]]): ConsulClient
  35. def coordinateNodesWithOptionsFuture(arg0: BlockingQueryOptions): Future[CoordinateList]
  36. def createAclToken(arg0: AclToken, arg1: Handler[AsyncResult[String]]): ConsulClient
  37. def createAclTokenFuture(arg0: AclToken): Future[String]
  38. def createPreparedQuery(arg0: PreparedQueryDefinition, arg1: Handler[AsyncResult[String]]): ConsulClient
  39. def createPreparedQueryFuture(arg0: PreparedQueryDefinition): Future[String]
  40. def createSession(arg0: Handler[AsyncResult[String]]): ConsulClient
  41. def createSessionFuture(): Future[String]
  42. def createSessionWithOptions(arg0: SessionOptions, arg1: Handler[AsyncResult[String]]): ConsulClient
  43. def createSessionWithOptionsFuture(arg0: SessionOptions): Future[String]
  44. def deletePreparedQuery(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  45. def deletePreparedQueryFuture(arg0: String): Future[Unit]
  46. def deleteValue(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  47. def deleteValueFuture(arg0: String): Future[Unit]
  48. def deleteValues(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  49. def deleteValuesFuture(arg0: String): Future[Unit]
  50. def deregisterCheck(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  51. def deregisterCheckFuture(arg0: String): Future[Unit]
  52. def deregisterService(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  53. def deregisterServiceFuture(arg0: String): Future[Unit]
  54. def destroyAclToken(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  55. def destroyAclTokenFuture(arg0: String): Future[Unit]
  56. def destroySession(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  57. def destroySessionFuture(arg0: String): Future[Unit]
  58. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  60. def executePreparedQuery(arg0: String, arg1: Handler[AsyncResult[PreparedQueryExecuteResponse]]): ConsulClient
  61. def executePreparedQueryFuture(arg0: String): Future[PreparedQueryExecuteResponse]
  62. def executePreparedQueryWithOptions(arg0: String, arg1: PreparedQueryExecuteOptions, arg2: Handler[AsyncResult[PreparedQueryExecuteResponse]]): ConsulClient
  63. def executePreparedQueryWithOptionsFuture(arg0: String, arg1: PreparedQueryExecuteOptions): Future[PreparedQueryExecuteResponse]
  64. def failCheck(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  65. def failCheckFuture(arg0: String): Future[Unit]
  66. def failCheckWithNote(arg0: String, arg1: String, arg2: Handler[AsyncResult[Unit]]): ConsulClient
  67. def failCheckWithNoteFuture(arg0: String, arg1: String): Future[Unit]
  68. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. def fireEvent(arg0: String, arg1: Handler[AsyncResult[Event]]): ConsulClient
  70. def fireEventFuture(arg0: String): Future[Event]
  71. def fireEventWithOptions(arg0: String, arg1: EventOptions, arg2: Handler[AsyncResult[Event]]): ConsulClient
  72. def fireEventWithOptionsFuture(arg0: String, arg1: EventOptions): Future[Event]
  73. def getAllPreparedQueries(arg0: Handler[AsyncResult[Buffer[PreparedQueryDefinition]]]): ConsulClient
  74. def getAllPreparedQueriesFuture(): Future[Buffer[PreparedQueryDefinition]]
  75. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  76. def getKeys(arg0: String, arg1: Handler[AsyncResult[Buffer[String]]]): ConsulClient
  77. def getKeysFuture(arg0: String): Future[Buffer[String]]
  78. def getKeysWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[Buffer[String]]]): ConsulClient
  79. def getKeysWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[Buffer[String]]
  80. def getPreparedQuery(arg0: String, arg1: Handler[AsyncResult[PreparedQueryDefinition]]): ConsulClient
  81. def getPreparedQueryFuture(arg0: String): Future[PreparedQueryDefinition]
  82. def getValue(arg0: String, arg1: Handler[AsyncResult[KeyValue]]): ConsulClient
  83. def getValueFuture(arg0: String): Future[KeyValue]
  84. def getValueWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[KeyValue]]): ConsulClient
  85. def getValueWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[KeyValue]
  86. def getValues(arg0: String, arg1: Handler[AsyncResult[KeyValueList]]): ConsulClient
  87. def getValuesFuture(arg0: String): Future[KeyValueList]
  88. def getValuesWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[KeyValueList]]): ConsulClient
  89. def getValuesWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[KeyValueList]
  90. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  91. def healthChecks(arg0: String, arg1: Handler[AsyncResult[CheckList]]): ConsulClient
  92. def healthChecksFuture(arg0: String): Future[CheckList]
  93. def healthChecksWithOptions(arg0: String, arg1: CheckQueryOptions, arg2: Handler[AsyncResult[CheckList]]): ConsulClient
  94. def healthChecksWithOptionsFuture(arg0: String, arg1: CheckQueryOptions): Future[CheckList]
  95. def healthServiceNodes(arg0: String, arg1: Boolean, arg2: Handler[AsyncResult[ServiceEntryList]]): ConsulClient
  96. def healthServiceNodesFuture(arg0: String, arg1: Boolean): Future[ServiceEntryList]
  97. def healthServiceNodesWithOptions(arg0: String, arg1: Boolean, arg2: ServiceQueryOptions, arg3: Handler[AsyncResult[ServiceEntryList]]): ConsulClient
  98. def healthServiceNodesWithOptionsFuture(arg0: String, arg1: Boolean, arg2: ServiceQueryOptions): Future[ServiceEntryList]
  99. def healthState(arg0: CheckStatus, arg1: Handler[AsyncResult[CheckList]]): ConsulClient
  100. def healthStateFuture(arg0: CheckStatus): Future[CheckList]
  101. def healthStateWithOptions(arg0: CheckStatus, arg1: CheckQueryOptions, arg2: Handler[AsyncResult[CheckList]]): ConsulClient
  102. def healthStateWithOptionsFuture(arg0: CheckStatus, arg1: CheckQueryOptions): Future[CheckList]
  103. def infoAclToken(arg0: String, arg1: Handler[AsyncResult[AclToken]]): ConsulClient
  104. def infoAclTokenFuture(arg0: String): Future[AclToken]
  105. def infoSession(arg0: String, arg1: Handler[AsyncResult[Session]]): ConsulClient
  106. def infoSessionFuture(arg0: String): Future[Session]
  107. def infoSessionWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[Session]]): ConsulClient
  108. def infoSessionWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[Session]
  109. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  110. def leaderStatus(arg0: Handler[AsyncResult[String]]): ConsulClient
  111. def leaderStatusFuture(): Future[String]
  112. def listAclTokens(arg0: Handler[AsyncResult[Buffer[AclToken]]]): ConsulClient
  113. def listAclTokensFuture(): Future[Buffer[AclToken]]
  114. def listEvents(arg0: Handler[AsyncResult[EventList]]): ConsulClient
  115. def listEventsFuture(): Future[EventList]
  116. def listEventsWithOptions(arg0: EventListOptions, arg1: Handler[AsyncResult[EventList]]): ConsulClient
  117. def listEventsWithOptionsFuture(arg0: EventListOptions): Future[EventList]
  118. def listNodeSessions(arg0: String, arg1: Handler[AsyncResult[SessionList]]): ConsulClient
  119. def listNodeSessionsFuture(arg0: String): Future[SessionList]
  120. def listNodeSessionsWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[SessionList]]): ConsulClient
  121. def listNodeSessionsWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[SessionList]
  122. def listSessions(arg0: Handler[AsyncResult[SessionList]]): ConsulClient
  123. def listSessionsFuture(): Future[SessionList]
  124. def listSessionsWithOptions(arg0: BlockingQueryOptions, arg1: Handler[AsyncResult[SessionList]]): ConsulClient
  125. def listSessionsWithOptionsFuture(arg0: BlockingQueryOptions): Future[SessionList]
  126. def localChecks(arg0: Handler[AsyncResult[Buffer[Check]]]): ConsulClient
  127. def localChecksFuture(): Future[Buffer[Check]]
  128. def localServices(arg0: Handler[AsyncResult[Buffer[Service]]]): ConsulClient
  129. def localServicesFuture(): Future[Buffer[Service]]
  130. def maintenanceService(arg0: MaintenanceOptions, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  131. def maintenanceServiceFuture(arg0: MaintenanceOptions): Future[Unit]
  132. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  133. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  134. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  135. def passCheck(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  136. def passCheckFuture(arg0: String): Future[Unit]
  137. def passCheckWithNote(arg0: String, arg1: String, arg2: Handler[AsyncResult[Unit]]): ConsulClient
  138. def passCheckWithNoteFuture(arg0: String, arg1: String): Future[Unit]
  139. def peersStatus(arg0: Handler[AsyncResult[Buffer[String]]]): ConsulClient
  140. def peersStatusFuture(): Future[Buffer[String]]
  141. def putValue(arg0: String, arg1: String, arg2: Handler[AsyncResult[Boolean]]): ConsulClient
  142. def putValueFuture(arg0: String, arg1: String): Future[Boolean]
  143. def putValueWithOptions(arg0: String, arg1: String, arg2: KeyValueOptions, arg3: Handler[AsyncResult[Boolean]]): ConsulClient
  144. def putValueWithOptionsFuture(arg0: String, arg1: String, arg2: KeyValueOptions): Future[Boolean]
  145. def registerCheck(arg0: CheckOptions, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  146. def registerCheckFuture(arg0: CheckOptions): Future[Unit]
  147. def registerService(arg0: ServiceOptions, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  148. def registerServiceFuture(arg0: ServiceOptions): Future[Unit]
  149. def renewSession(arg0: String, arg1: Handler[AsyncResult[Session]]): ConsulClient
  150. def renewSessionFuture(arg0: String): Future[Session]
  151. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  152. def toString(): String
    Definition Classes
    AnyRef → Any
  153. def transaction(arg0: TxnRequest, arg1: Handler[AsyncResult[TxnResponse]]): ConsulClient
  154. def transactionFuture(arg0: TxnRequest): Future[TxnResponse]
  155. def updateAclToken(arg0: AclToken, arg1: Handler[AsyncResult[String]]): ConsulClient
  156. def updateAclTokenFuture(arg0: AclToken): Future[String]
  157. def updateCheck(arg0: String, arg1: CheckStatus, arg2: Handler[AsyncResult[Unit]]): ConsulClient
  158. def updateCheckFuture(arg0: String, arg1: CheckStatus): Future[Unit]
  159. def updateCheckWithNote(arg0: String, arg1: CheckStatus, arg2: String, arg3: Handler[AsyncResult[Unit]]): ConsulClient
  160. def updateCheckWithNoteFuture(arg0: String, arg1: CheckStatus, arg2: String): Future[Unit]
  161. def updatePreparedQuery(arg0: PreparedQueryDefinition, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  162. def updatePreparedQueryFuture(arg0: PreparedQueryDefinition): Future[Unit]
  163. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  165. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  166. def warnCheck(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
  167. def warnCheckFuture(arg0: String): Future[Unit]
  168. def warnCheckWithNote(arg0: String, arg1: String, arg2: Handler[AsyncResult[Unit]]): ConsulClient
  169. def warnCheckWithNoteFuture(arg0: String, arg1: String): Future[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped