public static class State.Builder extends AbstractAction.Builder<State,State.Builder>
cleanApiParameters, headers, parameters| Constructor and Description |
|---|
State.Builder() |
| Modifier and Type | Method and Description |
|---|---|
State |
build() |
State.Builder |
indices(String value)
When not filtering metadata, a comma separated list of indices to include in the response.
|
State.Builder |
local()
For debugging purposes, you can retrieve the cluster state local to a particular node.
|
State.Builder |
withBlocks()
Shows the blocks part of the response
|
State.Builder |
withMasterNode()
Shows the elected master_node part of the response.
|
State.Builder |
withMetadata()
Shows the metadata part of the response.
|
State.Builder |
withNodes()
Shows the nodes part of the response
|
State.Builder |
withRoutingTable()
Shows the routing_table part of the response.
|
State.Builder |
withVersion()
Shows the cluster state version.
|
addCleanApiParameter, refresh, removeCleanApiParameter, resultCasing, setHeader, setHeader, setParameter, setParameter, toggleApiParameterpublic State.Builder withVersion()
public State.Builder withMasterNode()
public State.Builder withNodes()
public State.Builder withRoutingTable()
public State.Builder withMetadata()
public State.Builder withBlocks()
public State.Builder indices(String value)
public State.Builder local()
public State build()
build in class AbstractAction.Builder<State,State.Builder>Copyright © 2017. All rights reserved.