Uses of Class
org.infinispan.protostream.annotations.ProtoField
-
Packages that use ProtoField Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl.entries org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak org.infinispan.protostream.annotations.impl Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle this metadata in order to generate Protobuf schemas and marshallers. -
-
Uses of ProtoField in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with annotations of type ProtoField Modifier and Type Method Description byte[]WrappedByteArray. getBytes() -
Uses of ProtoField in org.infinispan.counter.api
Methods in org.infinispan.counter.api with annotations of type ProtoField Modifier and Type Method Description intCounterConfiguration. concurrencyLevel()longCounterConfiguration. initialValue()longCounterConfiguration. lifespan()longCounterConfiguration. lowerBound()StorageCounterConfiguration. storage()CounterTypeCounterConfiguration. type()longCounterConfiguration. upperBound() -
Uses of ProtoField in org.infinispan.counter.impl.entries
Methods in org.infinispan.counter.impl.entries with annotations of type ProtoField Modifier and Type Method Description CounterStateCounterValue. getState()longCounterValue. getValue() -
Uses of ProtoField in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong with annotations of type ProtoField Modifier and Type Method Description org.infinispan.util.ByteStringStrongCounterKey. getCounterName() -
Uses of ProtoField in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak with annotations of type ProtoField Modifier and Type Method Description org.infinispan.util.ByteStringWeakCounterKey. getCounterName() -
Uses of ProtoField in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl with parameters of type ProtoField Modifier and Type Method Description protected XClassProtoMessageTypeMetadata. getCollectionImplementationFromAnnotation(ProtoField annotation)protected XClassProtoMessageTypeMetadata. getJavaTypeFromAnnotation(ProtoField annotation)
-