Uses of Class
org.apache.curator.framework.schema.Schema.Allowance
-
Packages that use Schema.Allowance Package Description org.apache.curator.framework.schema -
-
Uses of Schema.Allowance in org.apache.curator.framework.schema
Methods in org.apache.curator.framework.schema that return Schema.Allowance Modifier and Type Method Description Schema.AllowanceSchema. getEphemeral()Schema.AllowanceSchema. getSequential()Schema.AllowanceSchema. getWatched()static Schema.AllowanceSchema.Allowance. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Schema.Allowance[]Schema.Allowance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.curator.framework.schema with parameters of type Schema.Allowance Modifier and Type Method Description SchemaBuilderSchemaBuilder. ephemeral(Schema.Allowance ephemeral)SchemaBuilderSchemaBuilder. sequential(Schema.Allowance sequential)SchemaBuilderSchemaBuilder. watched(Schema.Allowance watched)
-