A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AclPolicy - Class in io.vertx.ext.consul.policy
-
Holds properties of Acl policies
- AclPolicy() - Constructor for class io.vertx.ext.consul.policy.AclPolicy
- AclPolicy(JsonObject) - Constructor for class io.vertx.ext.consul.policy.AclPolicy
- AclToken - Class in io.vertx.ext.consul.token
- AclToken() - Constructor for class io.vertx.ext.consul.token.AclToken
- AclToken(JsonObject) - Constructor for class io.vertx.ext.consul.token.AclToken
- 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
- addDatacenter(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Adds a datacenter, like
AclPolicy.setDatacenters(List) - addDatacenter(String) - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
-
Adds a datacenter, like
TokenApplyingOptions.setDatacenters(List) - 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
- addPolicy(PolicyLink) - Method in class io.vertx.ext.consul.token.AclToken
-
Adds a policy.
- addResult(TxnResult) - Method in class io.vertx.ext.consul.TxnResponse
-
Adds result to this response
- agentInfo() - 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.
- ANY - io.vertx.ext.consul.HealthState
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(JsonObject) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
-
Constructor from JSON
- BlockingQueryOptions(BlockingQueryOptions) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
-
Copy constructor
- BlockingQueryOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
BlockingQueryOptions. - BlockingQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.BlockingQueryOptionsConverter
C
- CAS - io.vertx.ext.consul.TxnKVVerb
-
Sets the Key to the given Value with check-and-set semantics.
- CAS - io.vertx.ext.consul.TxnServiceVerb
-
Sets, but with CAS semantics using the given ModifyIndex
- catalogDatacenters() - Method in interface io.vertx.ext.consul.ConsulClient
-
Return all the datacenters that are known by the Consul server
- catalogNodes() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodeServices(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the node's registered services
- catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the node's registered services This is blocking query unlike
ConsulClient.catalogNodeServices(String) - catalogNodesWithOptions(NodeQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogServiceNodes(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServices() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the services registered in a datacenter
- catalogServicesWithOptions(BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the services registered in a datacenter This is blocking query unlike
ConsulClient.catalogServices() - 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(JsonObject) - Constructor for class io.vertx.ext.consul.Check
-
Constructor from JSON
- Check(Check) - Constructor for class io.vertx.ext.consul.Check
-
Copy constructor
- CHECK_INDEX - io.vertx.ext.consul.TxnKVVerb
-
Fails the transaction if Key does not have a modify index equal to Index
- CHECK_SESSION - io.vertx.ext.consul.TxnKVVerb
-
Fails the transaction if Key is not currently locked by Session
- CheckConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.CheckList
-
Constructor from JSON
- CheckList(CheckList) - Constructor for class io.vertx.ext.consul.CheckList
-
Copy constructor
- CheckListConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.CheckOptions
-
Constructor from JSON
- CheckOptions(CheckOptions) - Constructor for class io.vertx.ext.consul.CheckOptions
-
Copy constructor
- CheckOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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 and mapper for
CheckQueryOptions. - CheckQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckQueryOptionsConverter
- CheckStatus - Enum in io.vertx.ext.consul
-
Represents an check status.
- CLIENT - io.vertx.ext.consul.AclTokenType
- cloneAclToken(String, CloneAclTokenOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Clones an existing ACL token
- CloneAclTokenOptions - Class in io.vertx.ext.consul.token
- CloneAclTokenOptions() - Constructor for class io.vertx.ext.consul.token.CloneAclTokenOptions
- CloneAclTokenOptions(JsonObject) - Constructor for class io.vertx.ext.consul.token.CloneAclTokenOptions
- close() - Method in interface io.vertx.ext.consul.ConsulClient
-
Close the client and release its resources
- ConnectOptions - Class in io.vertx.ext.consul.connect
- ConnectOptions() - Constructor for class io.vertx.ext.consul.connect.ConnectOptions
-
Default constructor
- ConnectOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.ConnectOptions
-
Constructor from JSON
- 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(JsonObject) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Constructor from JSON
- ConsulClientOptions(ConsulClientOptions) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Copy constructor
- ConsulClientOptions(URI) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Constructor from
URI. - ConsulClientOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.Coordinate
-
Constructor from JSON
- Coordinate(Coordinate) - Constructor for class io.vertx.ext.consul.Coordinate
-
Copy constructor
- CoordinateConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
Coordinate. - CoordinateConverter() - Constructor for class io.vertx.ext.consul.CoordinateConverter
- coordinateDatacenters() - 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(JsonObject) - Constructor for class io.vertx.ext.consul.CoordinateList
-
Constructor from JSON
- CoordinateList(CoordinateList) - Constructor for class io.vertx.ext.consul.CoordinateList
-
Copy constructor
- CoordinateListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
CoordinateList. - CoordinateListConverter() - Constructor for class io.vertx.ext.consul.CoordinateListConverter
- coordinateNodes() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- coordinateNodesWithOptions(BlockingQueryOptions) - 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() - 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.
- createAclPolicy(AclPolicy) - Method in interface io.vertx.ext.consul.ConsulClient
-
Creates a new ACL policy
- createAclToken(AclToken) - Method in interface io.vertx.ext.consul.ConsulClient
-
Create an Acl token
- createPreparedQuery(PreparedQueryDefinition) - Method in interface io.vertx.ext.consul.ConsulClient
- createSession() - Method in interface io.vertx.ext.consul.ConsulClient
-
Initialize a new session
- createSessionWithOptions(SessionOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Initialize a new session
- CRITICAL - io.vertx.ext.consul.CheckStatus
- CRITICAL - io.vertx.ext.consul.HealthState
D
- datacenters - Variable in class io.vertx.ext.consul.token.TokenApplyingOptions
-
Specifies the datacenters the policy is valid within
- DATACENTERS_KEY - Static variable in class io.vertx.ext.consul.token.TokenApplyingOptions
- 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 and mapper for
DcCoordinates. - DcCoordinatesConverter() - Constructor for class io.vertx.ext.consul.DcCoordinatesConverter
- DELETE - io.vertx.ext.consul.SessionBehavior
- DELETE - io.vertx.ext.consul.TxnKVVerb
-
Deletes the Key
- DELETE - io.vertx.ext.consul.TxnServiceVerb
-
Delete the service
- DELETE_CAS - io.vertx.ext.consul.TxnKVVerb
-
Deletes the Key with check-and-set semantics.
- DELETE_CAS - io.vertx.ext.consul.TxnServiceVerb
-
Delete, but with CAS semantics
- DELETE_TREE - io.vertx.ext.consul.TxnKVVerb
-
Deletes all keys with a prefix ofKey
- deleteAclToken(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Deletes an ACL token
- deletePolicy(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint deletes an ACL policy
- deletePreparedQuery(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Deletes an existing prepared query
- deleteValue(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- deleteValues(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Removes all the key/value pair that corresponding to the specified key prefix
- deregisterCatalogService(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Deregister entities from the node or deregister the node itself.
- deregisterCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove a check from the local agent.
- deregisterService(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove a service from the local agent.
- destroySession(String) - 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(JsonObject) - Constructor for class io.vertx.ext.consul.Event
-
Constructor from JSON
- Event(Event) - Constructor for class io.vertx.ext.consul.Event
-
Copy constructor
- EventConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.EventList
-
Constructor from JSON
- EventList(EventList) - Constructor for class io.vertx.ext.consul.EventList
-
Copy constructor
- EventListConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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 and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.EventOptions
-
Constructor from JSON
- EventOptions(EventOptions) - Constructor for class io.vertx.ext.consul.EventOptions
-
Copy constructor
- EventOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
EventOptions. - EventOptionsConverter() - Constructor for class io.vertx.ext.consul.EventOptionsConverter
- events(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the custom user events. - events(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the custom user events. - executePreparedQuery(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Executes an existing prepared query.
- executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Executes an existing prepared query.
- ExposeOptions - Class in io.vertx.ext.consul.connect
- ExposeOptions() - Constructor for class io.vertx.ext.consul.connect.ExposeOptions
-
Default constructor
- ExposeOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.ExposeOptions
-
Constructor from JSON
- ExposePathOptions - Class in io.vertx.ext.consul.connect
- ExposePathOptions() - Constructor for class io.vertx.ext.consul.connect.ExposePathOptions
-
Default constructor
- ExposePathOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.ExposePathOptions
-
Constructor from JSON
F
- failCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "critical".
- failCheckWithNote(String, String) - 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) - Method in interface io.vertx.ext.consul.ConsulClient
-
Fires a new user event
- fireEventWithOptions(String, EventOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Fires a new user event
G
- GET - io.vertx.ext.consul.TxnKVVerb
-
Gets the Key during the transaction.
- GET - io.vertx.ext.consul.TxnServiceVerb
-
Get the service, fails if it does not exist
- GET_TREE - io.vertx.ext.consul.TxnKVVerb
-
Gets all keys with a prefix of Key during the transaction.
- getAccessorId() - Method in class io.vertx.ext.consul.token.AclToken
-
Returns accessorId
- getAclPolicies() - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint lists all the ACL policies.
- getAclToken() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Get the ACL token.
- getAclTokens() - Method in interface io.vertx.ext.consul.ConsulClient
-
Get list of 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() - 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.
- getCheckListOptions() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get checks options of service
- getCheckOptions() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get check options of service
- getChecks() - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- 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.
- getConfig() - Method in class io.vertx.ext.consul.connect.ProxyOptions
- getConnectOptions() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get consul-connect options of service
- 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.Service
-
Get the internal index value that represents when the entry was created.
- getCreateIndex() - Method in class io.vertx.ext.consul.ServiceOptions
-
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
- getDatacenter() - Method in class io.vertx.ext.consul.Node
-
Get node datacenter
- getDatacenters() - Method in class io.vertx.ext.consul.policy.AclPolicy
- getDatacenters() - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
- getDc() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Returns the datacenter that ultimately provided the list of nodes
- getDc() - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- 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
- getDescription() - Method in class io.vertx.ext.consul.policy.AclPolicy
- getDescription() - Method in class io.vertx.ext.consul.token.AclToken
- getDestinationName() - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- 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
- getExpose() - Method in class io.vertx.ext.consul.connect.ProxyOptions
- getFailovers() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the number of remote datacenters that were queried while executing the query.
- getFilter() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Returns the expression used to filter the queries results prior to returning the data
- 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.
- getHeaders() - Method in class io.vertx.ext.consul.CheckOptions
-
Get header map
- 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.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.Node
-
Get node id
- getId() - Method in class io.vertx.ext.consul.policy.AclPolicy
- 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
- getId() - Method in class io.vertx.ext.consul.token.PolicyLink
- 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) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeysWithOptions(String, BlockingQueryOptions) - 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
- getListenerPort() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- getLocal() - Method in class io.vertx.ext.consul.token.AclToken
- getLocalBindPort() - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- getLocalPathPort() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- getLockDelay() - Method in class io.vertx.ext.consul.Session
-
Lock delay is a time duration, between
0and60seconds. - 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.
- getModifyIndex() - Method in class io.vertx.ext.consul.Service
-
Get the last index that modified this key.
- getModifyIndex() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get the last index that modified this key.
- 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.policy.AclPolicy
- 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
- getName() - Method in class io.vertx.ext.consul.token.PolicyLink
- getName() - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
- getNamespace() - Method in class io.vertx.ext.consul.policy.AclPolicy
- 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.Check
-
Get the name of node
- 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
- getNode() - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Get the node
- getNodeAddress() - Method in class io.vertx.ext.consul.Service
-
Get node address
- getNodeMeta() - Method in class io.vertx.ext.consul.Node
-
Get node meta
- 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
- getNs() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Returns the namespace to list checks
- 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.Service
- 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
- getOperationType() - Method in class io.vertx.ext.consul.TxnServiceOperation
- 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.
- getPath() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- getPaths() - Method in class io.vertx.ext.consul.connect.ExposeOptions
- 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
- getPolicies() - Method in class io.vertx.ext.consul.token.AclToken
- getPort() - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- 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) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns an existing prepared query
- getProtocol() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- getProxy() - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- 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.policy.AclPolicy
- getScriptArgs() - Method in class io.vertx.ext.consul.CheckOptions
-
Get scriptArgs
- getSecretId() - Method in class io.vertx.ext.consul.token.AclToken
-
Returns secretId
- 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
- getServiceOptions() - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Get the service
- 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.
- getSidecarService() - Method in class io.vertx.ext.consul.connect.ConnectOptions
- 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.TxnKVOperation
-
Get the type of operation to perform
- getType() - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Get the type of operation to perform
- getUpstreams() - Method in class io.vertx.ext.consul.connect.ProxyOptions
- getValue() - Method in class io.vertx.ext.consul.KeyValue
-
Get the value.
- getValue() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the value
- getValue(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValues(String) - 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) - 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) - 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
- getVerb() - Method in enum io.vertx.ext.consul.TxnServiceVerb
- 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) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks associated with the service
- healthChecksWithOptions(String, CheckQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks associated with the service
- healthNodesWithOptions(String, CheckQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks specific to the node provided on the path.
- healthServiceNodes(String, boolean) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- healthState(HealthState) - 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) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks in the specified status
I
- infoSession(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the requested session information
- infoSessionWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the requested session information This is blocking query unlike
ConsulClient.infoSession(String) - io.vertx.consul.client - module io.vertx.consul.client
- io.vertx.ext.consul - package io.vertx.ext.consul
- io.vertx.ext.consul.connect - package io.vertx.ext.consul.connect
- io.vertx.ext.consul.policy - package io.vertx.ext.consul.policy
- io.vertx.ext.consul.token - package io.vertx.ext.consul.token
- 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
trueif there is a key/value pair present, otherwisefalse. - isPresent() - Method in class io.vertx.ext.consul.KeyValueList
-
Return
trueif there is a key/value pairs present, otherwisefalse. - 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
Watchto monitoring a specific key in the KV store. - key(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring a specific key in the KV store. - keyPrefix(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring a prefix of keys in the KV store. - keyPrefix(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto 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(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValue
-
Constructor from JSON
- KeyValue(KeyValue) - Constructor for class io.vertx.ext.consul.KeyValue
-
Copy constructor
- KeyValueConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValueList
-
Constructor from JSON
- KeyValueList(KeyValueList) - Constructor for class io.vertx.ext.consul.KeyValueList
-
Copy constructor
- KeyValueListConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValueOptions
-
Constructor from JSON
- KeyValueOptions(KeyValueOptions) - Constructor for class io.vertx.ext.consul.KeyValueOptions
-
Copy constructor
- KV - io.vertx.ext.consul.TxnOperationType
L
- leaderStatus() - Method in interface io.vertx.ext.consul.ConsulClient
-
Get the Raft leader for the datacenter in which the agent is running.
- listEvents() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the most recent events known by the agent
- listEventsWithOptions(EventListOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the most recent events known by the agent.
- listNodeSessions(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the active sessions for a given node
- listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the active sessions for a given node This is blocking query unlike
ConsulClient.listNodeSessions(String) - listSessions() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the active sessions
- listSessionsWithOptions(BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the active sessions This is blocking query unlike
ConsulClient.listSessions() - local() - Method in class io.vertx.ext.consul.token.AclToken
-
Indicates that it is a local token
- localChecks() - Method in interface io.vertx.ext.consul.ConsulClient
-
Return all the checks that are registered with the local agent.
- localServices() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns list of services registered with the local agent.
- LOCK - io.vertx.ext.consul.TxnKVVerb
-
Locks the Key with the given Session.
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(JsonObject) - Constructor for class io.vertx.ext.consul.MaintenanceOptions
-
Constructor from JSON
- MaintenanceOptions(MaintenanceOptions) - Constructor for class io.vertx.ext.consul.MaintenanceOptions
-
Copy constructor
- maintenanceService(MaintenanceOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Places a given service into "maintenance mode"
- MANAGEMENT - io.vertx.ext.consul.AclTokenType
N
- name - Variable in class io.vertx.ext.consul.token.TokenApplyingOptions
-
The name of the service/node
- 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(JsonObject) - Constructor for class io.vertx.ext.consul.Node
-
Constructor from JSON
- Node(Node) - Constructor for class io.vertx.ext.consul.Node
-
Copy constructor
- NodeConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
Node. - NodeConverter() - Constructor for class io.vertx.ext.consul.NodeConverter
- nodeHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the health checks of the nodes. - NodeList - Class in io.vertx.ext.consul
-
Holds result of nodes query
- NodeList() - Constructor for class io.vertx.ext.consul.NodeList
-
Default constructor
- NodeList(JsonObject) - Constructor for class io.vertx.ext.consul.NodeList
-
Constructor from JSON
- NodeList(NodeList) - Constructor for class io.vertx.ext.consul.NodeList
-
Copy constructor
- NodeListConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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 and mapper for
NodeQueryOptions. - NodeQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.NodeQueryOptionsConverter
- nodes(Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the list of available nodes. - nodes(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the list of available nodes. - NodeTokenApplyingOptions - Class in io.vertx.ext.consul.token
- NodeTokenApplyingOptions(JsonObject) - Constructor for class io.vertx.ext.consul.token.NodeTokenApplyingOptions
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
- ofVerb(String) - Static method in enum io.vertx.ext.consul.TxnServiceVerb
P
- passCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "passing".
- passCheckWithNote(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "passing".
- PASSING - io.vertx.ext.consul.CheckStatus
- PASSING - io.vertx.ext.consul.HealthState
- peersStatus() - Method in interface io.vertx.ext.consul.ConsulClient
-
Retrieves the Raft peers for the datacenter in which the the agent is running.
- PolicyLink - Class in io.vertx.ext.consul.token
-
It is an object with an "ID" and/or "Name" field to specify a policy
- PolicyLink() - Constructor for class io.vertx.ext.consul.token.PolicyLink
- PolicyLink(JsonObject) - Constructor for class io.vertx.ext.consul.token.PolicyLink
- 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
-
Converter and mapper for
PreparedQueryExecuteOptions. - 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
-
Converter and mapper for
PreparedQueryExecuteResponse. - PreparedQueryExecuteResponseConverter() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
- prevResult() - Method in interface io.vertx.ext.consul.WatchResult
-
The previous result of the operation.
- ProxyOptions - Class in io.vertx.ext.consul.connect
- ProxyOptions() - Constructor for class io.vertx.ext.consul.connect.ProxyOptions
-
Default constructor
- ProxyOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.ProxyOptions
-
Constructor from JSON
- putValue(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Adds specified key/value pair
- putValueWithOptions(String, String, KeyValueOptions) - Method in interface io.vertx.ext.consul.ConsulClient
R
- readAclToken(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Reads an ACL token with the given Accessor ID
- readPolicy(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given ID
- readPolicyByName(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given name
- registerCatalogService(Node, ServiceOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Register node with external service
- registerCheck(CheckOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Add a new check to the local agent.
- registerService(ServiceOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Adds a new service, with an optional health check, to the local agent.
- RELEASE - io.vertx.ext.consul.SessionBehavior
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
- renewSession(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Renews the given session.
S
- service(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the nodes providing the service. - service(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the nodes providing the service. - 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(JsonObject) - Constructor for class io.vertx.ext.consul.Service
-
Constructor from JSON
- Service(Service) - Constructor for class io.vertx.ext.consul.Service
-
Copy constructor
- SERVICE - io.vertx.ext.consul.TxnOperationType
- 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(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceEntry
-
Constructor from JSON
- ServiceEntry(ServiceEntry) - Constructor for class io.vertx.ext.consul.ServiceEntry
-
Copy constructor
- ServiceEntryConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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 and mapper for
ServiceEntryList. - ServiceEntryListConverter() - Constructor for class io.vertx.ext.consul.ServiceEntryListConverter
- serviceHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the health checks of the nodes. - ServiceList - Class in io.vertx.ext.consul
-
Holds result of services query
- ServiceList() - Constructor for class io.vertx.ext.consul.ServiceList
-
Default constructor
- ServiceList(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceList
-
Constructor from JSON
- ServiceList(ServiceList) - Constructor for class io.vertx.ext.consul.ServiceList
-
Copy constructor
- ServiceListConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceOptions
-
Constructor from JSON
- ServiceOptions(ServiceOptions) - Constructor for class io.vertx.ext.consul.ServiceOptions
-
Copy constructor
- ServiceOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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 and mapper for
ServiceQueryOptions. - ServiceQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.ServiceQueryOptionsConverter
- services(Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the list of available services. - services(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watchto monitoring the list of available services. - ServiceTokenApplyingOptions - Class in io.vertx.ext.consul.token
- ServiceTokenApplyingOptions(JsonObject) - Constructor for class io.vertx.ext.consul.token.ServiceTokenApplyingOptions
- Session - Class in io.vertx.ext.consul
-
Holds properties of Consul sessions
- Session() - Constructor for class io.vertx.ext.consul.Session
-
Default constructor
- Session(JsonObject) - Constructor for class io.vertx.ext.consul.Session
-
Constructor from JSON
- Session(Session) - Constructor for class io.vertx.ext.consul.Session
-
Copy constructor
- 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 and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.SessionList
-
Constructor from JSON
- SessionList(SessionList) - Constructor for class io.vertx.ext.consul.SessionList
-
Copy constructor
- SessionListConverter - Class in io.vertx.ext.consul
-
Converter and mapper 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(JsonObject) - Constructor for class io.vertx.ext.consul.SessionOptions
-
Constructor from JSON
- SessionOptions(SessionOptions) - Constructor for class io.vertx.ext.consul.SessionOptions
-
Copy constructor
- SET - io.vertx.ext.consul.TxnKVVerb
-
Sets the Key to the given Value
- SET - io.vertx.ext.consul.TxnServiceVerb
-
Sets the service to the given state
- 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.
- setCheckListOptions(List<CheckOptions>) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set checks options of service
- setCheckOptions(CheckOptions) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set check options of service
- setChecks(List<JsonObject>) - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- 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.
- setConfig(JsonObject) - Method in class io.vertx.ext.consul.connect.ProxyOptions
- setConnectOptions(ConnectOptions) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set consul-connect options of service
- 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.Service
-
Set the internal index value that represents when the entry was created.
- setCreateIndex(long) - Method in class io.vertx.ext.consul.ServiceOptions
-
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
- setDatacenter(String) - Method in class io.vertx.ext.consul.Node
-
Set node datacenter
- setDatacenters(List<String>) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Sets an optional datacenters.
- setDatacenters(List<String>) - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
-
Sets an optional datacenters.
- setDc(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Set an optional datacenter.
- setDc(String) - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- 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
initialBufferSizeHttpDecoderthe initial buffer of the HttpDecoder. - setDecompressionSupported(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether compression is enabled
- 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.
- setDescription(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Sets an optional free-form description that is human-readable.
- setDescription(String) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets an optional free-form description that is human-readable
- setDescription(String) - Method in class io.vertx.ext.consul.token.CloneAclTokenOptions
-
Sets an optional description
- setDestinationName(String) - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- 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:
trueto enter maintenance mode orfalseto 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
- setExpirationTime(String) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets the expiration time.
- setExpose(ExposeOptions) - Method in class io.vertx.ext.consul.connect.ProxyOptions
- setFailovers(int) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Set the number of remote datacenters that were queried while executing the query.
- setFilter(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Set the expression to filter the queries results prior to returning the data
- 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
30xredirections. - 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
trueforces 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.
- setHeaders(Map<String, List<String>>) - Method in class io.vertx.ext.consul.CheckOptions
-
Set headers to check
- 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
truewhen an h2c connection is established using an HTTP/1.1 upgrade request, andfalsewhen 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
- 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.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.Node
-
Set node id
- 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
- setId(String) - Method in class io.vertx.ext.consul.token.PolicyLink
-
Sets a policy id
- setIdleTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the idle timeout, in seconds. zero means don't timeout.
- 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
- 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.
- 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<Service>) - Method in class io.vertx.ext.consul.ServiceList
-
Set list of services
- setList(List<ServiceEntry>) - Method in class io.vertx.ext.consul.ServiceEntryList
-
Set list of services
- setList(List<Session>) - Method in class io.vertx.ext.consul.SessionList
-
Set list of sessions
- setListenerPort(Integer) - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- setLocalAddress(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the local interface to bind for network connections.
- setLocalBindPort(int) - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- setLocalPathPort(Integer) - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- 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.
- setMaxRedirects(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set to
maxRedirectsthe maximum number of redirection a request can follow. - 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.
- setModifyIndex(long) - Method in class io.vertx.ext.consul.Service
-
Set the last index that modified this key.
- setModifyIndex(long) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set the last index that modified this key.
- 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.policy.AclPolicy
-
Sets a 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
- setName(String) - Method in class io.vertx.ext.consul.token.PolicyLink
-
Sets a policy name
- setName(String) - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
-
Sets a name
- setNamespace(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Sets an optional namespace.
- setNamespace(String) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets an optional namespace.
- setNamespace(String) - Method in class io.vertx.ext.consul.token.CloneAclTokenOptions
-
Sets an optional namespace Default value is ns URL query parameter or in the X-Consul-Namespace header, or 'default' namespace.
- 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(Node) - Method in class io.vertx.ext.consul.ServiceEntry
-
Set node
- setNode(String) - Method in class io.vertx.ext.consul.Check
-
Set the name of node
- 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(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
- setNode(String) - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Set the node
- setNodeAddress(String) - Method in class io.vertx.ext.consul.Service
-
Set node address
- setNodeIdentities(List<NodeTokenApplyingOptions>) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets a list of nodes
- setNodeMeta(Map<String, String>) - Method in class io.vertx.ext.consul.Node
-
Set node meta
- 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
- setNs(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Sets the optional namespace to list checks.
- 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.
- setPath(String) - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- setPaths(List<ExposePathOptions>) - Method in class io.vertx.ext.consul.connect.ExposeOptions
- 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
- 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.
- setPolicies(List<PolicyLink>) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets policies
- setPort(int) - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- 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
- setProtocol(String) - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- setProtocolVersion(HttpVersion) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the protocol version.
- setProxy(ProxyOptions) - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- 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.policy.AclPolicy
-
Sets a rules.
- 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
- setServers(List<Coordinate>) - Method in class io.vertx.ext.consul.DcCoordinates
-
Set list of servers in datacenter
- setService(Service) - Method in class io.vertx.ext.consul.ServiceEntry
-
Set service
- 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.
- 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.
- setServiceIdentities(List<ServiceTokenApplyingOptions>) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets a list of services
- setServiceName(String) - Method in class io.vertx.ext.consul.Check
-
Set the name of service with which this check associated
- setServiceOptions(ServiceOptions) - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Set the service
- 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.
- setSidecarService(SidecarServiceOptions) - Method in class io.vertx.ext.consul.connect.ConnectOptions
- 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.
- setSslHandshakeTimeout(long) - Method in class io.vertx.ext.consul.ConsulClientOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.consul.ConsulClientOptions
- 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_CORKoption - only with linux native transport. - setTcpFastOpen(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Enable the
TCP_FASTOPENoption - 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_QUICKACKoption - 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.
- setTtl(long) - Method in class io.vertx.ext.consul.SessionOptions
-
Set the TTL interval.
- setTtl(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set Time to Live of check.
- setType(TxnKVVerb) - Method in class io.vertx.ext.consul.TxnKVOperation
-
Set the type of operation to perform
- setType(TxnServiceVerb) - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Set the type of operation to perform
- setUpstreams(List<UpstreamOptions>) - Method in class io.vertx.ext.consul.connect.ProxyOptions
- setUseAlpn(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the ALPN usage.
- 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.
- SidecarServiceOptions - Class in io.vertx.ext.consul.connect
- SidecarServiceOptions() - Constructor for class io.vertx.ext.consul.connect.SidecarServiceOptions
-
Default constructor
- SidecarServiceOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.SidecarServiceOptions
-
Constructor from JSON
- 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.BlockingQueryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Check
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.CheckList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.CheckOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.ConnectOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.ExposeOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.ProxyOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.UpstreamOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Coordinate
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.CoordinateList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.DcCoordinates
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Event
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.EventList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.EventListOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.EventOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.KeyValue
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.KeyValueList
-
Convert to JSON
- 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() - Method in class io.vertx.ext.consul.NodeList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.NodeQueryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.policy.AclPolicy
- 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() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Convert to JSON
- 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() - Method in class io.vertx.ext.consul.ServiceEntryList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ServiceList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ServiceOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Session
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.SessionList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.SessionOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.token.AclToken
- toJson() - Method in class io.vertx.ext.consul.token.CloneAclTokenOptions
- toJson() - Method in class io.vertx.ext.consul.token.NodeTokenApplyingOptions
- toJson() - Method in class io.vertx.ext.consul.token.PolicyLink
- toJson() - Method in class io.vertx.ext.consul.token.ServiceTokenApplyingOptions
- toJson() - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
- toJson() - Method in class io.vertx.ext.consul.TxnError
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.TxnRequest
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.TxnResponse
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Convert to JSON
- TokenApplyingOptions - Class in io.vertx.ext.consul.token
- TokenApplyingOptions() - Constructor for class io.vertx.ext.consul.token.TokenApplyingOptions
- transaction(TxnRequest) - 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 and mapper 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 and mapper 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.
- TxnServiceOperation - Class in io.vertx.ext.consul
-
Holds the operation to apply to the service inside a transaction
- TxnServiceOperation() - Constructor for class io.vertx.ext.consul.TxnServiceOperation
-
Default constructor
- TxnServiceOperation(JsonObject) - Constructor for class io.vertx.ext.consul.TxnServiceOperation
-
Constructor from JSON
- TxnServiceOperationConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
TxnServiceOperation. - TxnServiceOperationConverter() - Constructor for class io.vertx.ext.consul.TxnServiceOperationConverter
- TxnServiceVerb - Enum in io.vertx.ext.consul
-
Holds the type of Service operation in transaction
U
- UNLOCK - io.vertx.ext.consul.TxnKVVerb
-
Unlocks the Key with the given Session.
- updateAclToken(String, AclToken) - Method in interface io.vertx.ext.consul.ConsulClient
-
Update an existing Acl token
- updateCheck(String, CheckStatus) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to given status.
- updateCheckWithNote(String, CheckStatus, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to given status.
- updatePolicy(String, AclPolicy) - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint updates an existing ACL policy
- updatePreparedQuery(PreparedQueryDefinition) - Method in interface io.vertx.ext.consul.ConsulClient
- UpstreamOptions - Class in io.vertx.ext.consul.connect
- UpstreamOptions() - Constructor for class io.vertx.ext.consul.connect.UpstreamOptions
-
Default constructor
- UpstreamOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.UpstreamOptions
-
Constructor from JSON
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.
- valueOf(String) - Static method in enum io.vertx.ext.consul.TxnServiceVerb
-
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.
- values() - Static method in enum io.vertx.ext.consul.TxnServiceVerb
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warnCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "warning".
- warnCheckWithNote(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "warning".
- WARNING - io.vertx.ext.consul.CheckStatus
- WARNING - io.vertx.ext.consul.HealthState
- Watch<T> - Interface in io.vertx.ext.consul
-
Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates.
- WatchResult<T> - Interface in io.vertx.ext.consul
All Classes All Packages