Uses of Enum
org.apache.curator.framework.schema.Schema.Allowance
-
Uses of Schema.Allowance in org.apache.curator.framework.schema
Modifier and TypeMethodDescriptionSchema.getEphemeral()
Schema.getSequential()
Schema.getWatched()
static Schema.Allowance
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.Modifier and TypeMethodDescriptionSchemaBuilder.ephemeral
(Schema.Allowance ephemeral) SchemaBuilder.sequential
(Schema.Allowance sequential) SchemaBuilder.watched
(Schema.Allowance watched)