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