ConsulClient |
ConsulClient.catalogNodeServicesWithOptions(String node,
BlockingQueryOptions options,
Handler<AsyncResult<ServiceList>> resultHandler)
|
ConsulService |
ConsulService.catalogNodeServicesWithOptions(String node,
BlockingQueryOptions options,
Handler<AsyncResult<ServiceList>> resultHandler) |
ConsulClient |
ConsulClient.catalogServicesWithOptions(BlockingQueryOptions options,
Handler<AsyncResult<ServiceList>> resultHandler)
|
ConsulService |
ConsulService.catalogServicesWithOptions(BlockingQueryOptions options,
Handler<AsyncResult<ServiceList>> resultHandler) |
ConsulClient |
ConsulClient.coordinateNodesWithOptions(BlockingQueryOptions options,
Handler<AsyncResult<CoordinateList>> resultHandler)
|
ConsulService |
ConsulService.coordinateNodesWithOptions(BlockingQueryOptions options,
Handler<AsyncResult<CoordinateList>> resultHandler) |
ConsulClient |
ConsulClient.getKeysWithOptions(String keyPrefix,
BlockingQueryOptions options,
Handler<AsyncResult<List<String>>> resultHandler)
Returns the list of keys that corresponding to the specified key prefix.
|
ConsulService |
ConsulService.getKeysWithOptions(String keyPrefix,
BlockingQueryOptions options,
Handler<AsyncResult<List<String>>> resultHandler) |
ConsulClient |
ConsulClient.getValuesWithOptions(String keyPrefix,
BlockingQueryOptions options,
Handler<AsyncResult<KeyValueList>> resultHandler)
Returns the list of key/value pairs that corresponding to the specified key prefix.
|
ConsulService |
ConsulService.getValuesWithOptions(String keyPrefix,
BlockingQueryOptions options,
Handler<AsyncResult<KeyValueList>> resultHandler) |
ConsulClient |
ConsulClient.getValueWithOptions(String key,
BlockingQueryOptions options,
Handler<AsyncResult<KeyValue>> resultHandler)
Returns key/value pair that corresponding to the specified key.
|
ConsulService |
ConsulService.getValueWithOptions(String key,
BlockingQueryOptions options,
Handler<AsyncResult<KeyValue>> resultHandler) |
ConsulClient |
ConsulClient.infoSessionWithOptions(String id,
BlockingQueryOptions options,
Handler<AsyncResult<Session>> resultHandler)
|
ConsulService |
ConsulService.infoSessionWithOptions(String id,
BlockingQueryOptions options,
Handler<AsyncResult<Session>> resultHandler) |
ConsulClient |
ConsulClient.listNodeSessionsWithOptions(String nodeId,
BlockingQueryOptions options,
Handler<AsyncResult<SessionList>> resultHandler)
|
ConsulService |
ConsulService.listNodeSessionsWithOptions(String nodeId,
BlockingQueryOptions options,
Handler<AsyncResult<SessionList>> resultHandler) |
ConsulClient |
ConsulClient.listSessionsWithOptions(BlockingQueryOptions options,
Handler<AsyncResult<SessionList>> resultHandler)
|
ConsulService |
ConsulService.listSessionsWithOptions(BlockingQueryOptions options,
Handler<AsyncResult<SessionList>> resultHandler) |
Single<ServiceList> |
ConsulClient.rxCatalogNodeServicesWithOptions(String node,
BlockingQueryOptions options)
|
Single<ServiceList> |
ConsulService.rxCatalogNodeServicesWithOptions(String node,
BlockingQueryOptions options) |
Single<ServiceList> |
ConsulClient.rxCatalogServicesWithOptions(BlockingQueryOptions options)
|
Single<ServiceList> |
ConsulService.rxCatalogServicesWithOptions(BlockingQueryOptions options) |
Single<CoordinateList> |
ConsulClient.rxCoordinateNodesWithOptions(BlockingQueryOptions options)
|
Single<CoordinateList> |
ConsulService.rxCoordinateNodesWithOptions(BlockingQueryOptions options) |
Single<List<String>> |
ConsulClient.rxGetKeysWithOptions(String keyPrefix,
BlockingQueryOptions options)
Returns the list of keys that corresponding to the specified key prefix.
|
Single<List<String>> |
ConsulService.rxGetKeysWithOptions(String keyPrefix,
BlockingQueryOptions options) |
Single<KeyValueList> |
ConsulClient.rxGetValuesWithOptions(String keyPrefix,
BlockingQueryOptions options)
Returns the list of key/value pairs that corresponding to the specified key prefix.
|
Single<KeyValueList> |
ConsulService.rxGetValuesWithOptions(String keyPrefix,
BlockingQueryOptions options) |
Single<KeyValue> |
ConsulClient.rxGetValueWithOptions(String key,
BlockingQueryOptions options)
Returns key/value pair that corresponding to the specified key.
|
Single<KeyValue> |
ConsulService.rxGetValueWithOptions(String key,
BlockingQueryOptions options) |
Single<Session> |
ConsulClient.rxInfoSessionWithOptions(String id,
BlockingQueryOptions options)
|
Single<Session> |
ConsulService.rxInfoSessionWithOptions(String id,
BlockingQueryOptions options) |
Single<SessionList> |
ConsulClient.rxListNodeSessionsWithOptions(String nodeId,
BlockingQueryOptions options)
|
Single<SessionList> |
ConsulService.rxListNodeSessionsWithOptions(String nodeId,
BlockingQueryOptions options) |
Single<SessionList> |
ConsulClient.rxListSessionsWithOptions(BlockingQueryOptions options)
|
Single<SessionList> |
ConsulService.rxListSessionsWithOptions(BlockingQueryOptions options) |