Uses of Package
org.infinispan.marshall.protostream.impl
Packages that use org.infinispan.marshall.protostream.impl
Package
Description
Commands that alter the state of the cache.
Entries which are stored in data containers.
This package should mainly contain
MessageMarshaller implementations for classes
which a static inner class is not possible.-
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.commands.functionalClassDescriptionA wrapper for Maps of user objects whose key/value type is unknown until runtime.A wrapper for interface implementations which can either be marshalled by the
GlobalMarshalleror the configured user marshaller if no internal marshaller exists for the implementation. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.commands.readClassDescriptionA wrapper for interface implementations which can either be marshalled by the
GlobalMarshalleror the configured user marshaller if no internal marshaller exists for the implementation. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.commands.writeClassDescriptionA wrapper for arrays of objects whose type is unknown until runtime.A wrapper for interface implementations which can either be marshalled by the
GlobalMarshalleror the configured user marshaller if no internal marshaller exists for the implementation. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.container.entriesClassDescriptionA wrapper for interface implementations which can either be marshalled by the
GlobalMarshalleror the configured user marshaller if no internal marshaller exists for the implementation. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.container.entries.metadataClassDescriptionA wrapper for interface implementations which can either be marshalled by the
GlobalMarshalleror the configured user marshaller if no internal marshaller exists for the implementation. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.encodingClassDescriptionManages
SerializationContextacross modules for use by various components. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.marshall.persistence.implClassDescriptionAn abstract ProtoStream based
MarshallerandStreamAwareMarshallerimplementation that is the basis of the Persistence and Global marshallers. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.marshall.protostream.implClassDescriptionAn abstract ProtoStream based
MarshallerandStreamAwareMarshallerimplementation that is the basis of the Persistence and Global marshallers.Interface used to initialise theGlobalMarshaller'sSerializationContextusing the specified Pojos, Marshaller implementations and provided .proto schemas.A globally-scoped marshaller for cluster communication.A wrapper for arrays of objects whose type is unknown until runtime.A wrapper for aDequeof objects whose type is unknown until runtime.A wrapper object that allows a genericSerializablelambda to be marshalled by wrapping the contents of aSerializedLambdaobject.A wrapper for aListof objects whose type is unknown until runtime.A wrapper for Maps of user objects whose key/value type is unknown until runtime.A wrapper for interface implementations which can either be marshalled by theGlobalMarshalleror the configured user marshaller if no internal marshaller exists for the implementation.A wrapper for aSetof objects whose type is unknown until runtime.A wrapper message used by ProtoStream Marshallers to allow user objects to be marshalled/unmarshalled via theMarshallableUserObject.Marshallerimplementation, which delegates to the configured user marshaller inSerializationConfigurationif it exists.ManagesSerializationContextacross modules for use by various components.