| Package | Description |
|---|---|
| com.spotify.helios.rollingupdate | |
| com.spotify.helios.servicescommon.coordination |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ZooKeeperOperation> |
RollingUpdateOp.operations() |
| Modifier and Type | Method and Description |
|---|---|
RollingUpdateOp |
RollingUpdateOpFactory.nextTask(List<ZooKeeperOperation> operations) |
| Constructor and Description |
|---|
RollingUpdateOp(com.google.common.collect.ImmutableList<ZooKeeperOperation> operations,
com.google.common.collect.ImmutableList<Map<String,Object>> events) |
| Modifier and Type | Class and Description |
|---|---|
class |
Check |
class |
CheckWithVersion |
class |
CreateEmpty |
class |
CreateMany |
class |
Delete |
class |
DeleteMany |
class |
SetData |
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperOperation |
ZooKeeperOperations.check(Node node) |
static ZooKeeperOperation |
ZooKeeperOperations.check(String path) |
static ZooKeeperOperation |
ZooKeeperOperations.check(String path,
int version) |
static ZooKeeperOperation |
ZooKeeperOperations.create(Map<String,byte[]> nodes) |
static ZooKeeperOperation |
ZooKeeperOperations.create(String path) |
static ZooKeeperOperation |
ZooKeeperOperations.create(String path,
byte[] bytes) |
static ZooKeeperOperation |
ZooKeeperOperations.create(String path,
byte[] bytes,
int version) |
static ZooKeeperOperation |
ZooKeeperOperations.create(String path,
com.spotify.helios.common.descriptors.Descriptor data) |
static ZooKeeperOperation |
ZooKeeperOperations.create(String path,
com.spotify.helios.common.descriptors.Descriptor data,
int version) |
static ZooKeeperOperation |
ZooKeeperOperations.delete(List<String> paths) |
static ZooKeeperOperation |
ZooKeeperOperations.delete(String path) |
static ZooKeeperOperation |
ZooKeeperOperations.set(String path,
byte[] bytes) |
static ZooKeeperOperation |
ZooKeeperOperations.set(String path,
com.spotify.helios.common.descriptors.Descriptor data) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.curator.framework.api.transaction.CuratorTransactionResult> |
ReportingZooKeeperClient.transaction(ZooKeeperOperation... operations) |
Collection<org.apache.curator.framework.api.transaction.CuratorTransactionResult> |
DefaultZooKeeperClient.transaction(ZooKeeperOperation... operations) |
Collection<org.apache.curator.framework.api.transaction.CuratorTransactionResult> |
ZooKeeperClient.transaction(ZooKeeperOperation... operations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.curator.framework.api.transaction.CuratorTransactionResult> |
ReportingZooKeeperClient.transaction(List<ZooKeeperOperation> operations) |
Collection<org.apache.curator.framework.api.transaction.CuratorTransactionResult> |
DefaultZooKeeperClient.transaction(List<ZooKeeperOperation> operations) |
Collection<org.apache.curator.framework.api.transaction.CuratorTransactionResult> |
ZooKeeperClient.transaction(List<ZooKeeperOperation> operations) |
Copyright © 2017. All rights reserved.