| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.query |
| Modifier and Type | Method and Description |
|---|---|
QueryResults |
PreparedQueryClient.execute(String nameOrId)
Executes a prepared query by its name or ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreparedQueryClient.execute(String nameOrId,
QueryOptions options,
Callback<QueryResults> callback)
Executes a prepared query by its name or ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableQueryResults
Immutable implementation of
QueryResults. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableQueryResults |
ImmutableQueryResults.copyOf(QueryResults instance)
Creates an immutable copy of a
QueryResults value. |
ImmutableQueryResults.Builder |
ImmutableQueryResults.Builder.from(QueryResults instance)
Fill a builder with attribute values from the provided
QueryResults instance. |
Copyright © 2018. All rights reserved.