Package | Description |
---|---|
net.dempsy.cluster.zookeeper | |
net.dempsy.serialization.jackson | |
net.dempsy.serialization.java | |
net.dempsy.serialization.kryo | |
net.dempsy.serialization.util |
Constructor and Description |
---|
ZookeeperSession(Serializer serializer,
String connectString,
int sessionTimeout) |
ZookeeperSessionFactory(String connectString,
int sessionTimeout,
Serializer ser) |
Modifier and Type | Class and Description |
---|---|
class |
JsonSerializer |
Modifier and Type | Class and Description |
---|---|
class |
JavaSerializer |
Modifier and Type | Class and Description |
---|---|
class |
KryoSerializer
This is the implementation of the Kryo based serialization for Dempsy.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassTracker
Some serializations (a.k.a, Kryo) can be made more efficient if you register
classes that will be serialized and deserialized.
|
Modifier and Type | Field and Description |
---|---|
Serializer |
ClassTracker.proxied |
Constructor and Description |
---|
ClassTracker(Serializer proxied) |
Copyright © 2018. All rights reserved.