Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AclToken - Class in io.vertx.ext.consul
Holds properties of Acl token
AclToken() - Constructor for class io.vertx.ext.consul.AclToken
Default constructor
AclToken(AclToken) - Constructor for class io.vertx.ext.consul.AclToken
Copy constructor
AclToken(JsonObject) - Constructor for class io.vertx.ext.consul.AclToken
Constructor from JSON
AclTokenType - Enum in io.vertx.ext.consul
Acl token type is either "client" (meaning the token cannot modify ACL rules) or "management" (meaning the token is allowed to perform all actions).
addCrlPath(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add a CRL path
addCrlValue(Buffer) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add a CRL value
addEnabledCipherSuite(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add an enabled cipher suite, appended to the ordered suites.
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
addError(TxnError) - Method in class io.vertx.ext.consul.TxnResponse
Adds error to this response
addOperation(TxnOperation) - Method in class io.vertx.ext.consul.TxnRequest
Adds operation to this request
addResult(TxnResult) - Method in class io.vertx.ext.consul.TxnResponse
Adds result to this response
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
aggregatedStatus() - Method in class io.vertx.ext.consul.ServiceEntry
AggregatedStatus returns the "best" status for the list of health checks.

B

BlockingQueryOptions - Class in io.vertx.ext.consul
Options used to perform blocking query that used to wait for a potential change using long polling.
BlockingQueryOptions() - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Default constructor
BlockingQueryOptions(BlockingQueryOptions) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Copy constructor
BlockingQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Constructor from JSON
BlockingQueryOptionsConverter - Class in io.vertx.ext.consul
Converter for BlockingQueryOptions.
BlockingQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.BlockingQueryOptionsConverter
 

C

catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogNodes(Handler<AsyncResult<NodeList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the node's registered services This is blocking query unlike ConsulClient.catalogNodeServices(String, Handler)
catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServices(Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(Handler)
cause() - Method in interface io.vertx.ext.consul.WatchResult
A Throwable describing failure.
Check - Class in io.vertx.ext.consul
Holds check properties
Check() - Constructor for class io.vertx.ext.consul.Check
Default constructor
Check(Check) - Constructor for class io.vertx.ext.consul.Check
Copy constructor
Check(JsonObject) - Constructor for class io.vertx.ext.consul.Check
Constructor from JSON
CheckConverter - Class in io.vertx.ext.consul
Converter for Check.
CheckConverter() - Constructor for class io.vertx.ext.consul.CheckConverter
 
CheckList - Class in io.vertx.ext.consul
Holds result of checks query
CheckList() - Constructor for class io.vertx.ext.consul.CheckList
Default constructor
CheckList(CheckList) - Constructor for class io.vertx.ext.consul.CheckList
Copy constructor
CheckList(JsonObject) - Constructor for class io.vertx.ext.consul.CheckList
Constructor from JSON
CheckListConverter - Class in io.vertx.ext.consul
Converter for CheckList.
CheckListConverter() - Constructor for class io.vertx.ext.consul.CheckListConverter
 
CheckOptions - Class in io.vertx.ext.consul
Options used to register checks in Consul.
CheckOptions() - Constructor for class io.vertx.ext.consul.CheckOptions
Default constructor
CheckOptions(CheckOptions) - Constructor for class io.vertx.ext.consul.CheckOptions
Copy constructor
CheckOptions(JsonObject) - Constructor for class io.vertx.ext.consul.CheckOptions
Constructor from JSON
CheckOptionsConverter - Class in io.vertx.ext.consul
Converter for CheckOptions.
CheckOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckOptionsConverter
 
CheckQueryOptions - Class in io.vertx.ext.consul
Options used to requesting list of checks
CheckQueryOptions() - Constructor for class io.vertx.ext.consul.CheckQueryOptions
Default constructor
CheckQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.CheckQueryOptions
Constructor from JSON
CheckQueryOptionsConverter - Class in io.vertx.ext.consul
Converter for CheckQueryOptions.
CheckQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckQueryOptionsConverter
 
CheckStatus - Enum in io.vertx.ext.consul
Represents an check status.
cloneAclToken(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Clone Acl token
close() - Method in interface io.vertx.ext.consul.ConsulClient
Close the client and release its resources
ConsulClient - Interface in io.vertx.ext.consul
A Vert.x service used to interact with Consul.
ConsulClientOptions - Class in io.vertx.ext.consul
Options used to create Consul client.
ConsulClientOptions() - Constructor for class io.vertx.ext.consul.ConsulClientOptions
Default constructor
ConsulClientOptions(ConsulClientOptions) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
Copy constructor
ConsulClientOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
Constructor from JSON
ConsulClientOptions(URI) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
Constructor from URI.
ConsulClientOptionsConverter - Class in io.vertx.ext.consul
Converter for ConsulClientOptions.
ConsulClientOptionsConverter() - Constructor for class io.vertx.ext.consul.ConsulClientOptionsConverter
 
Coordinate - Class in io.vertx.ext.consul
Holds network coordinates of node
Coordinate() - Constructor for class io.vertx.ext.consul.Coordinate
Default constructor
Coordinate(Coordinate) - Constructor for class io.vertx.ext.consul.Coordinate
Copy constructor
Coordinate(JsonObject) - Constructor for class io.vertx.ext.consul.Coordinate
Constructor from JSON
CoordinateConverter - Class in io.vertx.ext.consul
Converter for Coordinate.
CoordinateConverter() - Constructor for class io.vertx.ext.consul.CoordinateConverter
 
coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
CoordinateList - Class in io.vertx.ext.consul
Holds result of network coordinates query
CoordinateList() - Constructor for class io.vertx.ext.consul.CoordinateList
Default constructor
CoordinateList(CoordinateList) - Constructor for class io.vertx.ext.consul.CoordinateList
Copy constructor
CoordinateList(JsonObject) - Constructor for class io.vertx.ext.consul.CoordinateList
Constructor from JSON
CoordinateListConverter - Class in io.vertx.ext.consul
Converter for CoordinateList.
CoordinateListConverter() - Constructor for class io.vertx.ext.consul.CoordinateListConverter
 
coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(Handler)
create(Vertx) - Static method in interface io.vertx.ext.consul.ConsulClient
Create a Consul client with default options.
create(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.ConsulClient
Create a Consul client.
createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Create new Acl token
createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
 
createSession(Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Initialize a new session
createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Initialize a new session

D

DcCoordinates - Class in io.vertx.ext.consul
Holds coordinates of servers in datacenter
DcCoordinates() - Constructor for class io.vertx.ext.consul.DcCoordinates
Default constructor
DcCoordinates(JsonObject) - Constructor for class io.vertx.ext.consul.DcCoordinates
Constructor from JSON
DcCoordinatesConverter - Class in io.vertx.ext.consul
Converter for DcCoordinates.
DcCoordinatesConverter() - Constructor for class io.vertx.ext.consul.DcCoordinatesConverter
 
deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Deletes an existing prepared query
deleteValue(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValues(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterService(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Remove a service from the local agent.
destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Destroy Acl token
destroySession(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Destroys the given session

E

equals(Object) - Method in class io.vertx.ext.consul.Check
 
equals(Object) - Method in class io.vertx.ext.consul.CheckList
 
equals(Object) - Method in class io.vertx.ext.consul.Coordinate
 
equals(Object) - Method in class io.vertx.ext.consul.CoordinateList
 
equals(Object) - Method in class io.vertx.ext.consul.Event
 
equals(Object) - Method in class io.vertx.ext.consul.EventList
 
equals(Object) - Method in class io.vertx.ext.consul.KeyValue
 
equals(Object) - Method in class io.vertx.ext.consul.KeyValueList
 
equals(Object) - Method in class io.vertx.ext.consul.Node
 
equals(Object) - Method in class io.vertx.ext.consul.NodeList
 
equals(Object) - Method in class io.vertx.ext.consul.Service
 
equals(Object) - Method in class io.vertx.ext.consul.ServiceEntry
 
equals(Object) - Method in class io.vertx.ext.consul.ServiceEntryList
 
equals(Object) - Method in class io.vertx.ext.consul.ServiceList
 
equals(Object) - Method in class io.vertx.ext.consul.Session
 
equals(Object) - Method in class io.vertx.ext.consul.SessionList
 
Event - Class in io.vertx.ext.consul
Holds properties of Consul event
Event() - Constructor for class io.vertx.ext.consul.Event
Default constructor
Event(Event) - Constructor for class io.vertx.ext.consul.Event
Copy constructor
Event(JsonObject) - Constructor for class io.vertx.ext.consul.Event
Constructor from JSON
EventConverter - Class in io.vertx.ext.consul
Converter for Event.
EventConverter() - Constructor for class io.vertx.ext.consul.EventConverter
 
EventList - Class in io.vertx.ext.consul
Holds result of events query
EventList() - Constructor for class io.vertx.ext.consul.EventList
Default constructor
EventList(EventList) - Constructor for class io.vertx.ext.consul.EventList
Copy constructor
EventList(JsonObject) - Constructor for class io.vertx.ext.consul.EventList
Constructor from JSON
EventListConverter - Class in io.vertx.ext.consul
Converter for EventList.
EventListConverter() - Constructor for class io.vertx.ext.consul.EventListConverter
 
EventListOptions - Class in io.vertx.ext.consul
Holds options for events list request
EventListOptions() - Constructor for class io.vertx.ext.consul.EventListOptions
Default constructor
EventListOptions(JsonObject) - Constructor for class io.vertx.ext.consul.EventListOptions
Constructor from JSON
EventListOptionsConverter - Class in io.vertx.ext.consul
Converter for EventListOptions.
EventListOptionsConverter() - Constructor for class io.vertx.ext.consul.EventListOptionsConverter
 
EventOptions - Class in io.vertx.ext.consul
Options used to trigger a new user event.
EventOptions() - Constructor for class io.vertx.ext.consul.EventOptions
Default constructor
EventOptions(EventOptions) - Constructor for class io.vertx.ext.consul.EventOptions
Copy constructor
EventOptions(JsonObject) - Constructor for class io.vertx.ext.consul.EventOptions
Constructor from JSON
EventOptionsConverter - Class in io.vertx.ext.consul
Converter for EventOptions.
EventOptionsConverter() - Constructor for class io.vertx.ext.consul.EventOptionsConverter
 
events(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the custom user events.
events(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the custom user events.
executePreparedQuery(String, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in interface io.vertx.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in interface io.vertx.ext.consul.ConsulClient
Executes an existing prepared query.

F

failCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "critical".
failed() - Method in interface io.vertx.ext.consul.WatchResult
Did it fail?
fireEvent(String, Handler<AsyncResult<Event>>) - Method in interface io.vertx.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions, Handler<AsyncResult<Event>>) - Method in interface io.vertx.ext.consul.ConsulClient
Fires a new user event
fromJson(Iterable<Map.Entry<String, Object>>, BlockingQueryOptions) - Static method in class io.vertx.ext.consul.BlockingQueryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Check) - Static method in class io.vertx.ext.consul.CheckConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CheckList) - Static method in class io.vertx.ext.consul.CheckListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CheckOptions) - Static method in class io.vertx.ext.consul.CheckOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CheckQueryOptions) - Static method in class io.vertx.ext.consul.CheckQueryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ConsulClientOptions) - Static method in class io.vertx.ext.consul.ConsulClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Coordinate) - Static method in class io.vertx.ext.consul.CoordinateConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CoordinateList) - Static method in class io.vertx.ext.consul.CoordinateListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, DcCoordinates) - Static method in class io.vertx.ext.consul.DcCoordinatesConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Event) - Static method in class io.vertx.ext.consul.EventConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, EventList) - Static method in class io.vertx.ext.consul.EventListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, EventListOptions) - Static method in class io.vertx.ext.consul.EventListOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, EventOptions) - Static method in class io.vertx.ext.consul.EventOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, KeyValue) - Static method in class io.vertx.ext.consul.KeyValueConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, KeyValueList) - Static method in class io.vertx.ext.consul.KeyValueListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Node) - Static method in class io.vertx.ext.consul.NodeConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, NodeList) - Static method in class io.vertx.ext.consul.NodeListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, NodeQueryOptions) - Static method in class io.vertx.ext.consul.NodeQueryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PreparedQueryExecuteOptions) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PreparedQueryExecuteResponse) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceEntry) - Static method in class io.vertx.ext.consul.ServiceEntryConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceEntryList) - Static method in class io.vertx.ext.consul.ServiceEntryListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceList) - Static method in class io.vertx.ext.consul.ServiceListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceOptions) - Static method in class io.vertx.ext.consul.ServiceOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceQueryOptions) - Static method in class io.vertx.ext.consul.ServiceQueryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Session) - Static method in class io.vertx.ext.consul.SessionConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, SessionList) - Static method in class io.vertx.ext.consul.SessionListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, TxnError) - Static method in class io.vertx.ext.consul.TxnErrorConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, TxnKVOperation) - Static method in class io.vertx.ext.consul.TxnKVOperationConverter
 

