java.lang.Object
org.elasticsearch.cluster.ProjectState
Encapsulates all the information for a single project
-
Method Summary
Modifier and TypeMethodDescriptionblocks()cluster()booleaninthashCode()metadata()settings()updatedState(Consumer<ProjectMetadata.Builder> projectBuilderConsumer) updatedState(ProjectMetadata updatedProject) Build a newClusterStatewith the updated project.updateProject(ProjectMetadata updatedProject) Build a newProjectStatewith the updatedproject.
-
Method Details
-
projectId
-
metadata
-
routingTable
-
cluster
-
blocks
-
settings
-
equals
-
hashCode
public int hashCode() -
updatedState
-
updatedState
Build a newClusterStatewith the updated project. -
updateProject
Build a newProjectStatewith the updatedproject.
-