Uses of Interface
org.infinispan.protostream.ProtobufTagMarshaller.WriteContext
-
Packages that use ProtobufTagMarshaller.WriteContext 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.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.org.infinispan.protostream.impl Protostream internals. -
-
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.commons.dataconversion
Methods in org.infinispan.commons.dataconversion with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidMediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568. write(ProtobufTagMarshaller.WriteContext $1, MediaType $2) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidWrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078. write(ProtobufTagMarshaller.WriteContext $1, WrappedByteArray $2) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.commons.util
Methods in org.infinispan.commons.util with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidKeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1. write(ProtobufTagMarshaller.WriteContext $1, KeyValueWithPrevious $2)voidNullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56. write(ProtobufTagMarshaller.WriteContext $1, NullValue $2) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.counter.api
Methods in org.infinispan.counter.api with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidCounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f. write(ProtobufTagMarshaller.WriteContext $1, CounterConfiguration $2) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.counter.impl.entries
Methods in org.infinispan.counter.impl.entries with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9. write(ProtobufTagMarshaller.WriteContext $1, CounterValue $2) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7. write(ProtobufTagMarshaller.WriteContext $1, StrongCounterKey $2) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidWeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02. write(ProtobufTagMarshaller.WriteContext $1, WeakCounterKey $2) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidProtobufTagMarshaller. write(ProtobufTagMarshaller.WriteContext ctx, T t)default voidRawProtobufMarshaller. write(ProtobufTagMarshaller.WriteContext ctx, T t)Deprecated. -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description protected <T> voidGeneratedMarshallerBase. writeMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.WriteContext ctx, T message)Invoked by generated code.protected <T> voidGeneratedMarshallerBase. writeNestedMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.WriteContext ctx, int fieldNumber, T message)Invoked by generated code. -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement ProtobufTagMarshaller.WriteContext Modifier and Type Class Description classTagWriterImplMethods in org.infinispan.protostream.impl with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description abstract voidBaseMarshallerDelegate. marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fieldDescriptor, T value)Marshalls an object.voidEnumMarshallerDelegate. marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fd, T value)static TagWriterImplTagWriterImpl. newNestedInstance(ProtobufTagMarshaller.WriteContext parent, byte[] buf)static TagWriterImplTagWriterImpl. newNestedInstance(ProtobufTagMarshaller.WriteContext parent, OutputStream output)
-