Uses of Class
org.infinispan.protostream.annotations.ProtoTypeId
-
Packages that use ProtoTypeId 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 -
-
Uses of ProtoTypeId in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion with annotations of type ProtoTypeId Modifier and Type Class Description classMediaTypeRepresent a content type with optional parameters. -
Uses of ProtoTypeId in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall with annotations of type ProtoTypeId Modifier and Type Class Description classWrappedByteArraySimple wrapper around a byte[] to provide equals and hashCode semantics -
Uses of ProtoTypeId in org.infinispan.commons.util
Classes in org.infinispan.commons.util with annotations of type ProtoTypeId Modifier and Type Class Description classNullValueA placeholder for null in a cache, because caches do not allow null values. -
Uses of ProtoTypeId in org.infinispan.counter.api
Classes in org.infinispan.counter.api with annotations of type ProtoTypeId Modifier and Type Class Description classCounterConfigurationA counter configuration used to define counters cluster wide viaCounterManager.defineCounter(String, CounterConfiguration).classCounterStateThe possible states for a counter value.classCounterTypeThe counter types.classStorageThe storage mode of a counter. -
Uses of ProtoTypeId in org.infinispan.counter.impl.entries
Classes in org.infinispan.counter.impl.entries with annotations of type ProtoTypeId Modifier and Type Class Description classCounterValueStores the counter's value andCounterState. -
Uses of ProtoTypeId in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong with annotations of type ProtoTypeId Modifier and Type Class Description classStrongCounterKeyThe key to store in theCacheused byStrongCounter. -
Uses of ProtoTypeId in org.infinispan.counter.impl.weak
Classes in org.infinispan.counter.impl.weak with annotations of type ProtoTypeId Modifier and Type Class Description classWeakCounterKeyThe key to store in theCacheused byWeakCounter.
-