Uses of Class
org.apache.curator.framework.schema.SchemaSet
-
Packages that use SchemaSet Package Description org.apache.curator.framework org.apache.curator.framework.imps org.apache.curator.framework.schema -
-
Uses of SchemaSet in org.apache.curator.framework
Methods in org.apache.curator.framework that return SchemaSet Modifier and Type Method Description SchemaSetCuratorFramework. getSchemaSet()Return this instance's schema setSchemaSetCuratorFrameworkFactory.Builder. getSchemaSet()Methods in org.apache.curator.framework with parameters of type SchemaSet Modifier and Type Method Description CuratorFrameworkFactory.BuilderCuratorFrameworkFactory.Builder. schemaSet(SchemaSet schemaSet)Add an enforced schema set -
Uses of SchemaSet in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return SchemaSet Modifier and Type Method Description SchemaSetCuratorFrameworkImpl. getSchemaSet() -
Uses of SchemaSet in org.apache.curator.framework.schema
Methods in org.apache.curator.framework.schema that return SchemaSet Modifier and Type Method Description static SchemaSetSchemaSet. getDefaultSchemaSet()Return the default (empty) schema setSchemaSetSchemaSetLoader. toSchemaSet(boolean useDefaultSchema)
-