public class ZooKeeperReadProvider extends ReadProvider
Constructor and Description |
---|
ZooKeeperReadProvider(Unmarshaller unmarshaller,
org.apache.curator.framework.CuratorFramework client) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(String key) |
byte[] |
read(String key) |
read
public ZooKeeperReadProvider(Unmarshaller unmarshaller, org.apache.curator.framework.CuratorFramework client)
public boolean exists(String key)
exists
in class ReadProvider
public byte[] read(String key)
read
in class ReadProvider
Copyright © 2016. All Rights Reserved.