Uses of Class
org.apache.curator.framework.schema.Schema
-
Packages that use Schema Package Description org.apache.curator.framework.schema -
-
Uses of Schema in org.apache.curator.framework.schema
Methods in org.apache.curator.framework.schema that return Schema Modifier and Type Method Description SchemaSchemaBuilder. build()Build a new schema from the currently set valuesSchemaSchemaSet. getNamedSchema(java.lang.String name)Return the schema with the given key/nameSchemaSchemaSet. getSchema(java.lang.String path)Find the first matching schema for the path and return itSchemaSchemaViolation. getSchema()Methods in org.apache.curator.framework.schema that return types with arguments of type Schema Modifier and Type Method Description java.util.Collection<Schema>SchemaSet. getSchemas()Return the schemasjava.util.List<Schema>SchemaSetLoader. getSchemas()Methods in org.apache.curator.framework.schema with parameters of type Schema Modifier and Type Method Description booleanDefaultSchemaValidator. isValid(Schema schema, java.lang.String path, byte[] data, java.util.List<org.apache.zookeeper.data.ACL> acl)booleanSchemaValidator. isValid(Schema schema, java.lang.String path, byte[] data, java.util.List<org.apache.zookeeper.data.ACL> acl)Constructors in org.apache.curator.framework.schema with parameters of type Schema Constructor Description SchemaViolation(Schema schema, java.lang.String violation)Deprecated.useSchemaViolation(Schema, ViolatorData, String)instanceSchemaViolation(Schema schema, SchemaViolation.ViolatorData violatorData, java.lang.String violation)Constructor parameters in org.apache.curator.framework.schema with type arguments of type Schema Constructor Description SchemaSet(java.util.List<Schema> schemas, boolean useDefaultSchema)Define a schema set.
-