|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializerHook | |
---|---|
com.hazelcast.hibernate.serialization | This class contains the Hibernate4 serializer hooks so what we don't loose handling on serialization while working on hibernate |
com.hazelcast.mapreduce.impl | This package contains the default implementation for the map reduce framework internals. |
com.hazelcast.nio.serialization.serializers | Contains interfaces/classes related to SerializerHook for ArrayList and LinkedList |
Uses of SerializerHook in com.hazelcast.hibernate.serialization |
---|
Classes in com.hazelcast.hibernate.serialization that implement SerializerHook | |
---|---|
class |
Hibernate3CacheEntrySerializerHook
This class is used to register a special serializer to not loose power over serialization in Hibernate 3 |
class |
Hibernate3CacheKeySerializerHook
This class is used to register a special serializer to not loose power over serialization in Hibernate 3 |
class |
Hibernate4CacheEntrySerializerHook
This class is used to register a special serializer to not loose power over serialization in Hibernate 3 |
class |
Hibernate4CacheKeySerializerHook
This class is used to register a special serializer to not loose power over serialization in Hibernate 3 |
Uses of SerializerHook in com.hazelcast.mapreduce.impl |
---|
Classes in com.hazelcast.mapreduce.impl that implement SerializerHook | |
---|---|
class |
JobPartitionStateArraySerializerHook
This class is the auto registered serializer hook for a JobPartitionState array. |
class |
JobPartitionStateSerializerHook
This class is the auto registered serializer hook for a JobPartitionState . |
Uses of SerializerHook in com.hazelcast.nio.serialization.serializers |
---|
Classes in com.hazelcast.nio.serialization.serializers that implement SerializerHook | |
---|---|
class |
ArrayListSerializerHook
This class is the auto registered serializer hook for a ArrayList . |
class |
LinkedListSerializerHook
This class is the auto registered serializer hook for a LinkedList . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |