Uses of Class
org.infinispan.marshall.protostream.impl.MarshallableObject
Packages that use MarshallableObject
Package
Description
Commands that alter the state of the cache.
Entries which are stored in data containers.
-
Uses of MarshallableObject in org.infinispan.commands.functional
Constructors in org.infinispan.commands.functional with parameters of type MarshallableObjectModifierConstructorDescriptionprotectedAbstractWriteKeyCommand(ByteString cacheName, MarshallableObject<?> wrappedKey, long flags, int topologyId, int segment, CommandInvocationId commandInvocationId, Params params, ValueMatcher valueMatcher, DataConversion keyDataConversion, DataConversion valueDataConversion, PrivateMetadata internalMetadata) -
Uses of MarshallableObject in org.infinispan.commands.read
Methods in org.infinispan.commands.read that return MarshallableObjectConstructors in org.infinispan.commands.read with parameters of type MarshallableObjectModifierConstructorDescriptionprotectedAbstractDataCommand(ByteString cacheName, MarshallableObject<?> wrappedKey, long flagsWithoutRemote, int topologyId, int segment) -
Uses of MarshallableObject in org.infinispan.commands.write
Methods in org.infinispan.commands.write that return MarshallableObjectModifier and TypeMethodDescriptionprotected MarshallableObject<Metadata> RemoveCommand.getWrappedMetadata()protected MarshallableObject<?> RemoveCommand.getWrappedValue()Constructors in org.infinispan.commands.write with parameters of type MarshallableObjectModifierConstructorDescriptionprotectedAbstractDataWriteCommand(ByteString cacheName, MarshallableObject<?> wrappedKey, long flags, int topologyId, int segment, CommandInvocationId commandInvocationId) -
Uses of MarshallableObject in org.infinispan.container.entries
Methods in org.infinispan.container.entries that return MarshallableObjectModifier and TypeMethodDescriptionAbstractInternalCacheEntry.getWrappedKey()AbstractInternalCacheEntry.getWrappedValue()ImmortalCacheValue.getWrappedValue()Constructors in org.infinispan.container.entries with parameters of type MarshallableObjectModifierConstructorDescriptionprotectedAbstractInternalCacheEntry(MarshallableObject<?> wrappedKey, MarshallableObject<?> wrappedValue, PrivateMetadata internalMetadata) ImmortalCacheValue(MarshallableObject<?> wrappedValue, PrivateMetadata internalMetadata) -
Uses of MarshallableObject in org.infinispan.container.entries.metadata
Methods in org.infinispan.container.entries.metadata that return MarshallableObjectModifier and TypeMethodDescriptionMetadataMortalCacheEntry.getWrappedMetadata()MetadataMortalCacheValue.getWrappedMetadata()MetadataTransientMortalCacheEntry.getWrappedMetadata()Constructors in org.infinispan.container.entries.metadata with parameters of type MarshallableObjectModifierConstructorDescriptionprotectedMetadataTransientCacheEntry(MarshallableObject<?> wrappedKey, MarshallableObject<?> wrappedValue, PrivateMetadata internalMetadata, MarshallableObject<Metadata> wrappedMetadata, long lastUsed) protectedMetadataTransientCacheValue(MarshallableObject<?> wrappedValue, PrivateMetadata internalMetadata, MarshallableObject<Metadata> wrappedMetadata, long lastUsed) -
Uses of MarshallableObject in org.infinispan.marshall.protostream.impl
Classes in org.infinispan.marshall.protostream.impl that implement interfaces with type arguments of type MarshallableObjectModifier and TypeClassDescriptionstatic classfinal classWARNING: Generated code!Methods in org.infinispan.marshall.protostream.impl that return MarshallableObjectModifier and TypeMethodDescriptionstatic <T> MarshallableObject<T> MarshallableObject.create(T object) MarshallableObject.Marshaller.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx) MarshallableObject$___Marshaller_d83f1a331a944f932fc39dbe4c688fd23930609f65ac324963d2eea589f4fcee.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.marshall.protostream.impl that return types with arguments of type MarshallableObjectModifier and TypeMethodDescriptionMarshallableObject.Marshaller.getJavaClass()MarshallableObject$___Marshaller_d83f1a331a944f932fc39dbe4c688fd23930609f65ac324963d2eea589f4fcee.getJavaClass()Methods in org.infinispan.marshall.protostream.impl with parameters of type MarshallableObjectModifier and TypeMethodDescriptionstatic <T> TMarshallableObject.unwrap(MarshallableObject<T> wrapper) voidMarshallableObject.Marshaller.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, MarshallableObject wrapper) voidMarshallableObject$___Marshaller_d83f1a331a944f932fc39dbe4c688fd23930609f65ac324963d2eea589f4fcee.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, MarshallableObject $2)