Package | Description |
---|---|
org.infinispan.commons.hash |
Commons Hash package
|
org.infinispan.commons.io |
Commons IO package
|
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.commons.marshall.exts |
Provides Infinispan-specific extensions to the marshallers.
|
org.infinispan.commons.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
Modifier and Type | Class and Description |
---|---|
static class |
MurmurHash2.Externalizer
Deprecated.
|
static class |
MurmurHash3.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
ByteBufferImpl.Externalizer |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedExternalizer<T>
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
interface |
LambdaExternalizer<T>
A lambda
AdvancedExternalizer . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExternalizer<T>
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
class |
InstanceReusingAdvancedExternalizer<T>
An advanced externalizer that when implemented will allow for child instances that also extend this class to use object
instances instead of serializing a brand new object.
|
static class |
MarshallableFunctionExternalizers.ConstantLambdaExternalizer |
static class |
MarshallableFunctionExternalizers.LambdaWithMetasExternalizer |
static class |
MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer |
Modifier and Type | Class and Description |
---|---|
class |
NoStateExternalizer<T>
An externalizer that writes no state.
|
Constructor and Description |
---|
JBossExternalizerAdapter(Externalizer<? super Object> externalizer) |
Modifier and Type | Class and Description |
---|---|
static class |
ImmutableListCopy.Externalizer |
static class |
Immutables.ImmutableMapWrapperExternalizer |
static class |
KeyValueWithPrevious.KeyValueWithPreviousExternalizer |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.