Uses of Class
org.apache.curator.framework.schema.SchemaBuilder
-
Uses of SchemaBuilder in org.apache.curator.framework.schema
Modifier and TypeMethodDescriptionstatic SchemaBuilder
Start a builder for the given full path.static SchemaBuilder
Start a builder for the given path pattern.static SchemaBuilder
Schema.builderForRecipe
(String parentPath) Start a schema builder for a typical Curator recipe's childrenstatic SchemaBuilder
Schema.builderForRecipeParent
(String parentPath) Start a schema builder for a typical Curator recipe's parent nodeSchemaBuilder.canBeDeleted
(boolean canBeDeleted) SchemaBuilder.dataValidator
(SchemaValidator schemaValidator) SchemaBuilder.documentation
(String documentation) SchemaBuilder.ephemeral
(Schema.Allowance ephemeral) SchemaBuilder.sequential
(Schema.Allowance sequential) SchemaBuilder.watched
(Schema.Allowance watched)