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