Uses of Class
org.apache.curator.framework.schema.SchemaBuilder
Packages that use SchemaBuilder
-
Uses of SchemaBuilder in org.apache.curator.framework.schema
Methods in org.apache.curator.framework.schema that return SchemaBuilderModifier and TypeMethodDescriptionstatic SchemaBuilderStart a builder for the given full path.static SchemaBuilderStart a builder for the given path pattern.static SchemaBuilderSchema.builderForRecipe(String parentPath) Start a schema builder for a typical Curator recipe's childrenstatic SchemaBuilderSchema.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)