Uses of Class
org.infinispan.marshall.protostream.impl.MarshallableArray
Packages that use MarshallableArray
Package
Description
Commands that alter the state of the cache.
-
Uses of MarshallableArray in org.infinispan.commands.write
Methods in org.infinispan.commands.write that return MarshallableArrayConstructors in org.infinispan.commands.write with parameters of type MarshallableArrayModifierConstructorDescriptionprotectedInvalidateCommand(ByteString cacheName, long flagsWithoutRemote, int topologyId, CommandInvocationId commandInvocationId, MarshallableArray<Object> wrappedKeys) -
Uses of MarshallableArray in org.infinispan.marshall.protostream.impl
Classes in org.infinispan.marshall.protostream.impl that implement interfaces with type arguments of type MarshallableArrayModifier and TypeClassDescriptionstatic classfinal classWARNING: Generated code!Methods in org.infinispan.marshall.protostream.impl that return MarshallableArrayModifier and TypeMethodDescriptionstatic <T> MarshallableArray<T> MarshallableArray.create(T[] entries) MarshallableArray.Marshaller.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx) MarshallableArray$___Marshaller_b7a91c7d51bdef3df03d1270b45b391a1d634de1f1ee604e72dfc0e7354b6200.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.marshall.protostream.impl that return types with arguments of type MarshallableArrayModifier and TypeMethodDescriptionClass<? extends MarshallableArray> MarshallableArray.Marshaller.getJavaClass()MarshallableArray$___Marshaller_b7a91c7d51bdef3df03d1270b45b391a1d634de1f1ee604e72dfc0e7354b6200.getJavaClass()Methods in org.infinispan.marshall.protostream.impl with parameters of type MarshallableArrayModifier and TypeMethodDescriptionstatic <T> T[]MarshallableArray.unwrap(MarshallableArray<T> wrapper) static <T> T[]MarshallableArray.unwrap(MarshallableArray<T> wrapper, T[] dest) voidMarshallableArray.Marshaller.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, MarshallableArray marshallableArray) voidMarshallableArray$___Marshaller_b7a91c7d51bdef3df03d1270b45b391a1d634de1f1ee604e72dfc0e7354b6200.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, MarshallableArray $2)