Uses of Class
org.infinispan.marshall.protostream.impl.MarshallableMap
Packages that use MarshallableMap
-
Uses of MarshallableMap in org.infinispan.commands.functional
Constructors in org.infinispan.commands.functional with parameters of type MarshallableMapModifierConstructorDescriptionprotectedAbstractWriteManyCommand(ByteString cacheName, CommandInvocationId commandInvocationId, boolean forwarded, int topologyId, Params params, long flags, DataConversion keyDataConversion, DataConversion valueDataConversion, MarshallableMap<Object, PrivateMetadata> internalMetadataMap) -
Uses of MarshallableMap in org.infinispan.marshall.protostream.impl
Classes in org.infinispan.marshall.protostream.impl that implement interfaces with type arguments of type MarshallableMapModifier and TypeClassDescriptionstatic classfinal classWARNING: Generated code!Methods in org.infinispan.marshall.protostream.impl that return MarshallableMapModifier and TypeMethodDescriptionstatic <K,V> MarshallableMap <K, V> MarshallableMap<?, ?> MarshallableMap.Marshaller.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx) MarshallableMap$___Marshaller_ca725517f508856c1480c59704d5452ec51bd4d4e173ffea5306f94a7576db76.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.marshall.protostream.impl that return types with arguments of type MarshallableMapModifier and TypeMethodDescriptionMarshallableMap$___Marshaller_ca725517f508856c1480c59704d5452ec51bd4d4e173ffea5306f94a7576db76.getJavaClass()Methods in org.infinispan.marshall.protostream.impl with parameters of type MarshallableMapModifier and TypeMethodDescriptionstatic <K,V> Map <K, V> MarshallableMap.unwrap(MarshallableMap<K, V> wrapper) voidMarshallableMap.Marshaller.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, MarshallableMap<?, ?> wrapper) voidMarshallableMap$___Marshaller_ca725517f508856c1480c59704d5452ec51bd4d4e173ffea5306f94a7576db76.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, MarshallableMap $2)