Uses of Class
org.infinispan.commons.marshall.WrappedByteArray
-
Packages that use WrappedByteArray Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.server.hotrod -
-
Uses of WrappedByteArray in org.infinispan.commons.marshall
Fields in org.infinispan.commons.marshall declared as WrappedByteArray Modifier and Type Field Description static WrappedByteArrayWrappedByteArray. EMPTY_BYTESMethods in org.infinispan.commons.marshall that return WrappedByteArray Modifier and Type Method Description WrappedByteArrayWrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078. readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)WrappedByteArrayWrappedByteArray.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.commons.marshall that return types with arguments of type WrappedByteArray Modifier and Type Method Description java.lang.Class<WrappedByteArray>WrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078. getJavaClass()java.util.Set<java.lang.Class<? extends WrappedByteArray>>WrappedByteArray.Externalizer. getTypeClasses()Methods in org.infinispan.commons.marshall with parameters of type WrappedByteArray Modifier and Type Method Description voidWrappedByteArray.Externalizer. writeObject(java.io.ObjectOutput output, WrappedByteArray object)voidWrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078. writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, WrappedByteArray $3) -
Uses of WrappedByteArray in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return types with arguments of type WrappedByteArray Modifier and Type Method Description org.infinispan.multimap.impl.EmbeddedMultimapCache<WrappedByteArray,WrappedByteArray>HotRodServer. multimap(HotRodHeader header, javax.security.auth.Subject subject)org.infinispan.multimap.impl.EmbeddedMultimapCache<WrappedByteArray,WrappedByteArray>HotRodServer. multimap(HotRodHeader header, javax.security.auth.Subject subject)Method parameters in org.infinispan.server.hotrod with type arguments of type WrappedByteArray Modifier and Type Method Description io.netty.buffer.ByteBufVersionedEncoder. multimapEntryResponse(HotRodHeader header, HotRodServer server, io.netty.buffer.ByteBufAllocator alloc, OperationStatus status, CacheEntry<WrappedByteArray,java.util.Collection<WrappedByteArray>> ce, java.util.Collection<byte[]> result)io.netty.buffer.ByteBufVersionedEncoder. multimapEntryResponse(HotRodHeader header, HotRodServer server, io.netty.buffer.ByteBufAllocator alloc, OperationStatus status, CacheEntry<WrappedByteArray,java.util.Collection<WrappedByteArray>> ce, java.util.Collection<byte[]> result)
-