| Package | Description |
|---|---|
| io.searchbox.cluster |
| Modifier and Type | Method and Description |
|---|---|
State.Builder |
State.Builder.indices(String value)
When not filtering metadata, a comma separated list of indices to include in the response.
|
State.Builder |
State.Builder.local()
For debugging purposes, you can retrieve the cluster state local to a particular node.
|
State.Builder |
State.Builder.withBlocks()
Shows the blocks part of the response
|
State.Builder |
State.Builder.withMasterNode()
Shows the elected master_node part of the response.
|
State.Builder |
State.Builder.withMetadata()
Shows the metadata part of the response.
|
State.Builder |
State.Builder.withNodes()
Shows the nodes part of the response
|
State.Builder |
State.Builder.withRoutingTable()
Shows the routing_table part of the response.
|
State.Builder |
State.Builder.withVersion()
Shows the cluster state version.
|
| Constructor and Description |
|---|
State(State.Builder builder) |
Copyright © 2017. All rights reserved.