Uses of Class
org.apache.curator.framework.schema.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in org.apache.curator.framework.schema
Methods in org.apache.curator.framework.schema that return SchemaModifier and TypeMethodDescriptionSchemaBuilder.build()
Build a new schema from the currently set valuesSchemaSet.getNamedSchema
(String name) Return the schema with the given key/nameFind the first matching schema for the path and return itSchemaViolation.getSchema()
Methods in org.apache.curator.framework.schema that return types with arguments of type SchemaModifier and TypeMethodDescriptionSchemaSet.getSchemas()
Return the schemasSchemaSetLoader.getSchemas()
Methods in org.apache.curator.framework.schema with parameters of type SchemaModifier and TypeMethodDescriptionboolean
DefaultSchemaValidator.isValid
(Schema schema, String path, byte[] data, List<org.apache.zookeeper.data.ACL> acl) boolean
SchemaValidator.isValid
(Schema schema, String path, byte[] data, List<org.apache.zookeeper.data.ACL> acl) Constructors in org.apache.curator.framework.schema with parameters of type SchemaModifierConstructorDescriptionSchemaViolation
(Schema schema, String violation) Deprecated.SchemaViolation
(Schema schema, SchemaViolation.ViolatorData violatorData, String violation) Constructor parameters in org.apache.curator.framework.schema with type arguments of type Schema -
Uses of Schema in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return Schema -
Uses of Schema in org.apache.curator.x.async.modeled.details
Methods in org.apache.curator.x.async.modeled.details that return SchemaMethods in org.apache.curator.x.async.modeled.details with parameters of type Schema
SchemaViolation(Schema, ViolatorData, String)
instance