Uses of Class
org.apache.curator.framework.schema.Schema
Package
Description
-
Uses of Schema in org.apache.curator.framework.schema
Modifier 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()
Modifier and TypeMethodDescriptionSchemaSet.getSchemas()
Return the schemasSchemaSetLoader.getSchemas()
Modifier 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) ModifierConstructorDescriptionSchemaViolation
(Schema schema, String violation) Deprecated.SchemaViolation
(Schema schema, SchemaViolation.ViolatorData violatorData, String violation) -
Uses of Schema in org.apache.curator.x.async.modeled
-
Uses of Schema in org.apache.curator.x.async.modeled.details
SchemaViolation(Schema, ViolatorData, String)
instance