| java.lang.Object | |
| ↳ | org.apache.helix.AccessOption |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EPHEMERAL | |||||||||||
| EPHEMERAL_SEQUENTIAL | |||||||||||
| PERSISTENT | |||||||||||
| PERSISTENT_SEQUENTIAL | |||||||||||
| THROW_EXCEPTION_IFNOTEXIST | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Helper method to get zookeeper create mode from options
| |||||||||||
Helper method to get is-throw-exception-on-node-not-exist from options
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Helper method to get zookeeper create mode from options
| options | bitmask representing mode; least significant set flag is selected |
|---|
Helper method to get is-throw-exception-on-node-not-exist from options
| options | bitmask containing Zookeeper mode options |
|---|