class ConsulClient extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConsulClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConsulClient(_asJava: AnyRef)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def agentInfo(arg0: Handler[AsyncResult[JsonObject]]): ConsulClient
- def agentInfoFuture(): Future[JsonObject]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: AnyRef
- def catalogDatacenters(arg0: Handler[AsyncResult[Buffer[String]]]): ConsulClient
- def catalogDatacentersFuture(): Future[Buffer[String]]
- def catalogNodeServices(arg0: String, arg1: Handler[AsyncResult[ServiceList]]): ConsulClient
- def catalogNodeServicesFuture(arg0: String): Future[ServiceList]
- def catalogNodeServicesWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[ServiceList]]): ConsulClient
- def catalogNodeServicesWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[ServiceList]
- def catalogNodes(arg0: Handler[AsyncResult[NodeList]]): ConsulClient
- def catalogNodesFuture(): Future[NodeList]
- def catalogNodesWithOptions(arg0: NodeQueryOptions, arg1: Handler[AsyncResult[NodeList]]): ConsulClient
- def catalogNodesWithOptionsFuture(arg0: NodeQueryOptions): Future[NodeList]
- def catalogServiceNodes(arg0: String, arg1: Handler[AsyncResult[ServiceList]]): ConsulClient
- def catalogServiceNodesFuture(arg0: String): Future[ServiceList]
- def catalogServiceNodesWithOptions(arg0: String, arg1: ServiceQueryOptions, arg2: Handler[AsyncResult[ServiceList]]): ConsulClient
- def catalogServiceNodesWithOptionsFuture(arg0: String, arg1: ServiceQueryOptions): Future[ServiceList]
- def catalogServices(arg0: Handler[AsyncResult[ServiceList]]): ConsulClient
- def catalogServicesFuture(): Future[ServiceList]
- def catalogServicesWithOptions(arg0: BlockingQueryOptions, arg1: Handler[AsyncResult[ServiceList]]): ConsulClient
- def catalogServicesWithOptionsFuture(arg0: BlockingQueryOptions): Future[ServiceList]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def cloneAclToken(arg0: String, arg1: Handler[AsyncResult[String]]): ConsulClient
- def cloneAclTokenFuture(arg0: String): Future[String]
- def close(): Unit
- def coordinateDatacenters(arg0: Handler[AsyncResult[Buffer[DcCoordinates]]]): ConsulClient
- def coordinateDatacentersFuture(): Future[Buffer[DcCoordinates]]
- def coordinateNodes(arg0: Handler[AsyncResult[CoordinateList]]): ConsulClient
- def coordinateNodesFuture(): Future[CoordinateList]
- def coordinateNodesWithOptions(arg0: BlockingQueryOptions, arg1: Handler[AsyncResult[CoordinateList]]): ConsulClient
- def coordinateNodesWithOptionsFuture(arg0: BlockingQueryOptions): Future[CoordinateList]
- def createAclToken(arg0: AclToken, arg1: Handler[AsyncResult[String]]): ConsulClient
- def createAclTokenFuture(arg0: AclToken): Future[String]
- def createPreparedQuery(arg0: PreparedQueryDefinition, arg1: Handler[AsyncResult[String]]): ConsulClient
- def createPreparedQueryFuture(arg0: PreparedQueryDefinition): Future[String]
- def createSession(arg0: Handler[AsyncResult[String]]): ConsulClient
- def createSessionFuture(): Future[String]
- def createSessionWithOptions(arg0: SessionOptions, arg1: Handler[AsyncResult[String]]): ConsulClient
- def createSessionWithOptionsFuture(arg0: SessionOptions): Future[String]
- def deletePreparedQuery(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def deletePreparedQueryFuture(arg0: String): Future[Unit]
- def deleteValue(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def deleteValueFuture(arg0: String): Future[Unit]
- def deleteValues(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def deleteValuesFuture(arg0: String): Future[Unit]
- def deregisterCheck(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def deregisterCheckFuture(arg0: String): Future[Unit]
- def deregisterService(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def deregisterServiceFuture(arg0: String): Future[Unit]
- def destroyAclToken(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def destroyAclTokenFuture(arg0: String): Future[Unit]
- def destroySession(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def destroySessionFuture(arg0: String): Future[Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def executePreparedQuery(arg0: String, arg1: Handler[AsyncResult[PreparedQueryExecuteResponse]]): ConsulClient
- def executePreparedQueryFuture(arg0: String): Future[PreparedQueryExecuteResponse]
- def executePreparedQueryWithOptions(arg0: String, arg1: PreparedQueryExecuteOptions, arg2: Handler[AsyncResult[PreparedQueryExecuteResponse]]): ConsulClient
- def executePreparedQueryWithOptionsFuture(arg0: String, arg1: PreparedQueryExecuteOptions): Future[PreparedQueryExecuteResponse]
- def failCheck(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def failCheckFuture(arg0: String): Future[Unit]
- def failCheckWithNote(arg0: String, arg1: String, arg2: Handler[AsyncResult[Unit]]): ConsulClient
- def failCheckWithNoteFuture(arg0: String, arg1: String): Future[Unit]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fireEvent(arg0: String, arg1: Handler[AsyncResult[Event]]): ConsulClient
- def fireEventFuture(arg0: String): Future[Event]
- def fireEventWithOptions(arg0: String, arg1: EventOptions, arg2: Handler[AsyncResult[Event]]): ConsulClient
- def fireEventWithOptionsFuture(arg0: String, arg1: EventOptions): Future[Event]
- def getAllPreparedQueries(arg0: Handler[AsyncResult[Buffer[PreparedQueryDefinition]]]): ConsulClient
- def getAllPreparedQueriesFuture(): Future[Buffer[PreparedQueryDefinition]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getKeys(arg0: String, arg1: Handler[AsyncResult[Buffer[String]]]): ConsulClient
- def getKeysFuture(arg0: String): Future[Buffer[String]]
- def getKeysWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[Buffer[String]]]): ConsulClient
- def getKeysWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[Buffer[String]]
- def getPreparedQuery(arg0: String, arg1: Handler[AsyncResult[PreparedQueryDefinition]]): ConsulClient
- def getPreparedQueryFuture(arg0: String): Future[PreparedQueryDefinition]
- def getValue(arg0: String, arg1: Handler[AsyncResult[KeyValue]]): ConsulClient
- def getValueFuture(arg0: String): Future[KeyValue]
- def getValueWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[KeyValue]]): ConsulClient
- def getValueWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[KeyValue]
- def getValues(arg0: String, arg1: Handler[AsyncResult[KeyValueList]]): ConsulClient
- def getValuesFuture(arg0: String): Future[KeyValueList]
- def getValuesWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[KeyValueList]]): ConsulClient
- def getValuesWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[KeyValueList]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def healthChecks(arg0: String, arg1: Handler[AsyncResult[CheckList]]): ConsulClient
- def healthChecksFuture(arg0: String): Future[CheckList]
- def healthChecksWithOptions(arg0: String, arg1: CheckQueryOptions, arg2: Handler[AsyncResult[CheckList]]): ConsulClient
- def healthChecksWithOptionsFuture(arg0: String, arg1: CheckQueryOptions): Future[CheckList]
- def healthServiceNodes(arg0: String, arg1: Boolean, arg2: Handler[AsyncResult[ServiceEntryList]]): ConsulClient
- def healthServiceNodesFuture(arg0: String, arg1: Boolean): Future[ServiceEntryList]
- def healthServiceNodesWithOptions(arg0: String, arg1: Boolean, arg2: ServiceQueryOptions, arg3: Handler[AsyncResult[ServiceEntryList]]): ConsulClient
- def healthServiceNodesWithOptionsFuture(arg0: String, arg1: Boolean, arg2: ServiceQueryOptions): Future[ServiceEntryList]
- def healthState(arg0: CheckStatus, arg1: Handler[AsyncResult[CheckList]]): ConsulClient
- def healthStateFuture(arg0: CheckStatus): Future[CheckList]
- def healthStateWithOptions(arg0: CheckStatus, arg1: CheckQueryOptions, arg2: Handler[AsyncResult[CheckList]]): ConsulClient
- def healthStateWithOptionsFuture(arg0: CheckStatus, arg1: CheckQueryOptions): Future[CheckList]
- def infoAclToken(arg0: String, arg1: Handler[AsyncResult[AclToken]]): ConsulClient
- def infoAclTokenFuture(arg0: String): Future[AclToken]
- def infoSession(arg0: String, arg1: Handler[AsyncResult[Session]]): ConsulClient
- def infoSessionFuture(arg0: String): Future[Session]
- def infoSessionWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[Session]]): ConsulClient
- def infoSessionWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[Session]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leaderStatus(arg0: Handler[AsyncResult[String]]): ConsulClient
- def leaderStatusFuture(): Future[String]
- def listAclTokens(arg0: Handler[AsyncResult[Buffer[AclToken]]]): ConsulClient
- def listAclTokensFuture(): Future[Buffer[AclToken]]
- def listEvents(arg0: Handler[AsyncResult[EventList]]): ConsulClient
- def listEventsFuture(): Future[EventList]
- def listEventsWithOptions(arg0: EventListOptions, arg1: Handler[AsyncResult[EventList]]): ConsulClient
- def listEventsWithOptionsFuture(arg0: EventListOptions): Future[EventList]
- def listNodeSessions(arg0: String, arg1: Handler[AsyncResult[SessionList]]): ConsulClient
- def listNodeSessionsFuture(arg0: String): Future[SessionList]
- def listNodeSessionsWithOptions(arg0: String, arg1: BlockingQueryOptions, arg2: Handler[AsyncResult[SessionList]]): ConsulClient
- def listNodeSessionsWithOptionsFuture(arg0: String, arg1: BlockingQueryOptions): Future[SessionList]
- def listSessions(arg0: Handler[AsyncResult[SessionList]]): ConsulClient
- def listSessionsFuture(): Future[SessionList]
- def listSessionsWithOptions(arg0: BlockingQueryOptions, arg1: Handler[AsyncResult[SessionList]]): ConsulClient
- def listSessionsWithOptionsFuture(arg0: BlockingQueryOptions): Future[SessionList]
- def localChecks(arg0: Handler[AsyncResult[Buffer[Check]]]): ConsulClient
- def localChecksFuture(): Future[Buffer[Check]]
- def localServices(arg0: Handler[AsyncResult[Buffer[Service]]]): ConsulClient
- def localServicesFuture(): Future[Buffer[Service]]
- def maintenanceService(arg0: MaintenanceOptions, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def maintenanceServiceFuture(arg0: MaintenanceOptions): Future[Unit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def passCheck(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def passCheckFuture(arg0: String): Future[Unit]
- def passCheckWithNote(arg0: String, arg1: String, arg2: Handler[AsyncResult[Unit]]): ConsulClient
- def passCheckWithNoteFuture(arg0: String, arg1: String): Future[Unit]
- def peersStatus(arg0: Handler[AsyncResult[Buffer[String]]]): ConsulClient
- def peersStatusFuture(): Future[Buffer[String]]
- def putValue(arg0: String, arg1: String, arg2: Handler[AsyncResult[Boolean]]): ConsulClient
- def putValueFuture(arg0: String, arg1: String): Future[Boolean]
- def putValueWithOptions(arg0: String, arg1: String, arg2: KeyValueOptions, arg3: Handler[AsyncResult[Boolean]]): ConsulClient
- def putValueWithOptionsFuture(arg0: String, arg1: String, arg2: KeyValueOptions): Future[Boolean]
- def registerCheck(arg0: CheckOptions, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def registerCheckFuture(arg0: CheckOptions): Future[Unit]
- def registerService(arg0: ServiceOptions, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def registerServiceFuture(arg0: ServiceOptions): Future[Unit]
- def renewSession(arg0: String, arg1: Handler[AsyncResult[Session]]): ConsulClient
- def renewSessionFuture(arg0: String): Future[Session]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def transaction(arg0: TxnRequest, arg1: Handler[AsyncResult[TxnResponse]]): ConsulClient
- def transactionFuture(arg0: TxnRequest): Future[TxnResponse]
- def updateAclToken(arg0: AclToken, arg1: Handler[AsyncResult[String]]): ConsulClient
- def updateAclTokenFuture(arg0: AclToken): Future[String]
- def updateCheck(arg0: String, arg1: CheckStatus, arg2: Handler[AsyncResult[Unit]]): ConsulClient
- def updateCheckFuture(arg0: String, arg1: CheckStatus): Future[Unit]
- def updateCheckWithNote(arg0: String, arg1: CheckStatus, arg2: String, arg3: Handler[AsyncResult[Unit]]): ConsulClient
- def updateCheckWithNoteFuture(arg0: String, arg1: CheckStatus, arg2: String): Future[Unit]
- def updatePreparedQuery(arg0: PreparedQueryDefinition, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def updatePreparedQueryFuture(arg0: PreparedQueryDefinition): Future[Unit]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def warnCheck(arg0: String, arg1: Handler[AsyncResult[Unit]]): ConsulClient
- def warnCheckFuture(arg0: String): Future[Unit]
- def warnCheckWithNote(arg0: String, arg1: String, arg2: Handler[AsyncResult[Unit]]): ConsulClient
- def warnCheckWithNoteFuture(arg0: String, arg1: String): Future[Unit]