Package | Description |
---|---|
org.apache.curator.framework.schema |
Modifier and Type | Method and Description |
---|---|
Schema.Allowance |
Schema.getEphemeral() |
Schema.Allowance |
Schema.getSequential() |
Schema.Allowance |
Schema.getWatched() |
static Schema.Allowance |
Schema.Allowance.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder |
SchemaBuilder.ephemeral(Schema.Allowance ephemeral) |
SchemaBuilder |
SchemaBuilder.sequential(Schema.Allowance sequential) |
SchemaBuilder |
SchemaBuilder.watched(Schema.Allowance watched) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.