Interface | Description |
---|---|
Serializer<T> |
Serializes objects of type T into byte[] and back.
|
Class | Description |
---|---|
ReentrantDistributedLock |
A reentrant distributed lock implementation that uses ZooKeeper using the receipt described in
http://zookeeper.apache.org/doc/trunk/recipes.html#sc_recipes_Locks
|
SynchronizedZKMap<T> |
Synchronized (across threads and different processes) implementation of
Map backed
by Zookeeper. |
ZKCollection<T> |
Implementation of
Collection backed by Zookeeper. |
ZKMap<T> |
Implementation of
Map backed by Zookeeper. |
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.