| Package | Description |
|---|---|
| org.apache.curator.framework.schema |
| Modifier and Type | Method | Description |
|---|---|---|
Schema |
SchemaBuilder.build() |
Build a new schema from the currently set values
|
Schema |
SchemaSet.getNamedSchema(java.lang.String name) |
Return the schema with the given key/name
|
Schema |
SchemaSet.getSchema(java.lang.String path) |
Find the first matching schema for the path and return it
|
Schema |
SchemaViolation.getSchema() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<Schema> |
SchemaSet.getSchemas() |
Return the schemas
|
java.util.List<Schema> |
SchemaSetLoader.getSchemas() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
DefaultSchemaValidator.isValid(Schema schema,
java.lang.String path,
byte[] data,
java.util.List<org.apache.zookeeper.data.ACL> acl) |
|
boolean |
SchemaValidator.isValid(Schema schema,
java.lang.String path,
byte[] data,
java.util.List<org.apache.zookeeper.data.ACL> acl) |
| Constructor | Description |
|---|---|
SchemaViolation(Schema schema,
java.lang.String violation) |
Deprecated.
use
SchemaViolation(Schema, ViolatorData, String) instance |
SchemaViolation(Schema schema,
SchemaViolation.ViolatorData violatorData,
java.lang.String violation) |
| Constructor | Description |
|---|---|
SchemaSet(java.util.List<Schema> schemas,
boolean useDefaultSchema) |
Define a schema set.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.