G

getAclToken() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get the ACL token.
getAcquireSession() - Method in class io.vertx.ext.consul.KeyValueOptions
Get session ID for lock acquisition operation.
getAddress() - Method in class io.vertx.ext.consul.Node
Get node address
getAddress() - Method in class io.vertx.ext.consul.Service
Get service address
getAddress() - Method in class io.vertx.ext.consul.ServiceOptions
Get service address
getAdj() - Method in class io.vertx.ext.consul.Coordinate
Get adjustment
getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns a list of all prepared queries.
getBehavior() - Method in class io.vertx.ext.consul.SessionOptions
Get the behavior when a session is invalidated.
getBlockingOptions() - Method in class io.vertx.ext.consul.CheckQueryOptions
Get options for blocking query
getBlockingOptions() - Method in class io.vertx.ext.consul.EventListOptions
Get options for blocking query
getBlockingOptions() - Method in class io.vertx.ext.consul.NodeQueryOptions
Get options for blocking query
getBlockingOptions() - Method in class io.vertx.ext.consul.ServiceQueryOptions
Get options for blocking query
getCasIndex() - Method in class io.vertx.ext.consul.KeyValueOptions
Get the Check-And-Set index.
getCheckOptions() - Method in class io.vertx.ext.consul.ServiceOptions
Get check options of service
getChecks() - Method in class io.vertx.ext.consul.ServiceEntry
Get list of checks
getChecks() - Method in class io.vertx.ext.consul.Session
Get the list of associated health checks
getChecks() - Method in class io.vertx.ext.consul.SessionOptions
Get a list of associated health checks.
getCreateIndex() - Method in class io.vertx.ext.consul.KeyValue
Get the internal index value that represents when the entry was created.
getCreateIndex() - Method in class io.vertx.ext.consul.Session
Get the create index of session
getDatacenter() - Method in class io.vertx.ext.consul.DcCoordinates
Get datacenter
getDc() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get the datacenter name
getDc() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the datacenter that ultimately provided the list of nodes
getDcs() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies a fixed list of remote datacenters to forward the query to if there are no healthy nodes in the local datacenter.
getDeregisterAfter() - Method in class io.vertx.ext.consul.CheckOptions
Get deregister timeout
getDnsTtl() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get the TTL duration when query results are served over DNS.
getDnsTtl() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the TTL duration when query results are served over DNS.
getErr() - Method in class io.vertx.ext.consul.Coordinate
Get error
getError(int) - Method in class io.vertx.ext.consul.TxnResponse
Returns the errors at the specified position in this list
getErrors() - Method in class io.vertx.ext.consul.TxnResponse
Returns list of transaction errors
getErrorsSize() - Method in class io.vertx.ext.consul.TxnResponse
Returns the number of errors in this response
getFailovers() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the number of remote datacenters that were queried while executing the query.
getFlags() - Method in class io.vertx.ext.consul.KeyValue
Get the flags attached to this entry.
getFlags() - Method in class io.vertx.ext.consul.KeyValueOptions
Get the flags.
getFlags() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the flags attached to this entry.
getGrpc() - Method in class io.vertx.ext.consul.CheckOptions
Specifies a gRPC check's endpoint that supports the standard gRPC health checking protocol.
getHeight() - Method in class io.vertx.ext.consul.Coordinate
Get height
getHost() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get Consul host.
getHttp() - Method in class io.vertx.ext.consul.CheckOptions
Get HTTP address
getId() - Method in class io.vertx.ext.consul.AclToken
Get ID of token
getId() - Method in class io.vertx.ext.consul.Check
Get the ID of check
getId() - Method in class io.vertx.ext.consul.CheckOptions
Get check ID
getId() - Method in class io.vertx.ext.consul.Event
Get ID of event
getId() - Method in class io.vertx.ext.consul.MaintenanceOptions
Get the ID of service
getId() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get ID of the query
getId() - Method in class io.vertx.ext.consul.Service
Get ID of service
getId() - Method in class io.vertx.ext.consul.ServiceOptions
Get the ID of session
getId() - Method in class io.vertx.ext.consul.Session
Get the ID of session
getIndex() - Method in class io.vertx.ext.consul.BlockingQueryOptions
Get index
getIndex() - Method in class io.vertx.ext.consul.CheckList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.CoordinateList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.EventList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.KeyValueList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.NodeList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.ServiceEntryList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.ServiceList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.Session
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.SessionList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the index used for locking, unlocking, and check-and-set operations.
getInterval() - Method in class io.vertx.ext.consul.CheckOptions
Get checking interval
getKey() - Method in class io.vertx.ext.consul.KeyValue
Get the key
getKey() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the key
getKeys(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getLanAddress() - Method in class io.vertx.ext.consul.Node
Get node lan address
getLimit() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Get the size of the list to the given number of nodes.
getList() - Method in class io.vertx.ext.consul.CheckList
Get list of checks
getList() - Method in class io.vertx.ext.consul.CoordinateList
Get list of coordinates
getList() - Method in class io.vertx.ext.consul.EventList
Get list of events
getList() - Method in class io.vertx.ext.consul.KeyValueList
Get list of key/value pairs
getList() - Method in class io.vertx.ext.consul.NodeList
Get list of nodes
getList() - Method in class io.vertx.ext.consul.ServiceEntryList
Get list of services
getList() - Method in class io.vertx.ext.consul.ServiceList
Get list of services
getList() - Method in class io.vertx.ext.consul.SessionList
Get list of sessions
getLockDelay() - Method in class io.vertx.ext.consul.Session
Lock delay is a time duration, between 0 and 60 seconds.
getLockDelay() - Method in class io.vertx.ext.consul.SessionOptions
Get the lock-delay period.
getLockIndex() - Method in class io.vertx.ext.consul.KeyValue
Get the number of times this key has successfully been acquired in a lock.
getLTime() - Method in class io.vertx.ext.consul.Event
Get the Lamport clock time
getMeta() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get a list of user-defined key/value pairs that will be used for filtering the query results to nodes with the given metadata values present.
getMeta() - Method in class io.vertx.ext.consul.Service
Get arbitrary KV metadata linked to the service instance.
getMeta() - Method in class io.vertx.ext.consul.ServiceOptions
Get arbitrary KV metadata linked to the service instance.
getModifyIndex() - Method in class io.vertx.ext.consul.KeyValue
Get the last index that modified this key.
getName() - Method in class io.vertx.ext.consul.AclToken
Get name of token
getName() - Method in class io.vertx.ext.consul.Check
Get the name of check
getName() - Method in class io.vertx.ext.consul.CheckOptions
Get check name
getName() - Method in class io.vertx.ext.consul.Event
Get name of event
getName() - Method in class io.vertx.ext.consul.EventListOptions
Get event name for filtering on events
getName() - Method in class io.vertx.ext.consul.Node
Get node name
getName() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get an optional friendly name that can be used to execute a query instead of using its ID
getName() - Method in class io.vertx.ext.consul.Service
Get service name
getName() - Method in class io.vertx.ext.consul.ServiceOptions
Get service name
getName() - Method in class io.vertx.ext.consul.SessionOptions
Get the human-readable name for the Session
getNear() - Method in class io.vertx.ext.consul.CheckQueryOptions
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
getNear() - Method in class io.vertx.ext.consul.NodeQueryOptions
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
getNear() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
getNear() - Method in class io.vertx.ext.consul.ServiceQueryOptions
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
getNearestN() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies that the query will be forwarded to up to NearestN other datacenters based on their estimated network round trip time using Network Coordinates from the WAN gossip pool.
getNode() - Method in class io.vertx.ext.consul.Coordinate
Get name of node
getNode() - Method in class io.vertx.ext.consul.Event
Get regular expression to filter by node name
getNode() - Method in class io.vertx.ext.consul.EventOptions
Get regular expression to filter by node name
getNode() - Method in class io.vertx.ext.consul.Service
Get none name
getNode() - Method in class io.vertx.ext.consul.ServiceEntry
Get node
getNode() - Method in class io.vertx.ext.consul.Session
Get the ID of node
getNode() - Method in class io.vertx.ext.consul.SessionOptions
Get the node to which the session will be assigned
getNodeAddress() - Method in class io.vertx.ext.consul.Service
Get node address
getNodeName() - Method in class io.vertx.ext.consul.Check
Get the name of node
getNodes() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.
getNotes() - Method in class io.vertx.ext.consul.Check
Get the human-readable note of check
getNotes() - Method in class io.vertx.ext.consul.CheckOptions
Get check notes
getOperations() - Method in class io.vertx.ext.consul.TxnRequest
Returns list of transaction operations
getOperations(int) - Method in class io.vertx.ext.consul.TxnRequest
Returns the operation at the specified position in this list
getOperationsSize() - Method in class io.vertx.ext.consul.TxnRequest
Returns the number of operations in this request
getOperationType() - Method in class io.vertx.ext.consul.KeyValue
 
getOperationType() - Method in class io.vertx.ext.consul.TxnKVOperation
 
getOperationType() - Method in interface io.vertx.ext.consul.TxnOperation
Returns the type of operation in a transaction
getOperationType() - Method in interface io.vertx.ext.consul.TxnResult
 
getOpIndex() - Method in class io.vertx.ext.consul.TxnError
Get the index of the failed operation in the transaction
getOutput() - Method in class io.vertx.ext.consul.Check
Get the output of check
getPassing() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies the behavior of the query's health check filtering.
getPayload() - Method in class io.vertx.ext.consul.Event
Get payload of event
getPayload() - Method in class io.vertx.ext.consul.EventOptions
Get payload of event
getPort() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get Consul HTTP API port.
getPort() - Method in class io.vertx.ext.consul.Service
Get service port
getPort() - Method in class io.vertx.ext.consul.ServiceOptions
Get service port
getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns an existing prepared query
getReason() - Method in class io.vertx.ext.consul.MaintenanceOptions
Get the reason message
getReleaseSession() - Method in class io.vertx.ext.consul.KeyValueOptions
Get session ID for lock release operation.
getResult(int) - Method in class io.vertx.ext.consul.TxnResponse
Returns the result at the specified position in this list
getResults() - Method in class io.vertx.ext.consul.TxnResponse
Returns list of transaction results
getResultsSize() - Method in class io.vertx.ext.consul.TxnResponse
Returns the number of results in this response
getRules() - Method in class io.vertx.ext.consul.AclToken
Get rules for token
getScriptArgs() - Method in class io.vertx.ext.consul.CheckOptions
Get scriptArgs
getServers() - Method in class io.vertx.ext.consul.DcCoordinates
Get list of servers in datacenter
getService() - Method in class io.vertx.ext.consul.Event
Get regular expression to filter by service
getService() - Method in class io.vertx.ext.consul.EventOptions
Get regular expression to filter by service
getService() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get the name of the service to query
getService() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the service name that the query was selecting.
getService() - Method in class io.vertx.ext.consul.ServiceEntry
Get service
getServiceId() - Method in class io.vertx.ext.consul.Check
Get the ID of service with which this check associated
getServiceId() - Method in class io.vertx.ext.consul.CheckOptions
Get the service ID to associate the registered check with an existing service provided by the agent.
getServiceName() - Method in class io.vertx.ext.consul.Check
Get the name of service with which this check associated
getSession() - Method in class io.vertx.ext.consul.KeyValue
Get the session that owns the lock
getSession() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get the ID of an existing session.
getSession() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the session used for locking, unlocking, and check-and-set operations.
getStatus() - Method in class io.vertx.ext.consul.Check
Get the status of check
getStatus() - Method in class io.vertx.ext.consul.CheckOptions
Get the check status to specify the initial state of the health check.
getTag() - Method in class io.vertx.ext.consul.Event
Get regular expression to filter by tag
getTag() - Method in class io.vertx.ext.consul.EventOptions
Get regular expression to filter by tag
getTag() - Method in class io.vertx.ext.consul.ServiceQueryOptions
Get tag for filtering request results
getTags() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get a list of service tags to filter the query results.
getTags() - Method in class io.vertx.ext.consul.Service
Set list of service tags
getTags() - Method in class io.vertx.ext.consul.ServiceOptions
Get list of tags associated with service
getTcp() - Method in class io.vertx.ext.consul.CheckOptions
Get TCP address.
getTemplateRegexp() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get regular expression which is used to extract fields from the entire name, once this template is selected.
getTemplateType() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
The template type, which must be name_prefix_match.
getTimeout() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get timeout in milliseconds
getToken() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get the ACL token to use each time the query is executed.
getTtl() - Method in class io.vertx.ext.consul.CheckOptions
Get Time to Live of check
getTtl() - Method in class io.vertx.ext.consul.SessionOptions
Get the TTL interval.
getType() - Method in class io.vertx.ext.consul.AclToken
Get type of token
getType() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the type of operation to perform
getValue(String, Handler<AsyncResult<KeyValue>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValue() - Method in class io.vertx.ext.consul.KeyValue
Get the value.
getValue() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the value
getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getVec() - Method in class io.vertx.ext.consul.Coordinate
Get vector
getVerb() - Method in enum io.vertx.ext.consul.TxnKVVerb
 
getVersion() - Method in class io.vertx.ext.consul.Event
Get version
getWait() - Method in class io.vertx.ext.consul.BlockingQueryOptions
Get wait period
getWanAddress() - Method in class io.vertx.ext.consul.Node
Get node wan address
getWhat() - Method in class io.vertx.ext.consul.TxnError
Get error message about why that operation failed.

H

hashCode() - Method in class io.vertx.ext.consul.Check
 
hashCode() - Method in class io.vertx.ext.consul.CheckList
 
hashCode() - Method in class io.vertx.ext.consul.Coordinate
 
hashCode() - Method in class io.vertx.ext.consul.CoordinateList
 
hashCode() - Method in class io.vertx.ext.consul.Event
 
hashCode() - Method in class io.vertx.ext.consul.EventList
 
hashCode() - Method in class io.vertx.ext.consul.KeyValue
 
hashCode() - Method in class io.vertx.ext.consul.KeyValueList
 
hashCode() - Method in class io.vertx.ext.consul.Node
 
hashCode() - Method in class io.vertx.ext.consul.NodeList
 
hashCode() - Method in class io.vertx.ext.consul.Service
 
hashCode() - Method in class io.vertx.ext.consul.ServiceEntry
 
hashCode() - Method in class io.vertx.ext.consul.ServiceEntryList
 
hashCode() - Method in class io.vertx.ext.consul.ServiceList
 
hashCode() - Method in class io.vertx.ext.consul.Session
 
hashCode() - Method in class io.vertx.ext.consul.SessionList
 
healthChecks(String, Handler<AsyncResult<CheckList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecksWithOptions(String, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the checks associated with the service
healthServiceNodes(String, boolean, Handler<AsyncResult<ServiceEntryList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions, Handler<AsyncResult<ServiceEntryList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes providing the service.
healthState(HealthState, Handler<AsyncResult<CheckList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the checks in the specified status
HealthState - Enum in io.vertx.ext.consul
Represents an health states.
healthStateWithOptions(HealthState, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the checks in the specified status

I

infoAclToken(String, Handler<AsyncResult<AclToken>>) - Method in interface io.vertx.ext.consul.ConsulClient
Get info of Acl token
infoSession(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the requested session information
infoSessionWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the requested session information This is blocking query unlike ConsulClient.infoSession(String, Handler)
io.vertx.ext.consul - package io.vertx.ext.consul
 
isEnable() - Method in class io.vertx.ext.consul.MaintenanceOptions
Get maintenance mode
isGrpcTls() - Method in class io.vertx.ext.consul.CheckOptions
Specifies whether to use TLS for this gRPC health check.
isPresent() - Method in class io.vertx.ext.consul.KeyValue
Return true if there is a key/value pair present, otherwise false.
isPresent() - Method in class io.vertx.ext.consul.KeyValueList
Return true if there is a key/value pairs present, otherwise false.
isTlsSkipVerify() - Method in class io.vertx.ext.consul.CheckOptions
Specifies if the certificate for an HTTPS check should not be verified.

K

key - Variable in enum io.vertx.ext.consul.AclTokenType
 
key - Variable in enum io.vertx.ext.consul.CheckStatus
 
key - Variable in enum io.vertx.ext.consul.HealthState
 
key - Variable in enum io.vertx.ext.consul.SessionBehavior
 
key(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
keyPrefix(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
keyPrefix(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
KeyValue - Class in io.vertx.ext.consul
Represents key/value pair stored in Consul
KeyValue() - Constructor for class io.vertx.ext.consul.KeyValue
Default constructor
KeyValue(KeyValue) - Constructor for class io.vertx.ext.consul.KeyValue
Copy constructor
KeyValue(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValue
Constructor from JSON
KeyValueConverter - Class in io.vertx.ext.consul
Converter for KeyValue.
KeyValueConverter() - Constructor for class io.vertx.ext.consul.KeyValueConverter
 
KeyValueList - Class in io.vertx.ext.consul
Holds result of key/value pairs query
KeyValueList() - Constructor for class io.vertx.ext.consul.KeyValueList
Default constructor
KeyValueList(KeyValueList) - Constructor for class io.vertx.ext.consul.KeyValueList
Copy constructor
KeyValueList(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValueList
Constructor from JSON
KeyValueListConverter - Class in io.vertx.ext.consul
Converter for KeyValueList.
KeyValueListConverter() - Constructor for class io.vertx.ext.consul.KeyValueListConverter
 
KeyValueOptions - Class in io.vertx.ext.consul
Options used to put key/value pair to Consul.
KeyValueOptions() - Constructor for class io.vertx.ext.consul.KeyValueOptions
Default constructor
KeyValueOptions(KeyValueOptions) - Constructor for class io.vertx.ext.consul.KeyValueOptions
Copy constructor
KeyValueOptions(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValueOptions
Constructor from JSON

L

leaderStatus(Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
listAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Get list of Acl token
listEvents(Handler<AsyncResult<EventList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEventsWithOptions(EventListOptions, Handler<AsyncResult<EventList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listNodeSessions(String, Handler<AsyncResult<SessionList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the active sessions for a given node This is blocking query unlike ConsulClient.listNodeSessions(String, Handler)
listSessions(Handler<AsyncResult<SessionList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the active sessions
listSessionsWithOptions(BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the active sessions This is blocking query unlike ConsulClient.listSessions(Handler)
localChecks(Handler<AsyncResult<List<Check>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localServices(Handler<AsyncResult<List<Service>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns list of services registered with the local agent.

M

MaintenanceOptions - Class in io.vertx.ext.consul
Options used to placing a given service into "maintenance mode".
MaintenanceOptions() - Constructor for class io.vertx.ext.consul.MaintenanceOptions
Default constructor
MaintenanceOptions(MaintenanceOptions) - Constructor for class io.vertx.ext.consul.MaintenanceOptions
Copy constructor
MaintenanceOptions(JsonObject) - Constructor for class io.vertx.ext.consul.MaintenanceOptions
Constructor from JSON
maintenanceService(MaintenanceOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Places a given service into "maintenance mode"

N

nextResult() - Method in interface io.vertx.ext.consul.WatchResult
The next result of the operation.
Node - Class in io.vertx.ext.consul
 
Node() - Constructor for class io.vertx.ext.consul.Node
Default constructor
Node(Node) - Constructor for class io.vertx.ext.consul.Node
Copy constructor
Node(JsonObject) - Constructor for class io.vertx.ext.consul.Node
Constructor from JSON
NodeConverter - Class in io.vertx.ext.consul
Converter for Node.
NodeConverter() - Constructor for class io.vertx.ext.consul.NodeConverter
 
NodeList - Class in io.vertx.ext.consul
Holds result of nodes query
NodeList() - Constructor for class io.vertx.ext.consul.NodeList
Default constructor
NodeList(NodeList) - Constructor for class io.vertx.ext.consul.NodeList
Copy constructor
NodeList(JsonObject) - Constructor for class io.vertx.ext.consul.NodeList
Constructor from JSON
NodeListConverter - Class in io.vertx.ext.consul
Converter for NodeList.
NodeListConverter() - Constructor for class io.vertx.ext.consul.NodeListConverter
 
NodeQueryOptions - Class in io.vertx.ext.consul
Options used to requesting list of nodes
NodeQueryOptions() - Constructor for class io.vertx.ext.consul.NodeQueryOptions
Default constructor
NodeQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.NodeQueryOptions
Constructor from JSON
NodeQueryOptionsConverter - Class in io.vertx.ext.consul
Converter for NodeQueryOptions.
NodeQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.NodeQueryOptionsConverter
 
nodes(Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
nodes(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.

O

of(String) - Static method in enum io.vertx.ext.consul.AclTokenType
 
of(String) - Static method in enum io.vertx.ext.consul.CheckStatus
 
of(String) - Static method in enum io.vertx.ext.consul.HealthState
 
of(String) - Static method in enum io.vertx.ext.consul.SessionBehavior
 
ofVerb(String) - Static method in enum io.vertx.ext.consul.TxnKVVerb
 

P

passCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "passing".
peersStatus(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
PreparedQueryDefinition - Class in io.vertx.ext.consul
Defines a prepared query.
PreparedQueryDefinition() - Constructor for class io.vertx.ext.consul.PreparedQueryDefinition
Default constructor
PreparedQueryDefinition(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryDefinition
Constructor from JSON
PreparedQueryExecuteOptions - Class in io.vertx.ext.consul
Options used to execute prepared query
PreparedQueryExecuteOptions() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptions
Default constructor
PreparedQueryExecuteOptions(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptions
Constructor from JSON
PreparedQueryExecuteOptionsConverter - Class in io.vertx.ext.consul
PreparedQueryExecuteOptionsConverter() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
 
PreparedQueryExecuteResponse - Class in io.vertx.ext.consul
The results of executing prepared query
PreparedQueryExecuteResponse() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponse
Default constructor
PreparedQueryExecuteResponse(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponse
Constructor from JSON
PreparedQueryExecuteResponseConverter - Class in io.vertx.ext.consul
PreparedQueryExecuteResponseConverter() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
 
prevResult() - Method in interface io.vertx.ext.consul.WatchResult
The previous result of the operation.
putValue(String, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.consul.ConsulClient
Adds specified key/value pair
putValueWithOptions(String, String, KeyValueOptions, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.consul.ConsulClient
 

R

registerCheck(CheckOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Add a new check to the local agent.
registerService(ServiceOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
renewSession(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.consul.ConsulClient
Renews the given session.

S

Service - Class in io.vertx.ext.consul
Holds properties of service and node that its containing
Service() - Constructor for class io.vertx.ext.consul.Service
Default constructor
Service(Service) - Constructor for class io.vertx.ext.consul.Service
Copy constructor
Service(JsonObject) - Constructor for class io.vertx.ext.consul.Service
Constructor from JSON
service(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
ServiceEntry - Class in io.vertx.ext.consul
Holds properties of service, node and related checks
ServiceEntry() - Constructor for class io.vertx.ext.consul.ServiceEntry
Default constructor
ServiceEntry(ServiceEntry) - Constructor for class io.vertx.ext.consul.ServiceEntry
Copy constructor
ServiceEntry(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceEntry
Constructor from JSON
ServiceEntryConverter - Class in io.vertx.ext.consul
Converter for ServiceEntry.
ServiceEntryConverter() - Constructor for class io.vertx.ext.consul.ServiceEntryConverter
 
ServiceEntryList - Class in io.vertx.ext.consul
Holds list of services, nodes and related checks
ServiceEntryList() - Constructor for class io.vertx.ext.consul.ServiceEntryList
Default constructor
ServiceEntryList(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceEntryList
Constructor from JSON
ServiceEntryList(ServiceEntryList) - Constructor for class io.vertx.ext.consul.ServiceEntryList
Copy constructor
ServiceEntryListConverter - Class in io.vertx.ext.consul
Converter for ServiceEntryList.
ServiceEntryListConverter() - Constructor for class io.vertx.ext.consul.ServiceEntryListConverter
 
ServiceList - Class in io.vertx.ext.consul
Holds result of services query
ServiceList() - Constructor for class io.vertx.ext.consul.ServiceList
Default constructor
ServiceList(ServiceList) - Constructor for class io.vertx.ext.consul.ServiceList
Copy constructor
ServiceList(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceList
Constructor from JSON
ServiceListConverter - Class in io.vertx.ext.consul
Converter for ServiceList.
ServiceListConverter() - Constructor for class io.vertx.ext.consul.ServiceListConverter
 
ServiceOptions - Class in io.vertx.ext.consul
Options used to register service.
ServiceOptions() - Constructor for class io.vertx.ext.consul.ServiceOptions
Default constructor
ServiceOptions(ServiceOptions) - Constructor for class io.vertx.ext.consul.ServiceOptions
Copy constructor
ServiceOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceOptions
Constructor from JSON
ServiceOptionsConverter - Class in io.vertx.ext.consul
Converter for ServiceOptions.
ServiceOptionsConverter() - Constructor for class io.vertx.ext.consul.ServiceOptionsConverter
 
ServiceQueryOptions - Class in io.vertx.ext.consul
Options used to requesting list of services
ServiceQueryOptions() - Constructor for class io.vertx.ext.consul.ServiceQueryOptions
Default constructor
ServiceQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceQueryOptions
Constructor from JSON
ServiceQueryOptionsConverter - Class in io.vertx.ext.consul
Converter for ServiceQueryOptions.
ServiceQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.ServiceQueryOptionsConverter
 
services(Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the list of available services.
services(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the list of available services.
Session - Class in io.vertx.ext.consul
Holds properties of Consul sessions
Session() - Constructor for class io.vertx.ext.consul.Session
Default constructor
Session(Session) - Constructor for class io.vertx.ext.consul.Session
Copy constructor
Session(JsonObject) - Constructor for class io.vertx.ext.consul.Session
Constructor from JSON
SessionBehavior - Enum in io.vertx.ext.consul
When a session is invalidated, it is destroyed and can no longer be used.
SessionConverter - Class in io.vertx.ext.consul
Converter for Session.
SessionConverter() - Constructor for class io.vertx.ext.consul.SessionConverter
 
SessionList - Class in io.vertx.ext.consul
Holds result of sessions query
SessionList() - Constructor for class io.vertx.ext.consul.SessionList
Default constructor
SessionList(SessionList) - Constructor for class io.vertx.ext.consul.SessionList
Copy constructor
SessionList(JsonObject) - Constructor for class io.vertx.ext.consul.SessionList
Constructor from JSON
SessionListConverter - Class in io.vertx.ext.consul
Converter for SessionList.
SessionListConverter() - Constructor for class io.vertx.ext.consul.SessionListConverter
 
SessionOptions - Class in io.vertx.ext.consul
Options used to create session.
SessionOptions() - Constructor for class io.vertx.ext.consul.SessionOptions
Default constructor
SessionOptions(SessionOptions) - Constructor for class io.vertx.ext.consul.SessionOptions
Copy constructor
SessionOptions(JsonObject) - Constructor for class io.vertx.ext.consul.SessionOptions
Constructor from JSON
setAclToken(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the ACL token.
setAcquireSession(String) - Method in class io.vertx.ext.consul.KeyValueOptions
Set session ID for lock acquisition operation.
setAddress(String) - Method in class io.vertx.ext.consul.Node
Set node address
setAddress(String) - Method in class io.vertx.ext.consul.Service
Set service address
setAddress(String) - Method in class io.vertx.ext.consul.ServiceOptions
Set service address
setAdj(float) - Method in class io.vertx.ext.consul.Coordinate
Set adjustment
setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.
setBehavior(SessionBehavior) - Method in class io.vertx.ext.consul.SessionOptions
Set the behavior when a session is invalidated.
setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.CheckQueryOptions
Set options for blocking query
setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.EventListOptions
Set options for blocking query
setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.NodeQueryOptions
Set options for blocking query
setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.ServiceQueryOptions
Set options for blocking query
setCasIndex(long) - Method in class io.vertx.ext.consul.KeyValueOptions
Set the Check-And-Set index.
setCheckOptions(CheckOptions) - Method in class io.vertx.ext.consul.ServiceOptions
Set check options of service
setChecks(List<Check>) - Method in class io.vertx.ext.consul.ServiceEntry
Set list of checks
setChecks(List<String>) - Method in class io.vertx.ext.consul.Session
Set the list of associated health checks
setChecks(List<String>) - Method in class io.vertx.ext.consul.SessionOptions
Set a list of associated health checks.
setConnectTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the connect timeout
setCreateIndex(long) - Method in class io.vertx.ext.consul.KeyValue
Set the internal index value that represents when the entry was created.
setCreateIndex(long) - Method in class io.vertx.ext.consul.Session
Set the create index of session
setDatacenter(String) - Method in class io.vertx.ext.consul.DcCoordinates
Set datacenter
setDc(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the datacenter name.
setDc(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the datacenter that ultimately provided the list of nodes
setDcs(List<String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies a fixed list of remote datacenters to forward the query to if there are no healthy nodes in the local datacenter.
setDecoderInitialBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
set to initialBufferSizeHttpDecoder the initial buffer of the HttpDecoder.
setDefaultHost(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the default host name to be used by this client in requests if none is provided when making the request.
setDefaultPort(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the default port to be used by this client in requests if none is provided when making the request.
setDeregisterAfter(String) - Method in class io.vertx.ext.consul.CheckOptions
Set deregister timeout.
setDnsTtl(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set the TTL duration when query results are served over DNS.
setDnsTtl(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the TTL duration when query results are served over DNS.
setEnable(boolean) - Method in class io.vertx.ext.consul.MaintenanceOptions
Set maintenance mode to enabled: true to enter maintenance mode or false to resume normal operation.
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setErr(float) - Method in class io.vertx.ext.consul.Coordinate
Set error
setFailovers(int) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the number of remote datacenters that were queried while executing the query.
setFlags(long) - Method in class io.vertx.ext.consul.KeyValue
Set the flags attached to this entry.
setFlags(long) - Method in class io.vertx.ext.consul.KeyValueOptions
Set the flags.
setFlags(long) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the flags attached to this entry.
setFollowRedirects(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Configure the default behavior of the client to follow HTTP 30x redirections.
setForceSni(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
By default, the server name is only sent for Fully Qualified Domain Name (FQDN), setting this property to true forces the server name to be always sent.
setGrpc(String) - Method in class io.vertx.ext.consul.CheckOptions
Specifies a gRPC check's endpoint that supports the standard gRPC health checking protocol.
setGrpcTls(boolean) - Method in class io.vertx.ext.consul.CheckOptions
Specifies whether to use TLS for this gRPC health check.
setHandler(Handler<WatchResult<T>>) - Method in interface io.vertx.ext.consul.Watch
Set the result handler.
setHeight(float) - Method in class io.vertx.ext.consul.Coordinate
Set height
setHost(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set Consul host.
setHttp(String) - Method in class io.vertx.ext.consul.CheckOptions
Set HTTP address to check.
setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set to true when an h2c connection is established using an HTTP/1.1 upgrade request, and false when an h2c connection is established directly (with prior knowledge).
setHttp2ConnectionWindowSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the default HTTP/2 connection window size.
setHttp2KeepAliveTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setHttp2MaxPoolSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum pool size for HTTP/2 connections
setHttp2MultiplexingLimit(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection.
setId(String) - Method in class io.vertx.ext.consul.AclToken
Set ID of token
setId(String) - Method in class io.vertx.ext.consul.Check
Set the ID of check
setId(String) - Method in class io.vertx.ext.consul.CheckOptions
Set check ID
setId(String) - Method in class io.vertx.ext.consul.Event
Set ID of event
setId(String) - Method in class io.vertx.ext.consul.MaintenanceOptions
Set the ID of service.
setId(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set ID of the query, always generated by Consul
setId(String) - Method in class io.vertx.ext.consul.Service
Set ID of service
setId(String) - Method in class io.vertx.ext.consul.ServiceOptions
Set the ID of session
setId(String) - Method in class io.vertx.ext.consul.Session
Set the ID of node
setIdleTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the idle timeout, in seconds.
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the idle timeout unit.
setIndex(long) - Method in class io.vertx.ext.consul.BlockingQueryOptions
Set index indicating that the client wishes to wait for any changes subsequent to that index.
setIndex(long) - Method in class io.vertx.ext.consul.CheckList
Set Consul index, a unique identifier representing the current state of the requested list of checks
setIndex(long) - Method in class io.vertx.ext.consul.CoordinateList
Set Consul index, a unique identifier representing the current state of the requested coordinates
setIndex(long) - Method in class io.vertx.ext.consul.EventList
Set Consul index, a unique identifier representing the current state of the requested events
setIndex(long) - Method in class io.vertx.ext.consul.KeyValueList
Set Consul index
setIndex(long) - Method in class io.vertx.ext.consul.NodeList
Set Consul index, a unique identifier representing the current state of the requested list of nodes
setIndex(long) - Method in class io.vertx.ext.consul.ServiceEntryList
Set Consul index, a unique identifier representing the current state of the requested list of services
setIndex(long) - Method in class io.vertx.ext.consul.ServiceList
Set Consul index, a unique identifier representing the current state of the requested list of services
setIndex(long) - Method in class io.vertx.ext.consul.Session
Set Consul index
setIndex(long) - Method in class io.vertx.ext.consul.SessionList
Set Consul index, a unique identifier representing the current state of the requested list of sessions
setIndex(long) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the index used for locking, unlocking, and check-and-set operations.
setInitialSettings(Http2Settings) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the HTTP/2 connection settings immediately sent by to the server when the client connects.
setInterval(String) - Method in class io.vertx.ext.consul.CheckOptions
Set checking interval
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setKeepAlive(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether keep alive is enabled on the client
setKeepAliveTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setKey(String) - Method in class io.vertx.ext.consul.KeyValue
Set the key
setKey(String) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the key
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the key/cert options.
setKeyStoreOptions(JksOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the key/cert options in jks format, aka Java keystore.
setLanAddress(String) - Method in class io.vertx.ext.consul.Node
Set node lan address
setLimit(int) - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Set the size of the list to the given number of nodes.
setList(List<Check>) - Method in class io.vertx.ext.consul.CheckList
Set list of checks
setList(List<Coordinate>) - Method in class io.vertx.ext.consul.CoordinateList
Set list of coordinates
setList(List<Event>) - Method in class io.vertx.ext.consul.EventList
Set list of events
setList(List<KeyValue>) - Method in class io.vertx.ext.consul.KeyValueList
Set list of key/value pairs
setList(List<Node>) - Method in class io.vertx.ext.consul.NodeList
Set list of nodes
setList(List<ServiceEntry>) - Method in class io.vertx.ext.consul.ServiceEntryList
Set list of services
setList(List<Service>) - Method in class io.vertx.ext.consul.ServiceList
Set list of services
setList(List<Session>) - Method in class io.vertx.ext.consul.SessionList
Set list of sessions
setLocalAddress(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the local interface to bind for network connections.
setLockDelay(long) - Method in class io.vertx.ext.consul.Session
Set the Lock delay of session
setLockDelay(long) - Method in class io.vertx.ext.consul.SessionOptions
Set the lock-delay period.
setLockIndex(long) - Method in class io.vertx.ext.consul.KeyValue
Set the number of times this key has successfully been acquired in a lock.
setLogActivity(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
setLTime(int) - Method in class io.vertx.ext.consul.Event
Set the Lamport clock time
setMaxChunkSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum HTTP chunk size
setMaxHeaderSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum length of all headers for HTTP/1.x .
setMaxInitialLineLength(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum length of the initial line for HTTP/1.x (e.g.
setMaxPoolSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum pool size for connections
setMaxRedirects(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set to maxRedirects the maximum number of redirection a request can follow.
setMaxWaitQueueSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException.
setMaxWebsocketFrameSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the max websocket frame size
setMaxWebsocketMessageSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the max websocket message size
setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set a list of user-defined key/value pairs that will be used for filtering the query results to nodes with the given metadata values present.
setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.Service
Specifies arbitrary KV metadata linked to the service instance.
setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.ServiceOptions
Specifies arbitrary KV metadata linked to the service instance.
setMetricsName(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
setModifyIndex(long) - Method in class io.vertx.ext.consul.KeyValue
Set the last index that modified this key.
setName(String) - Method in class io.vertx.ext.consul.AclToken
Set name of token
setName(String) - Method in class io.vertx.ext.consul.Check
Set the name of check
setName(String) - Method in class io.vertx.ext.consul.CheckOptions
Set check name.
setName(String) - Method in class io.vertx.ext.consul.Event
Set name of event
setName(String) - Method in class io.vertx.ext.consul.EventListOptions
Set event name for filtering on events
setName(String) - Method in class io.vertx.ext.consul.Node
Set node name
setName(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set an optional friendly name that can be used to execute a query instead of using its ID
setName(String) - Method in class io.vertx.ext.consul.Service
Set service name
setName(String) - Method in class io.vertx.ext.consul.ServiceOptions
Set service name
setName(String) - Method in class io.vertx.ext.consul.SessionOptions
Set the human-readable name for the Session
setNear(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
setNear(String) - Method in class io.vertx.ext.consul.NodeQueryOptions
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
setNear(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
setNear(String) - Method in class io.vertx.ext.consul.ServiceQueryOptions
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
setNearestN(int) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies that the query will be forwarded to up to NearestN other datacenters based on their estimated network round trip time using Network Coordinates from the WAN gossip pool.
setNode(String) - Method in class io.vertx.ext.consul.Coordinate
Set name of node
setNode(String) - Method in class io.vertx.ext.consul.Event
Set regular expression to filter by node name
setNode(String) - Method in class io.vertx.ext.consul.EventOptions
Set regular expression to filter by node name
setNode(String) - Method in class io.vertx.ext.consul.Service
Set node name
setNode(Node) - Method in class io.vertx.ext.consul.ServiceEntry
Set node
setNode(String) - Method in class io.vertx.ext.consul.Session
Set the ID of node
setNode(String) - Method in class io.vertx.ext.consul.SessionOptions
Set the node to which the session will be assigned
setNodeAddress(String) - Method in class io.vertx.ext.consul.Service
Set node address
setNodeName(String) - Method in class io.vertx.ext.consul.Check
Set the name of node
setNodes(List<ServiceEntry>) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.
setNotes(String) - Method in class io.vertx.ext.consul.Check
Set the human-readable note of check
setNotes(String) - Method in class io.vertx.ext.consul.CheckOptions
Set check notes
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setOpIndex(int) - Method in class io.vertx.ext.consul.TxnError
Set the index of the failed operation in the transaction
setOutput(String) - Method in class io.vertx.ext.consul.Check
Set the output of check
setPassing(boolean) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies the behavior of the query's health check filtering.
setPayload(String) - Method in class io.vertx.ext.consul.Event
Set payload of event
setPayload(String) - Method in class io.vertx.ext.consul.EventOptions
Set payload of event
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the key/cert store options in pem format.
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the trust options.
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the key/cert options in pfx format.
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the trust options in pfx format
setPipelining(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether pipe-lining is enabled on the client
setPipeliningLimit(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the limit of pending requests a pipe-lined HTTP/1 connection can send.
setPoolCleanerPeriod(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setPort(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set Consul HTTP API port.
setPort(int) - Method in class io.vertx.ext.consul.Service
Set service port
setPort(int) - Method in class io.vertx.ext.consul.ServiceOptions
Set service port
setProtocolVersion(HttpVersion) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the protocol version.
setProxyOptions(ProxyOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set proxy options for connections via CONNECT proxy (e.g.
setReason(String) - Method in class io.vertx.ext.consul.MaintenanceOptions
Set the reason message.
setReceiveBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the TCP receive buffer size
setReleaseSession(String) - Method in class io.vertx.ext.consul.KeyValueOptions
Set session ID for lock release operation.
setReuseAddress(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the value of reuse address
setReusePort(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the value of reuse port.
setRules(String) - Method in class io.vertx.ext.consul.AclToken
Set rules for token
setScriptArgs(List<String>) - Method in class io.vertx.ext.consul.CheckOptions
Set scriptArgs.
setSendBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the TCP send buffer size
setSendUnmaskedFrames(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set true when the client wants to skip frame masking.
setServers(List<Coordinate>) - Method in class io.vertx.ext.consul.DcCoordinates
Set list of servers in datacenter
setService(String) - Method in class io.vertx.ext.consul.Event
Set regular expression to filter by service
setService(String) - Method in class io.vertx.ext.consul.EventOptions
Set regular expression to filter by service
setService(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set the name of the service to query
setService(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the service name that the query was selecting.
setService(Service) - Method in class io.vertx.ext.consul.ServiceEntry
Set service
setServiceId(String) - Method in class io.vertx.ext.consul.Check
Set the ID of service with which this check associated
setServiceId(String) - Method in class io.vertx.ext.consul.CheckOptions
Set the service ID to associate the registered check with an existing service provided by the agent.
setServiceName(String) - Method in class io.vertx.ext.consul.Check
Set the name of service with which this check associated
setSession(String) - Method in class io.vertx.ext.consul.KeyValue
Set the session that owns the lock
setSession(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set the ID of an existing session.
setSession(String) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the session used for locking, unlocking, and check-and-set operations.
setSoLinger(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether SO_linger keep alive is enabled
setSsl(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether SSL/TLS is enabled
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set to use SSL engine implementation to use.
setStatus(CheckStatus) - Method in class io.vertx.ext.consul.Check
Set the status of check
setStatus(CheckStatus) - Method in class io.vertx.ext.consul.CheckOptions
Set the check status to specify the initial state of the health check.
setTag(String) - Method in class io.vertx.ext.consul.Event
Set regular expression to filter by tag
setTag(String) - Method in class io.vertx.ext.consul.EventOptions
Set regular expression to filter by tag
setTag(String) - Method in class io.vertx.ext.consul.ServiceQueryOptions
Set tag for filtering request results
setTags(List<String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set a list of service tags to filter the query results.
setTags(List<String>) - Method in class io.vertx.ext.consul.Service
Set list of service tags
setTags(List<String>) - Method in class io.vertx.ext.consul.ServiceOptions
Set list of tags associated with service
setTcp(String) - Method in class io.vertx.ext.consul.CheckOptions
Set TCP address to check.
setTcpCork(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Enable the TCP_CORK option - only with linux native transport.
setTcpFastOpen(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Enable the TCP_FASTOPEN option - only with linux native transport.
setTcpKeepAlive(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether TCP keep alive is enabled
setTcpNoDelay(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether TCP no delay is enabled
setTcpQuickAck(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Enable the TCP_QUICKACK option - only with linux native transport.
setTemplateRegexp(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set regular expression which is used to extract fields from the entire name, once this template is selected.
setTemplateType(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
The template type, which must be name_prefix_match.
setTimeout(long) - Method in class io.vertx.ext.consul.ConsulClientOptions
Sets the amount of time (in milliseconds) after which if the request does not return any data within the timeout period an failure will be passed to the handler and the request will be closed.
setTlsSkipVerify(boolean) - Method in class io.vertx.ext.consul.CheckOptions
Specifies if the certificate for an HTTPS check should not be verified.
setToken(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set the ACL token to use each time the query is executed.
setTrafficClass(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the value of traffic class
setTrustAll(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether all server certificates should be trusted
setTrustOptions(TrustOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the trust options.
setTrustStoreOptions(JksOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the trust options in jks format, aka Java truststore
setTryUseCompression(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether compression is enabled
setTtl(String) - Method in class io.vertx.ext.consul.CheckOptions
Set Time to Live of check.
setTtl(long) - Method in class io.vertx.ext.consul.SessionOptions
Set the TTL interval.
setType(AclTokenType) - Method in class io.vertx.ext.consul.AclToken
Set type of token
setType(TxnKVVerb) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the type of operation to perform
setUseAlpn(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the ALPN usage.
setUsePooledBuffers(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether Netty pooled buffers are enabled
setUserAgent(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Sets the Web Client user agent header.
setUserAgentEnabled(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Sets whether the Web Client should send a user agent header.
setValue(String) - Method in class io.vertx.ext.consul.KeyValue
Set the value
setValue(String) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the value
setVec(List<Float>) - Method in class io.vertx.ext.consul.Coordinate
Set vector
setVerifyHost(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether hostname verification is enabled
setVersion(int) - Method in class io.vertx.ext.consul.Event
Set version
setWait(String) - Method in class io.vertx.ext.consul.BlockingQueryOptions
Specifying a maximum duration for the blocking request.
setWanAddress(String) - Method in class io.vertx.ext.consul.Node
Set node wan address
setWhat(String) - Method in class io.vertx.ext.consul.TxnError
Set error message about why that operation failed.
start() - Method in interface io.vertx.ext.consul.Watch
Start this Watch
stop() - Method in interface io.vertx.ext.consul.Watch
Stop the watch and release its resources
succeeded() - Method in interface io.vertx.ext.consul.WatchResult
Did it succeed?

T

toJson() - Method in class io.vertx.ext.consul.AclToken
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.BlockingQueryOptions
Convert to JSON
toJson(BlockingQueryOptions, JsonObject) - Static method in class io.vertx.ext.consul.BlockingQueryOptionsConverter
 
toJson(BlockingQueryOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.BlockingQueryOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.Check
Convert to JSON
toJson(Check, JsonObject) - Static method in class io.vertx.ext.consul.CheckConverter
 
toJson(Check, Map<String, Object>) - Static method in class io.vertx.ext.consul.CheckConverter
 
toJson() - Method in class io.vertx.ext.consul.CheckList
Convert to JSON
toJson(CheckList, JsonObject) - Static method in class io.vertx.ext.consul.CheckListConverter
 
toJson(CheckList, Map<String, Object>) - Static method in class io.vertx.ext.consul.CheckListConverter
 
toJson() - Method in class io.vertx.ext.consul.CheckOptions
Convert to JSON
toJson(CheckOptions, JsonObject) - Static method in class io.vertx.ext.consul.CheckOptionsConverter
 
toJson(CheckOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.CheckOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.CheckQueryOptions
Convert to JSON
toJson(CheckQueryOptions, JsonObject) - Static method in class io.vertx.ext.consul.CheckQueryOptionsConverter
 
toJson(CheckQueryOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.CheckQueryOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.ConsulClientOptions
Convert to JSON
toJson(ConsulClientOptions, JsonObject) - Static method in class io.vertx.ext.consul.ConsulClientOptionsConverter
 
toJson(ConsulClientOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.ConsulClientOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.Coordinate
Convert to JSON
toJson(Coordinate, JsonObject) - Static method in class io.vertx.ext.consul.CoordinateConverter
 
toJson(Coordinate, Map<String, Object>) - Static method in class io.vertx.ext.consul.CoordinateConverter
 
toJson() - Method in class io.vertx.ext.consul.CoordinateList
Convert to JSON
toJson(CoordinateList, JsonObject) - Static method in class io.vertx.ext.consul.CoordinateListConverter
 
toJson(CoordinateList, Map<String, Object>) - Static method in class io.vertx.ext.consul.CoordinateListConverter
 
toJson() - Method in class io.vertx.ext.consul.DcCoordinates
Convert to JSON
toJson(DcCoordinates, JsonObject) - Static method in class io.vertx.ext.consul.DcCoordinatesConverter
 
toJson(DcCoordinates, Map<String, Object>) - Static method in class io.vertx.ext.consul.DcCoordinatesConverter
 
toJson() - Method in class io.vertx.ext.consul.Event
Convert to JSON
toJson(Event, JsonObject) - Static method in class io.vertx.ext.consul.EventConverter
 
toJson(Event, Map<String, Object>) - Static method in class io.vertx.ext.consul.EventConverter
 
toJson() - Method in class io.vertx.ext.consul.EventList
Convert to JSON
toJson(EventList, JsonObject) - Static method in class io.vertx.ext.consul.EventListConverter
 
toJson(EventList, Map<String, Object>) - Static method in class io.vertx.ext.consul.EventListConverter
 
toJson() - Method in class io.vertx.ext.consul.EventListOptions
Convert to JSON
toJson(EventListOptions, JsonObject) - Static method in class io.vertx.ext.consul.EventListOptionsConverter
 
toJson(EventListOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.EventListOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.EventOptions
Convert to JSON
toJson(EventOptions, JsonObject) - Static method in class io.vertx.ext.consul.EventOptionsConverter
 
toJson(EventOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.EventOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.KeyValue
Convert to JSON
toJson(KeyValue, JsonObject) - Static method in class io.vertx.ext.consul.KeyValueConverter
 
toJson(KeyValue, Map<String, Object>) - Static method in class io.vertx.ext.consul.KeyValueConverter
 
toJson() - Method in class io.vertx.ext.consul.KeyValueList
Convert to JSON
toJson(KeyValueList, JsonObject) - Static method in class io.vertx.ext.consul.KeyValueListConverter
 
toJson(KeyValueList, Map<String, Object>) - Static method in class io.vertx.ext.consul.KeyValueListConverter
 
toJson() - Method in class io.vertx.ext.consul.KeyValueOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.MaintenanceOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.Node
Convert to JSON
toJson(Node, JsonObject) - Static method in class io.vertx.ext.consul.NodeConverter
 
toJson(Node, Map<String, Object>) - Static method in class io.vertx.ext.consul.NodeConverter
 
toJson() - Method in class io.vertx.ext.consul.NodeList
Convert to JSON
toJson(NodeList, JsonObject) - Static method in class io.vertx.ext.consul.NodeListConverter
 
toJson(NodeList, Map<String, Object>) - Static method in class io.vertx.ext.consul.NodeListConverter
 
toJson() - Method in class io.vertx.ext.consul.NodeQueryOptions
Convert to JSON
toJson(NodeQueryOptions, JsonObject) - Static method in class io.vertx.ext.consul.NodeQueryOptionsConverter
 
toJson(NodeQueryOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.NodeQueryOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Convert to JSON
toJson(PreparedQueryExecuteOptions, JsonObject) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
 
toJson(PreparedQueryExecuteOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Convert to JSON
toJson(PreparedQueryExecuteResponse, JsonObject) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
 
toJson(PreparedQueryExecuteResponse, Map<String, Object>) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
 
toJson() - Method in class io.vertx.ext.consul.Service
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.ServiceEntry
Convert to JSON
toJson(ServiceEntry, JsonObject) - Static method in class io.vertx.ext.consul.ServiceEntryConverter
 
toJson(ServiceEntry, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceEntryConverter
 
toJson() - Method in class io.vertx.ext.consul.ServiceEntryList
Convert to JSON
toJson(ServiceEntryList, JsonObject) - Static method in class io.vertx.ext.consul.ServiceEntryListConverter
 
toJson(ServiceEntryList, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceEntryListConverter
 
toJson() - Method in class io.vertx.ext.consul.ServiceList
Convert to JSON
toJson(ServiceList, JsonObject) - Static method in class io.vertx.ext.consul.ServiceListConverter
 
toJson(ServiceList, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceListConverter
 
toJson() - Method in class io.vertx.ext.consul.ServiceOptions
Convert to JSON
toJson(ServiceOptions, JsonObject) - Static method in class io.vertx.ext.consul.ServiceOptionsConverter
 
toJson(ServiceOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.ServiceQueryOptions
Convert to JSON
toJson(ServiceQueryOptions, JsonObject) - Static method in class io.vertx.ext.consul.ServiceQueryOptionsConverter
 
toJson(ServiceQueryOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceQueryOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.Session
Convert to JSON
toJson(Session, JsonObject) - Static method in class io.vertx.ext.consul.SessionConverter
 
toJson(Session, Map<String, Object>) - Static method in class io.vertx.ext.consul.SessionConverter
 
toJson() - Method in class io.vertx.ext.consul.SessionList
Convert to JSON
toJson(SessionList, JsonObject) - Static method in class io.vertx.ext.consul.SessionListConverter
 
toJson(SessionList, Map<String, Object>) - Static method in class io.vertx.ext.consul.SessionListConverter
 
toJson() - Method in class io.vertx.ext.consul.SessionOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.TxnError
Convert to JSON
toJson(TxnError, JsonObject) - Static method in class io.vertx.ext.consul.TxnErrorConverter
 
toJson(TxnError, Map<String, Object>) - Static method in class io.vertx.ext.consul.TxnErrorConverter
 
toJson() - Method in class io.vertx.ext.consul.TxnKVOperation
Convert to JSON
toJson(TxnKVOperation, JsonObject) - Static method in class io.vertx.ext.consul.TxnKVOperationConverter
 
toJson(TxnKVOperation, Map<String, Object>) - Static method in class io.vertx.ext.consul.TxnKVOperationConverter
 
toJson() - Method in class io.vertx.ext.consul.TxnRequest
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.TxnResponse
Convert to JSON
transaction(TxnRequest, Handler<AsyncResult<TxnResponse>>) - Method in interface io.vertx.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
TxnError - Class in io.vertx.ext.consul
Holds information describing which operations failed if the transaction was rolled back.
TxnError() - Constructor for class io.vertx.ext.consul.TxnError
Default constructor
TxnError(JsonObject) - Constructor for class io.vertx.ext.consul.TxnError
Constructor from JSON
TxnErrorConverter - Class in io.vertx.ext.consul
Converter for TxnError.
TxnErrorConverter() - Constructor for class io.vertx.ext.consul.TxnErrorConverter
 
TxnKVOperation - Class in io.vertx.ext.consul
Holds operation to apply to the key/value store inside a transaction
TxnKVOperation() - Constructor for class io.vertx.ext.consul.TxnKVOperation
Default constructor
TxnKVOperation(JsonObject) - Constructor for class io.vertx.ext.consul.TxnKVOperation
Constructor from JSON
TxnKVOperationConverter - Class in io.vertx.ext.consul
Converter for TxnKVOperation.
TxnKVOperationConverter() - Constructor for class io.vertx.ext.consul.TxnKVOperationConverter
 
TxnKVVerb - Enum in io.vertx.ext.consul
Holds type of KV operation in transaction
TxnOperation - Interface in io.vertx.ext.consul
Represents operation in transaction.
TxnOperationType - Enum in io.vertx.ext.consul
Represents the type of operation in a transaction.
TxnRequest - Class in io.vertx.ext.consul
Holds list of operations in transaction
TxnRequest() - Constructor for class io.vertx.ext.consul.TxnRequest
Default constructor
TxnRequest(JsonObject) - Constructor for class io.vertx.ext.consul.TxnRequest
Constructor from JSON
TxnResponse - Class in io.vertx.ext.consul
Holds results of transaction
TxnResponse() - Constructor for class io.vertx.ext.consul.TxnResponse
Default constructor
TxnResponse(JsonObject) - Constructor for class io.vertx.ext.consul.TxnResponse
Constructor from JSON
TxnResult - Interface in io.vertx.ext.consul
Represents result of operation.

U

updateAclToken(AclToken, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Update Acl token
updateCheck(String, CheckStatus, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to given status.
updatePreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
 

V

valueOf(String) - Static method in enum io.vertx.ext.consul.AclTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.CheckStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.HealthState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.SessionBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.TxnKVVerb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.TxnOperationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.ext.consul.AclTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.CheckStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.HealthState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.SessionBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.TxnKVVerb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.TxnOperationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warnCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "warning".
Watch<T> - Interface in io.vertx.ext.consul
Watches are a way of specifying a view of data (e.g.
WatchResult<T> - Interface in io.vertx.ext.consul
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018 Eclipse. All rights reserved.