Uses of Interface
org.infinispan.protostream.ProtobufTagMarshaller
-
Packages that use ProtobufTagMarshaller Package Description org.infinispan.commons.dataconversion org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl.entries org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format. -
-
Uses of ProtobufTagMarshaller in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion that implement ProtobufTagMarshaller Modifier and Type Class Description classMediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568WARNING: Generated code! Do not edit! -
Uses of ProtobufTagMarshaller in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement ProtobufTagMarshaller Modifier and Type Class Description classWrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078WARNING: Generated code! Do not edit! -
Uses of ProtobufTagMarshaller in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement ProtobufTagMarshaller Modifier and Type Class Description classKeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1WARNING: Generated code! Do not edit!classNullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56WARNING: Generated code! Do not edit! -
Uses of ProtobufTagMarshaller in org.infinispan.counter.api
Classes in org.infinispan.counter.api that implement ProtobufTagMarshaller Modifier and Type Class Description classCounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29fWARNING: Generated code! Do not edit! -
Uses of ProtobufTagMarshaller in org.infinispan.counter.impl.entries
Classes in org.infinispan.counter.impl.entries that implement ProtobufTagMarshaller Modifier and Type Class Description classCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9WARNING: Generated code! Do not edit! -
Uses of ProtobufTagMarshaller in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong that implement ProtobufTagMarshaller Modifier and Type Class Description classStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7WARNING: Generated code! Do not edit! -
Uses of ProtobufTagMarshaller in org.infinispan.counter.impl.weak
Classes in org.infinispan.counter.impl.weak that implement ProtobufTagMarshaller Modifier and Type Class Description classWeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02WARNING: Generated code! Do not edit! -
Uses of ProtobufTagMarshaller in org.infinispan.protostream
Subinterfaces of ProtobufTagMarshaller in org.infinispan.protostream Modifier and Type Interface Description interfaceRawProtobufMarshaller<T>Deprecated.replaced byProtobufTagMarshaller.
-