public class ZooKeeperOperations extends Object
| Constructor and Description |
|---|
ZooKeeperOperations() |
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperOperation |
check(Node node) |
static ZooKeeperOperation |
check(String path) |
static ZooKeeperOperation |
check(String path,
int version) |
static ZooKeeperOperation |
create(Map<String,byte[]> nodes) |
static ZooKeeperOperation |
create(String path) |
static ZooKeeperOperation |
create(String path,
byte[] bytes) |
static ZooKeeperOperation |
create(String path,
byte[] bytes,
int version) |
static ZooKeeperOperation |
create(String path,
com.spotify.helios.common.descriptors.Descriptor data) |
static ZooKeeperOperation |
create(String path,
com.spotify.helios.common.descriptors.Descriptor data,
int version) |
static ZooKeeperOperation |
delete(List<String> paths) |
static ZooKeeperOperation |
delete(String path) |
static ZooKeeperOperation |
set(String path,
byte[] bytes) |
static ZooKeeperOperation |
set(String path,
com.spotify.helios.common.descriptors.Descriptor data) |
public static ZooKeeperOperation set(String path, com.spotify.helios.common.descriptors.Descriptor data)
public static ZooKeeperOperation set(String path, byte[] bytes)
public static ZooKeeperOperation check(String path, int version)
public static ZooKeeperOperation check(String path)
public static ZooKeeperOperation check(Node node)
public static ZooKeeperOperation create(Map<String,byte[]> nodes)
public static ZooKeeperOperation create(String path)
public static ZooKeeperOperation create(String path, com.spotify.helios.common.descriptors.Descriptor data)
public static ZooKeeperOperation create(String path, com.spotify.helios.common.descriptors.Descriptor data, int version)
public static ZooKeeperOperation create(String path, byte[] bytes, int version)
public static ZooKeeperOperation create(String path, byte[] bytes)
public static ZooKeeperOperation delete(String path)
public static ZooKeeperOperation delete(List<String> paths)
Copyright © 2017. All rights reserved.