Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

acceptVisitor(AnnotationElement.Visitor) - Method in class org.infinispan.protostream.descriptors.AnnotationElement
 
acceptVisitor(AnnotationElement.Visitor) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Annotation
 
acceptVisitor(AnnotationElement.Visitor) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Array
 
acceptVisitor(AnnotationElement.Visitor) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Attribute
 
acceptVisitor(AnnotationElement.Visitor) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Identifier
 
acceptVisitor(AnnotationElement.Visitor) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Literal
 
addClass(Class<?>) - Method in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
addProtoFile(String, String) - Method in class org.infinispan.protostream.FileDescriptorSource
 
addProtoFile(String, InputStream) - Method in class org.infinispan.protostream.FileDescriptorSource
 
addProtoFile(String, Reader) - Method in class org.infinispan.protostream.FileDescriptorSource
 
addProtoFile(String, File) - Method in class org.infinispan.protostream.FileDescriptorSource
 
addProtoFiles(String...) - Method in class org.infinispan.protostream.FileDescriptorSource
 
addProtoFiles(ClassLoader, String...) - Method in class org.infinispan.protostream.FileDescriptorSource
 
allowedValues() - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration
 
allowedValues(String...) - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
 
AnnotatedDescriptor - Interface in org.infinispan.protostream.descriptors
Base class for all descriptors.
AnnotatedDescriptorImpl - Class in org.infinispan.protostream.impl
 
AnnotatedDescriptorImpl(String, String, String) - Constructor for class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
 
annotation(String, AnnotationElement.AnnotationTarget...) - Method in interface org.infinispan.protostream.config.AnnotationConfiguration.Builder
Create a new annotation with the given name and return its builder to continue configure it.
annotation(String, AnnotationElement.AnnotationTarget...) - Method in interface org.infinispan.protostream.config.Configuration.AnnotationsConfig.Builder
Create a new annotation with the given name and return its builder to continue configure it.
Annotation(long, String, Map<String, AnnotationElement.Attribute>) - Constructor for class org.infinispan.protostream.descriptors.AnnotationElement.Annotation
 
AnnotationAttributeConfiguration - Interface in org.infinispan.protostream.config
 
AnnotationAttributeConfiguration.Builder - Interface in org.infinispan.protostream.config
 
AnnotationConfiguration - Interface in org.infinispan.protostream.config
 
AnnotationConfiguration.Builder - Interface in org.infinispan.protostream.config
 
AnnotationElement - Class in org.infinispan.protostream.descriptors
 
AnnotationElement(long) - Constructor for class org.infinispan.protostream.descriptors.AnnotationElement
 
AnnotationElement.Annotation - Class in org.infinispan.protostream.descriptors
 
AnnotationElement.AnnotationTarget - Enum in org.infinispan.protostream.descriptors
Where can we place that annotation?
AnnotationElement.Array - Class in org.infinispan.protostream.descriptors
 
AnnotationElement.Attribute - Class in org.infinispan.protostream.descriptors
 
AnnotationElement.AttributeType - Enum in org.infinispan.protostream.descriptors
What type is the attribute?
AnnotationElement.Identifier - Class in org.infinispan.protostream.descriptors
 
AnnotationElement.Literal - Class in org.infinispan.protostream.descriptors
A String, Character, Boolean or a Number.
AnnotationElement.Value - Class in org.infinispan.protostream.descriptors
 
AnnotationElement.Visitor - Class in org.infinispan.protostream.descriptors
 
AnnotationMetadataCreator<MetadataOutType,AnnotatedDescriptorType extends AnnotatedDescriptor> - Interface in org.infinispan.protostream
Creates an application specific alternative representation of an AnnotationElement.Annotation.
AnnotationParser - Class in org.infinispan.protostream.impl.parser
Parses all annotations it encounters and fails on first syntactic error.
AnnotationParser(String, boolean) - Constructor for class org.infinispan.protostream.impl.parser.AnnotationParser
Creates a parser for a given input text.
AnnotationParserException - Exception in org.infinispan.protostream
Exception indicating a syntax or semantic error encountered during parsing or validation of annotations.
AnnotationParserException(String) - Constructor for exception org.infinispan.protostream.AnnotationParserException
 
annotations() - Method in interface org.infinispan.protostream.config.Configuration.AnnotationsConfig
 
annotations - Variable in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
The annotations found in the documentation.
annotationsConfig() - Method in interface org.infinispan.protostream.config.Configuration
 
annotationsConfig() - Method in interface org.infinispan.protostream.config.Configuration.Builder
 
Array(long, List<AnnotationElement.Value>) - Constructor for class org.infinispan.protostream.descriptors.AnnotationElement.Array
 
attribute(String) - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
Create a new attribute with the given name and return the builder to configure it.
attribute(String) - Method in interface org.infinispan.protostream.config.AnnotationConfiguration.Builder
Add a new attribute with the given name to the current annotation and return the builder to continue to configure this attribute.
Attribute(long, String, AnnotationElement.Value) - Constructor for class org.infinispan.protostream.descriptors.AnnotationElement.Attribute
 
attributes() - Method in interface org.infinispan.protostream.config.AnnotationConfiguration
 

B

BaseMarshaller<T> - Interface in org.infinispan.protostream
This is the base interface of the marshaller hierarchy, exposing common methods for identifying the Java and protobuf types handled by this marshaller instance.
BaseMarshallerDelegate<T> - Interface in org.infinispan.protostream.impl
The marshallers (descendants of BaseMarshaller) do not have a uniform interface, so an extra layer of indirection is used to provide uniformity.
BaseMessage - Class in org.infinispan.protostream
Deprecated.
BaseMessage() - Constructor for class org.infinispan.protostream.BaseMessage
Deprecated.
 
build(SerializationContext) - Method in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
Builds the Protocol Buffers schema file and marshallers and registers them with the given SerializationContext.
build() - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
 
build() - Method in interface org.infinispan.protostream.config.AnnotationConfiguration.Builder
 
build() - Method in interface org.infinispan.protostream.config.Configuration.AnnotationsConfig.Builder
 
build() - Method in interface org.infinispan.protostream.config.Configuration.Builder
 
build() - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
build() - Method in class org.infinispan.protostream.descriptors.EnumDescriptor.Builder
 
build() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor.Builder
 
build() - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor.Builder
 
build() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
build() - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
build() - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor.Builder
 
builder() - Static method in interface org.infinispan.protostream.config.Configuration
 
Builder() - Constructor for class org.infinispan.protostream.descriptors.Descriptor.Builder
 
Builder() - Constructor for class org.infinispan.protostream.descriptors.EnumDescriptor.Builder
 
Builder() - Constructor for class org.infinispan.protostream.descriptors.EnumValueDescriptor.Builder
 
Builder() - Constructor for class org.infinispan.protostream.descriptors.ExtendDescriptor.Builder
 
Builder() - Constructor for class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
Builder() - Constructor for class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
Builder() - Constructor for class org.infinispan.protostream.descriptors.OneOfDescriptor.Builder
 
ByteArrayOutputStreamEx - Class in org.infinispan.protostream.impl
 
ByteArrayOutputStreamEx() - Constructor for class org.infinispan.protostream.impl.ByteArrayOutputStreamEx
 
ByteArrayOutputStreamEx(int) - Constructor for class org.infinispan.protostream.impl.ByteArrayOutputStreamEx
 

C

canMarshall(Class) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
canMarshall(String) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
canMarshall(Class) - Method in interface org.infinispan.protostream.SerializationContext
Checks if the given type (message or enum) can be marshalled.
canMarshall(String) - Method in interface org.infinispan.protostream.SerializationContext
Checks if the given type (message or enum) can be marshalled.
checkLastTagWas(int) - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
checkLastTagWas(int) - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
clearErrors() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
Transition form ERROR status to UNRESOLVED and propagate to all dependant FileDescriptors.
column(long) - Static method in class org.infinispan.protostream.descriptors.AnnotationElement
 
Configuration - Interface in org.infinispan.protostream.config
Configuration interface for the ProtoStream library.
configuration - Variable in class org.infinispan.protostream.descriptors.FileDescriptor
 
Configuration.AnnotationsConfig - Interface in org.infinispan.protostream.config
 
Configuration.AnnotationsConfig.Builder - Interface in org.infinispan.protostream.config
 
Configuration.Builder - Interface in org.infinispan.protostream.config
 
consumeTag(int) - Method in interface org.infinispan.protostream.UnknownFieldSet
Reads and removes a field value from the set.
create(AnnotatedDescriptorType, AnnotationElement.Annotation) - Method in interface org.infinispan.protostream.AnnotationMetadataCreator
 

D

decode(int) - Method in interface org.infinispan.protostream.EnumMarshaller
Decodes an integer enum value read from a protobuf encoded stream into a Java enum instance.
defaultValue(Object) - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
 
defaultValue() - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration
 
Descriptor - Class in org.infinispan.protostream.descriptors
Represents a message declaration in a proto file.
Descriptor.Builder - Class in org.infinispan.protostream.descriptors
 
DescriptorParser - Interface in org.infinispan.protostream
Main parser interface.
DescriptorParserException - Exception in org.infinispan.protostream
Exception for parse error.
DescriptorParserException(String) - Constructor for exception org.infinispan.protostream.DescriptorParserException
 
DescriptorParserException(String, Throwable) - Constructor for exception org.infinispan.protostream.DescriptorParserException
 
DescriptorParserException(Throwable) - Constructor for exception org.infinispan.protostream.DescriptorParserException
 
documentation - Variable in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
The documentation comment.

E

encode(E) - Method in interface org.infinispan.protostream.EnumMarshaller
Encodes a Java enum into its corresponding protobuf numeric value.
EnumDescriptor - Class in org.infinispan.protostream.descriptors
Represents an enum in a proto file.
EnumDescriptor.Builder - Class in org.infinispan.protostream.descriptors
 
EnumMarshaller<E extends Enum<E>> - Interface in org.infinispan.protostream
Translates a Java enum into an int value that is suitable for serializing with protobuf.
EnumMarshallerDelegate<T extends Enum<T>> - Class in org.infinispan.protostream.impl
 
EnumMarshallerDelegate(EnumMarshaller<T>, EnumDescriptor) - Constructor for class org.infinispan.protostream.impl.EnumMarshallerDelegate
 
EnumValueDescriptor - Class in org.infinispan.protostream.descriptors
Represents each constant value of a enumeration in a .proto file.
EnumValueDescriptor.Builder - Class in org.infinispan.protostream.descriptors
 
equals(Object) - Method in class org.infinispan.protostream.descriptors.Descriptor
 
equals(Object) - Method in class org.infinispan.protostream.descriptors.Option
 
equals(Object) - Method in class org.infinispan.protostream.WrappedMessage
 
ExtendDescriptor - Class in org.infinispan.protostream.descriptors
Represents a extend in a proto file.
ExtendDescriptor(ExtendDescriptor.Builder) - Constructor for class org.infinispan.protostream.descriptors.ExtendDescriptor
 
ExtendDescriptor.Builder - Class in org.infinispan.protostream.descriptors
 

F

FieldDescriptor - Class in org.infinispan.protostream.descriptors
Represents a field in a proto file.
FieldDescriptor.Builder - Class in org.infinispan.protostream.descriptors
 
fieldReadOutOfSequence(String) - Method in interface org.infinispan.protostream.impl.Log
 
fieldReadOutOfSequence(String) - Method in class org.infinispan.protostream.impl.Log_$logger
 
fieldReadOutOfSequence$str() - Method in class org.infinispan.protostream.impl.Log_$logger
 
fieldWriteOutOfSequence(String) - Method in interface org.infinispan.protostream.impl.Log
 
fieldWriteOutOfSequence(String) - Method in class org.infinispan.protostream.impl.Log_$logger
 
fieldWriteOutOfSequence$str() - Method in class org.infinispan.protostream.impl.Log_$logger
 
FILE_LONG_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
FILE_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
FileDescriptor - Class in org.infinispan.protostream.descriptors
Representation of a .proto file, including its dependencies.
FileDescriptor.Builder - Class in org.infinispan.protostream.descriptors
 
FileDescriptorSource - Class in org.infinispan.protostream
Aggregator for source protofiles.
FileDescriptorSource() - Constructor for class org.infinispan.protostream.FileDescriptorSource
 
FileDescriptorSource.ProgressCallback - Interface in org.infinispan.protostream
 
fileName(String) - Method in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
FileNamespace - Class in org.infinispan.protostream.descriptors.namespace
The types defined in a file or in the files it imports (publicly or privately).
FileNamespace(FileDescriptor, Collection<FileDescriptor>, Collection<FileDescriptor>) - Constructor for class org.infinispan.protostream.descriptors.namespace.FileNamespace
 
findFieldByName(String) - Method in class org.infinispan.protostream.descriptors.Descriptor
 
findFieldByNumber(int) - Method in class org.infinispan.protostream.descriptors.Descriptor
 
findValueByName(String) - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
findValueByNumber(int) - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
flush() - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
flush() - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
fromByteArray(SerializationContext, byte[], Class<A>) - Static method in class org.infinispan.protostream.ProtobufUtil
 
fromByteArray(SerializationContext, byte[], int, int, Class<A>) - Static method in class org.infinispan.protostream.ProtobufUtil
 
fromByteBuffer(SerializationContext, ByteBuffer, Class<A>) - Static method in class org.infinispan.protostream.ProtobufUtil
 
fromResources(ClassLoader, String...) - Static method in class org.infinispan.protostream.FileDescriptorSource
 
fromResources(String...) - Static method in class org.infinispan.protostream.FileDescriptorSource
 
fromString(String, String) - Static method in class org.infinispan.protostream.FileDescriptorSource
 
fromWrappedByteArray(SerializationContext, byte[]) - Static method in class org.infinispan.protostream.ProtobufUtil
Parses a top-level message that was wrapped according to the org.infinispan.protostream.WrappedMessage proto definition.
fromWrappedByteArray(SerializationContext, byte[], int, int) - Static method in class org.infinispan.protostream.ProtobufUtil
 
fromWrappedByteBuffer(SerializationContext, ByteBuffer) - Static method in class org.infinispan.protostream.ProtobufUtil
 
fullName - Variable in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
 

G

generateAndRegister() - Method in class org.infinispan.protostream.annotations.impl.ProtoSchemaGenerator
 
GeneratedMarshallerBase - Class in org.infinispan.protostream.annotations.impl
Base class for generated marshallers.
GeneratedMarshallerBase() - Constructor for class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
 
generateSchemaDebugComments - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
Set this to true to enable output of debug comments in the generated protobuf schema.
GenericDescriptor - Interface in org.infinispan.protostream.descriptors
Base interface for type (message and enum) descriptors.
get(String) - Method in class org.infinispan.protostream.descriptors.namespace.LocalNamespace
 
get(String) - Method in interface org.infinispan.protostream.descriptors.namespace.Namespace
Looks up the descriptor by name.
getAnnotationConfig(String) - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getAnnotationConfig(String) - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
getAnnotationConfig(String) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getAnnotationConfig(String) - Method in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
Subclasses are responsible for fetching the AnnotationConfig from the appropriate place.
getAnnotations() - Method in interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
Get the documentation annotations in the form of a map of abstract syntax trees of AnnotationElement nodes.
getAnnotations() - Method in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
 
getAttributes() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Annotation
 
getAttributeValue(String) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Annotation
 
getByteBuffer() - Method in class org.infinispan.protostream.impl.ByteArrayOutputStreamEx
 
getConfiguration() - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getConfiguration() - Method in interface org.infinispan.protostream.SerializationContext
 
getContainingEnum() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
getContainingMessage() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getContainingMessage() - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor
 
getContainingType() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getContainingType() - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
getContainingType() - Method in interface org.infinispan.protostream.descriptors.GenericDescriptor
 
getDefaultAttributeValue() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Annotation
 
getDefaultValue() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getDefinedValues() - Method in class org.infinispan.protostream.impl.EnumMarshallerDelegate
 
getDelegate() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
getDelegate() - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
getDependants() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
getDescriptorByName(String) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getDescriptorByName(String) - Method in interface org.infinispan.protostream.SerializationContext
 
getDescriptorByTypeId(Integer) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getDescriptorByTypeId(Integer) - Method in interface org.infinispan.protostream.SerializationContext
Obtains the type name associated with a numeric type id.
getDocumentation() - Method in interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
 
getDocumentation() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
getDocumentation() - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor
 
getDocumentation() - Method in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
 
getEnumDescriptor() - Method in class org.infinispan.protostream.impl.EnumMarshallerDelegate
 
getEnumDescriptor(String) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getEnumDescriptor(String) - Method in interface org.infinispan.protostream.SerializationContext
 
getEnumType() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getEnumTypes() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getEnumTypes() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
getExportedNamespace() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
getExportedNamespace() - Method in class org.infinispan.protostream.descriptors.namespace.FileNamespace
The types defined in this file or defined in publicly imported files.
getExtendedMessage() - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor
 
getExtensionsTypes() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
getFieldName() - Method in class org.infinispan.protostream.MessageContext
Gets the name of the nested field.
getFields() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getFields() - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor
 
getFields() - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor
 
getFileDescriptor() - Method in interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
 
getFileDescriptor() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getFileDescriptor() - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
getFileDescriptor() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
getFileDescriptor() - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor
 
getFileDescriptor() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getFileDescriptors() - Method in class org.infinispan.protostream.FileDescriptorSource
 
getFileDescriptors() - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getFileDescriptors() - Method in interface org.infinispan.protostream.SerializationContext
Obtain the registered file descriptors.
getFullFieldName() - Method in class org.infinispan.protostream.MessageContext
 
getFullName() - Method in interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
 
getFullName() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
getFullName() - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor
 
getFullName() - Method in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
 
getIdentifier() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Identifier
 
getJavaClass() - Method in interface org.infinispan.protostream.BaseMarshaller
Returns the Java type handled by this marshaller.
getJavaClass() - Method in class org.infinispan.protostream.WrappedMessage.Marshaller
 
getJavaType() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getJavaType() - Method in enum org.infinispan.protostream.descriptors.Type
 
getLabel() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getLocalNamespace() - Method in class org.infinispan.protostream.descriptors.namespace.FileNamespace
Types defined in this file.
getLog(Class<?>) - Static method in class org.infinispan.protostream.impl.Log.LogFactory
 
getMarshaller() - Method in interface org.infinispan.protostream.impl.BaseMarshallerDelegate
Gets the wrapped marshaller.
getMarshaller() - Method in class org.infinispan.protostream.impl.EnumMarshallerDelegate
 
getMarshaller(String) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getMarshaller(Class<T>) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getMarshaller(String) - Method in interface org.infinispan.protostream.SerializationContext
 
getMarshaller(Class<T>) - Method in interface org.infinispan.protostream.SerializationContext
 
getMarshallerDelegate(String) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getMarshallerDelegate(Class<T>) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getMaxSeenFieldNumber() - Method in class org.infinispan.protostream.MessageContext
 
getMessageDescriptor(String) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getMessageDescriptor() - Method in class org.infinispan.protostream.MessageContext
 
getMessageDescriptor(String) - Method in interface org.infinispan.protostream.SerializationContext
 
getMessageType() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getMessageTypes() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
Top level message types defined in this file.
getName() - Method in interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
 
getName() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Annotation
 
getName() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Attribute
 
getName() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
getName() - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor
 
getName() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
getName() - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor
 
getName() - Method in class org.infinispan.protostream.descriptors.Option
 
getName() - Method in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
 
getNamespaces() - Method in class org.infinispan.protostream.descriptors.namespace.FileNamespace
 
getNestedTypes() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getNumber() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
getNumber() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getOneOfs() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getOptionByName(String) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getOptions() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getOptions() - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
getOptions() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
getOptions() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getOptions() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
getPackage() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
getParentContext() - Method in class org.infinispan.protostream.MessageContext
 
getProcessedAnnotation(String) - Method in interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
Get the annotation object created by the registered AnnotationMetadataCreator or null if the annotation is missing or no AnnotationMetadataCreator was registered.
getProcessedAnnotation(String) - Method in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
 
getProgressCallback() - Method in class org.infinispan.protostream.FileDescriptorSource
 
getScopedName() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
getSerializationContext() - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
getSerializationContext() - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
getTagFieldNumber(int) - Static method in class org.infinispan.protostream.impl.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTagWireType(int) - Static method in class org.infinispan.protostream.impl.WireFormat
Given a tag value, determines the wire type (the lower 3 bits).
getType() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getTypeId() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
getTypeId() - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
getTypeId() - Method in interface org.infinispan.protostream.descriptors.GenericDescriptor
 
getTypeIdByName(String) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getTypeIdByName(String) - Method in interface org.infinispan.protostream.SerializationContext
Obtains the associated numeric type id, if one was defined.
getTypeName() - Method in interface org.infinispan.protostream.BaseMarshaller
Returns the full name of the message or enum type as declared in the protobuf file.
getTypeName() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
getTypeName() - Method in class org.infinispan.protostream.WrappedMessage.Marshaller
 
getTypeNameById(Integer) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
getTypeNameById(Integer) - Method in interface org.infinispan.protostream.SerializationContext
Obtains the type name associated with a numeric type id.
getTypes() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
All types defined in this file (both message and enum).
getTypes() - Method in class org.infinispan.protostream.descriptors.namespace.LocalNamespace
 
getUnknownFieldSet() - Method in class org.infinispan.protostream.BaseMessage
Deprecated.
 
getUnknownFieldSet() - Method in interface org.infinispan.protostream.Message
Deprecated.
 
getUnknownFieldSet(T) - Method in interface org.infinispan.protostream.UnknownFieldSetHandler
 
getValue() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Annotation
 
getValue() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Array
 
getValue() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Attribute
 
getValue() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Identifier
 
getValue() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Literal
 
getValue() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Value
 
getValue() - Method in class org.infinispan.protostream.descriptors.Option
 
getValue() - Method in class org.infinispan.protostream.WrappedMessage
 
getValues() - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Array
 
getValues() - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
getWireType() - Method in enum org.infinispan.protostream.descriptors.Type
 

H

handleError(String, DescriptorParserException) - Method in interface org.infinispan.protostream.FileDescriptorSource.ProgressCallback
 
handleSuccess(String) - Method in interface org.infinispan.protostream.FileDescriptorSource.ProgressCallback
 
hasDefaultValue() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
hashCode() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
hashCode() - Method in class org.infinispan.protostream.descriptors.Option
 
hashCode() - Method in class org.infinispan.protostream.WrappedMessage
 
hasTag(int) - Method in interface org.infinispan.protostream.UnknownFieldSet
Checks if a tag is present.
HELP_LONG_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
HELP_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 

I

Identifier(long, String) - Constructor for class org.infinispan.protostream.descriptors.AnnotationElement.Identifier
 
INSTANCE - Static variable in class org.infinispan.protostream.ProtobufParser
 
isEmpty() - Method in interface org.infinispan.protostream.UnknownFieldSet
Checks if there are any fields in this set.
isExtension() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
isFieldMarked(int) - Method in class org.infinispan.protostream.MessageContext
 
isPacked() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
isRepeated() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
isRequired() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
isResolved() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 

J

JavaType - Enum in org.infinispan.protostream.descriptors
Java mappings of the protobuf field types

L

Label - Enum in org.infinispan.protostream.descriptors
Rules associated with a field
line(long) - Static method in class org.infinispan.protostream.descriptors.AnnotationElement
 
Literal(long, Object) - Constructor for class org.infinispan.protostream.descriptors.AnnotationElement.Literal
 
LocalNamespace - Class in org.infinispan.protostream.descriptors.namespace
 
Log - Interface in org.infinispan.protostream.impl
 
Log.LogFactory - Class in org.infinispan.protostream.impl
 
Log_$logger - Class in org.infinispan.protostream.impl
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.protostream.impl.Log_$logger
 
LogFactory() - Constructor for class org.infinispan.protostream.impl.Log.LogFactory
 
logOutOfSequenceReads() - Method in interface org.infinispan.protostream.config.Configuration
 
logOutOfSequenceWrites() - Method in interface org.infinispan.protostream.config.Configuration
 

M

main(String[]) - Static method in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
makePosition(int, int) - Static method in class org.infinispan.protostream.descriptors.AnnotationElement
 
makeTag(int, int) - Static method in class org.infinispan.protostream.impl.WireFormat
Makes a tag value given a field number and wire type.
map(ProtoFile) - Method in class org.infinispan.protostream.impl.parser.mappers.ProtofileMapper
 
markField(int) - Method in class org.infinispan.protostream.MessageContext
Mark a field as seen.
markUnresolved() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
marshall(FieldDescriptor, T, ProtoStreamWriterImpl, RawProtoStreamWriter) - Method in interface org.infinispan.protostream.impl.BaseMarshallerDelegate
Marshalls an object.
marshall(FieldDescriptor, T, ProtoStreamWriterImpl, RawProtoStreamWriter) - Method in class org.infinispan.protostream.impl.EnumMarshallerDelegate
 
Marshaller() - Constructor for class org.infinispan.protostream.WrappedMessage.Marshaller
 
MARSHALLER_LONG_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
MARSHALLER_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
Message - Interface in org.infinispan.protostream
Deprecated.
this mechanism was replaced by UnknownFieldSetHandler interface
MessageContext<E extends MessageContext> - Class in org.infinispan.protostream
 
MessageContext(E, String, Descriptor) - Constructor for class org.infinispan.protostream.MessageContext
 
MessageMarshaller<T> - Interface in org.infinispan.protostream
 
MessageMarshaller.ProtoStreamReader - Interface in org.infinispan.protostream
An high-level interface for the wire encoding of a protobuf stream that allows reading named and typed message fields.
MessageMarshaller.ProtoStreamWriter - Interface in org.infinispan.protostream
 
metadataCreator(AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor>) - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
 
metadataCreator(AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor>) - Method in interface org.infinispan.protostream.config.AnnotationConfiguration.Builder
Attach a metadata creator for this annotation and return the same builder.
metadataCreator() - Method in interface org.infinispan.protostream.config.AnnotationConfiguration
 
multiple(boolean) - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
 
multiple() - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration
 

N

name() - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration
The name of the attribute.
name() - Method in interface org.infinispan.protostream.config.AnnotationConfiguration
The name of the annotation.
name - Variable in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
 
Namespace - Interface in org.infinispan.protostream.descriptors.namespace
 
newInstance(InputStream) - Static method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
newInstance(byte[]) - Static method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
newInstance(byte[], int, int) - Static method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
newInstance(ByteBuffer) - Static method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
newInstance(OutputStream) - Static method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
newInstance(OutputStream, int) - Static method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
newInstance(byte[]) - Static method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
newInstance(byte[], int, int) - Static method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
newInstance(ByteBuffer) - Static method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
newSerializationContext(Configuration) - Static method in class org.infinispan.protostream.ProtobufUtil
 

O

onEnd() - Method in interface org.infinispan.protostream.TagHandler
End of top level message.
onEndNested(int, FieldDescriptor) - Method in interface org.infinispan.protostream.TagHandler
End of a nested message.
OneOfDescriptor - Class in org.infinispan.protostream.descriptors
 
OneOfDescriptor.Builder - Class in org.infinispan.protostream.descriptors
 
onStart() - Method in interface org.infinispan.protostream.TagHandler
Start of top level message.
onStartNested(int, FieldDescriptor) - Method in interface org.infinispan.protostream.TagHandler
Start of a nested message.
onTag(int, FieldDescriptor, Object) - Method in interface org.infinispan.protostream.TagHandler
A field which is a primitive (non-nested) value.
Option - Class in org.infinispan.protostream.descriptors
Represents any option in a proto file.
Option(String, Object) - Constructor for class org.infinispan.protostream.descriptors.Option
 
org.infinispan.protostream - package org.infinispan.protostream
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
org.infinispan.protostream.annotations - package org.infinispan.protostream.annotations
Annotations for defining Protocol Buffers schemas in Java code.
org.infinispan.protostream.annotations.impl - package 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.config - package org.infinispan.protostream.config
Fluent configuration API for ProtoStream.
org.infinispan.protostream.descriptors - package org.infinispan.protostream.descriptors
Represents information contained in a proto file
org.infinispan.protostream.descriptors.namespace - package org.infinispan.protostream.descriptors.namespace
 
org.infinispan.protostream.impl - package org.infinispan.protostream.impl
Protostream internals.
org.infinispan.protostream.impl.parser - package org.infinispan.protostream.impl.parser
.proto file parser.
org.infinispan.protostream.impl.parser.mappers - package org.infinispan.protostream.impl.parser.mappers
Converters from the Square Protoparser model elements to Protostream descriptors.

P

PACKAGE_LONG_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
PACKAGE_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
packageName(String) - Method in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
parentBuilder() - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
 
parse(FileDescriptorSource) - Method in interface org.infinispan.protostream.DescriptorParser
Parses a set of .proto files but does not resolve type dependencies and does not detect semantic errors like duplicate type definitions.
parse() - Method in class org.infinispan.protostream.impl.parser.AnnotationParser
Parse the text and extract the annotations.
parse(FileDescriptorSource) - Method in class org.infinispan.protostream.impl.parser.SquareProtoParser
 
parse(TagHandler, Descriptor, InputStream) - Method in class org.infinispan.protostream.ProtobufParser
 
parse(TagHandler, Descriptor, byte[], int, int) - Method in class org.infinispan.protostream.ProtobufParser
 
parse(TagHandler, Descriptor, byte[]) - Method in class org.infinispan.protostream.ProtobufParser
 
parse(TagHandler, Descriptor, RawProtoStreamReader) - Method in class org.infinispan.protostream.ProtobufParser
 
popLimit(int) - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
popLimit(int) - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
position - Variable in class org.infinispan.protostream.descriptors.AnnotationElement
Text position, encoded in the form of a long.
positionToString(long) - Static method in class org.infinispan.protostream.descriptors.AnnotationElement
 
processedAnnotations - Variable in class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
The metadata that was created by the AnnotationMetadataCreator from the found annotations.
PROTOBUF_TYPE_NAME - Static variable in class org.infinispan.protostream.WrappedMessage
The fully qualified Protobuf type name of this message.
ProtobufParser - Class in org.infinispan.protostream
 
ProtobufParser() - Constructor for class org.infinispan.protostream.ProtobufParser
 
ProtobufUtil - Class in org.infinispan.protostream
This is the entry point to the ProtoStream library.
ProtoDoc - Annotation Type in org.infinispan.protostream.annotations
Defines the documentation text of the generated message/enum type or field.
ProtoDocs - Annotation Type in org.infinispan.protostream.annotations
Aggregates repeated ProtoDoc annotations.
ProtoEnum - Annotation Type in org.infinispan.protostream.annotations
Defines a Protobuf enum type.
ProtoEnumValue - Annotation Type in org.infinispan.protostream.annotations
Defines a Protobuf enum value.
ProtoField - Annotation Type in org.infinispan.protostream.annotations
Defines a Protocol Buffers message field.
ProtofileMapper - Class in org.infinispan.protostream.impl.parser.mappers
Mapper for high level protofile to FileDescriptor.
ProtofileMapper() - Constructor for class org.infinispan.protostream.impl.parser.mappers.ProtofileMapper
 
ProtoMessage - Annotation Type in org.infinispan.protostream.annotations
Defines a Protobuf message type.
ProtoSchemaBuilder - Class in org.infinispan.protostream.annotations
Generates a Protocol Buffers schema definition file based on a set of @Proto* annotated classes.
ProtoSchemaBuilder() - Constructor for class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
ProtoSchemaBuilderException - Exception in org.infinispan.protostream.annotations
A runtime exception that can be thrown during the generation of the Protocol Buffers schema and marshallers either due to improper API usage or due to internal errors.
ProtoSchemaBuilderException(String) - Constructor for exception org.infinispan.protostream.annotations.ProtoSchemaBuilderException
 
ProtoSchemaBuilderException(Throwable) - Constructor for exception org.infinispan.protostream.annotations.ProtoSchemaBuilderException
 
ProtoSchemaBuilderException(String, Throwable) - Constructor for exception org.infinispan.protostream.annotations.ProtoSchemaBuilderException
 
ProtoSchemaGenerator - Class in org.infinispan.protostream.annotations.impl
 
ProtoSchemaGenerator(SerializationContext, String, String, Set<Class<?>>) - Constructor for class org.infinispan.protostream.annotations.impl.ProtoSchemaGenerator
 
ProtoUnknownFieldSet - Annotation Type in org.infinispan.protostream.annotations
Indicates the field or java-bean property of type UnknownFieldSet to be used for storing the unknown field set.
pushLimit(int) - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
pushLimit(int) - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
put(String, GenericDescriptor) - Method in class org.infinispan.protostream.descriptors.namespace.FileNamespace
 
putVarintField(int, int) - Method in interface org.infinispan.protostream.UnknownFieldSet
Convenience method for merging a new field containing a single varint value.

R

RawProtobufMarshaller<T> - Interface in org.infinispan.protostream
A marshaller for messages that has direct access to the low level protobuf streams to read and write tags in an unchecked manner.
RawProtoStreamReader - Interface in org.infinispan.protostream
 
RawProtoStreamReaderImpl - Class in org.infinispan.protostream.impl
 
RawProtoStreamWriter - Interface in org.infinispan.protostream
 
RawProtoStreamWriterImpl - Class in org.infinispan.protostream.impl
 
readAllFields(RawProtoStreamReader) - Method in interface org.infinispan.protostream.UnknownFieldSet
Parse an entire message from input and merge its fields into this set.
readArray(String, Class<? extends E>) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readBool() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readBool() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readBoolean(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readByteArray() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readByteArray() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readByteBuffer() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readByteBuffer() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readBytes(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readBytesAsInputStream(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readCollection(String, C, Class<E>) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readDate(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readDouble() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readDouble(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readDouble() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readEnum() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readEnum(String, Class<E>) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readEnum() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readFixed32() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readFixed32() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readFixed64() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readFixed64() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readFloat() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readFloat(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readFloat() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readFrom(MessageMarshaller.ProtoStreamReader) - Method in interface org.infinispan.protostream.MessageMarshaller
 
readFrom(SerializationContext, InputStream, Class<A>) - Static method in class org.infinispan.protostream.ProtobufUtil
 
readFrom(SerializationContext, RawProtoStreamReader) - Method in interface org.infinispan.protostream.RawProtobufMarshaller
 
readFrom(SerializationContext, RawProtoStreamReader) - Method in class org.infinispan.protostream.WrappedMessage.Marshaller
 
readInt(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
Can't return an int here because the field might be declared optional and missing so we might need to return a null.
readInt32() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readInt32() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readInt64() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readInt64() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readLong(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readMessage(BaseMarshallerDelegate<T>, RawProtoStreamReader) - Method in class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
Invoked by generated code.
readMessage(SerializationContext, RawProtoStreamReader) - Static method in class org.infinispan.protostream.WrappedMessage
 
readObject(String, Class<E>) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readRawVarint32() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readRawVarint32() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readRawVarint64() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readRawVarint64() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readSFixed32() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readSFixed32() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readSFixed64() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readSFixed64() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readSingleField(int, RawProtoStreamReader) - Method in interface org.infinispan.protostream.UnknownFieldSet
Parse a single field from input and merge it into this set.
readSInt32() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readSInt32() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readSInt64() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readSInt64() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readString() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readString(String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
 
readString() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readTag() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readTag() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readUInt32() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readUInt32() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
readUInt64() - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
readUInt64() - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
registerMarshaller(BaseMarshaller<T>) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
registerMarshaller(BaseMarshaller<T>) - Method in interface org.infinispan.protostream.SerializationContext
Register a type marshaller.
registerProtoFiles(FileDescriptorSource) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
registerProtoFiles(FileDescriptorSource) - Method in interface org.infinispan.protostream.SerializationContext
 
repeatable(String) - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
 
repeatable(String) - Method in interface org.infinispan.protostream.config.AnnotationConfiguration.Builder
 
repeatable() - Method in interface org.infinispan.protostream.config.AnnotationConfiguration
 
ResolutionContext - Class in org.infinispan.protostream.descriptors
 
ResolutionContext(FileDescriptorSource.ProgressCallback, Map<String, FileDescriptor>, Map<String, GenericDescriptor>, Map<Integer, GenericDescriptor>, Map<String, EnumValueDescriptor>) - Constructor for class org.infinispan.protostream.descriptors.ResolutionContext
 
resolveDependencies(ResolutionContext) - Method in class org.infinispan.protostream.descriptors.FileDescriptor
Resolve type references across files and report semantic errors like duplicate type declarations, duplicate type ids or clashing enum value constants.

S

scanAnnotations(Class<?>) - Method in class org.infinispan.protostream.annotations.impl.ProtoSchemaGenerator
 
SCHEMA_LONG_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
SCHEMA_OPT - Static variable in class org.infinispan.protostream.annotations.ProtoSchemaBuilder
 
SerializationContext - Interface in org.infinispan.protostream
A repository for protobuf definitions and marshallers.
SerializationContextImpl - Class in org.infinispan.protostream.impl
 
SerializationContextImpl(Configuration) - Constructor for class org.infinispan.protostream.impl.SerializationContextImpl
 
setConfiguration(Configuration) - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
setLogOutOfSequenceReads(boolean) - Method in interface org.infinispan.protostream.config.Configuration.Builder
 
setLogOutOfSequenceWrites(boolean) - Method in interface org.infinispan.protostream.config.Configuration.Builder
 
setUnknownFieldSet(UnknownFieldSet) - Method in class org.infinispan.protostream.BaseMessage
Deprecated.
 
setUnknownFieldSet(UnknownFieldSet) - Method in interface org.infinispan.protostream.Message
Deprecated.
 
setUnknownFieldSet(T, UnknownFieldSet) - Method in interface org.infinispan.protostream.UnknownFieldSetHandler
 
skipField(int) - Method in class org.infinispan.protostream.impl.RawProtoStreamReaderImpl
 
skipField(int) - Method in interface org.infinispan.protostream.RawProtoStreamReader
 
SquareProtoParser - Class in org.infinispan.protostream.impl.parser
Parser for .proto files based on the Protoparser.
SquareProtoParser(Configuration) - Constructor for class org.infinispan.protostream.impl.parser.SquareProtoParser
 

T

TagHandler - Interface in org.infinispan.protostream
An event based interface for consuming a (read only) protobuf stream containing exactly one top level message.
target() - Method in interface org.infinispan.protostream.config.AnnotationConfiguration
 
toByteArray(SerializationContext, Object) - Static method in class org.infinispan.protostream.ProtobufUtil
 
toByteBuffer(SerializationContext, Object) - Static method in class org.infinispan.protostream.ProtobufUtil
 
toCanonicalJSON(SerializationContext, byte[]) - Static method in class org.infinispan.protostream.ProtobufUtil
See https://developers.google.com/protocol-buffers/docs/proto3#json
toCanonicalJSON(SerializationContext, byte[], boolean) - Static method in class org.infinispan.protostream.ProtobufUtil
See https://developers.google.com/protocol-buffers/docs/proto3#json
toString() - Method in class org.infinispan.protostream.descriptors.Descriptor
 
toString() - Method in class org.infinispan.protostream.descriptors.EnumDescriptor
 
toString() - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor
 
toString() - Method in class org.infinispan.protostream.descriptors.FieldDescriptor
 
toString() - Method in class org.infinispan.protostream.descriptors.FileDescriptor
 
toString() - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor
 
toString() - Method in class org.infinispan.protostream.descriptors.Option
 
toString() - Method in class org.infinispan.protostream.WrappedMessage
 
toWrappedByteArray(SerializationContext, Object) - Static method in class org.infinispan.protostream.ProtobufUtil
 
toWrappedByteBuffer(SerializationContext, Object) - Static method in class org.infinispan.protostream.ProtobufUtil
 
type(AnnotationElement.AttributeType) - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder
 
type() - Method in interface org.infinispan.protostream.config.AnnotationAttributeConfiguration
 
Type - Enum in org.infinispan.protostream.descriptors
Type of a field in protobuf, can be any value defined in https://developers.google.com/protocol-buffers/docs/proto3#scalar plus composite types group, message and enum.
TYPE_ID_ANNOTATION - Static variable in interface org.infinispan.protostream.config.Configuration
The TypeId annotation.

U

UNKNOWN_POSITION - Static variable in class org.infinispan.protostream.descriptors.AnnotationElement
 
unknownFieldSet - Variable in class org.infinispan.protostream.BaseMessage
Deprecated.
 
UnknownFieldSet - Interface in org.infinispan.protostream
UnknownFieldSet keeps track of fields seen during parsing of a protocol message but whose field numbers are not recognized by the user provided marshallers (are never requested by them).
UnknownFieldSetHandler<T> - Interface in org.infinispan.protostream
An interface to be implemented by marshaller objects of type MessageMarshaller) that are able to handle unknown fields by storing them into an UnknownFieldSet.
unmarshall(FieldDescriptor, ProtoStreamReaderImpl, RawProtoStreamReader) - Method in interface org.infinispan.protostream.impl.BaseMarshallerDelegate
Unmarshalls an object.
unmarshall(FieldDescriptor, ProtoStreamReaderImpl, RawProtoStreamReader) - Method in class org.infinispan.protostream.impl.EnumMarshallerDelegate
 
unregisterProtoFile(String) - Method in class org.infinispan.protostream.impl.SerializationContextImpl
 
unregisterProtoFile(String) - Method in interface org.infinispan.protostream.SerializationContext
Unregisters a file.

V

Value(long) - Constructor for class org.infinispan.protostream.descriptors.AnnotationElement.Value
 
VALUE_DEFAULT_ATTRIBUTE - Static variable in class org.infinispan.protostream.descriptors.AnnotationElement.Annotation
Name of 'default' attribute.
valueOf(String) - Static method in enum org.infinispan.protostream.descriptors.AnnotationElement.AnnotationTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.protostream.descriptors.AnnotationElement.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.protostream.descriptors.JavaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.protostream.descriptors.Label
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.protostream.descriptors.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.protostream.descriptors.AnnotationElement.AnnotationTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.protostream.descriptors.AnnotationElement.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.protostream.descriptors.JavaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.protostream.descriptors.Label
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.protostream.descriptors.Type
Returns an array containing the constants of this enum type, in the order they are declared.
visit(AnnotationElement.Annotation) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Visitor
 
visit(AnnotationElement.Attribute) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Visitor
 
visit(AnnotationElement.Array) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Visitor
 
visit(AnnotationElement.Identifier) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Visitor
 
visit(AnnotationElement.Literal) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Visitor
 
visit(AnnotationElement) - Method in class org.infinispan.protostream.descriptors.AnnotationElement.Visitor
 
Visitor() - Constructor for class org.infinispan.protostream.descriptors.AnnotationElement.Visitor
 

W

WireFormat - Class in org.infinispan.protostream.impl
Defines numeric constants for wire types.
WIRETYPE_END_GROUP - Static variable in class org.infinispan.protostream.impl.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class org.infinispan.protostream.impl.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class org.infinispan.protostream.impl.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class org.infinispan.protostream.impl.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class org.infinispan.protostream.impl.WireFormat
 
WIRETYPE_VARINT - Static variable in class org.infinispan.protostream.impl.WireFormat
 
withDefaultValue(String) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
withDependencies(List<String>) - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
withDocumentation(String) - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
withDocumentation(String) - Method in class org.infinispan.protostream.descriptors.EnumDescriptor.Builder
 
withDocumentation(String) - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor.Builder
 
withDocumentation(String) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
withDocumentation(String) - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor.Builder
 
withEnumTypes(List<EnumDescriptor>) - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
withEnumTypes(List<EnumDescriptor>) - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
withExtendDescriptors(List<ExtendDescriptor>) - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
withFields(List<FieldDescriptor>) - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
withFields(List<FieldDescriptor>) - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor.Builder
 
withFields(List<FieldDescriptor>) - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor.Builder
 
withFullName(String) - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
withFullName(String) - Method in class org.infinispan.protostream.descriptors.EnumDescriptor.Builder
 
withFullName(String) - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor.Builder
 
withIsExtension(boolean) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
withLabel(Label) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
withMessageTypes(List<Descriptor>) - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
withName(String) - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
withName(String) - Method in class org.infinispan.protostream.descriptors.EnumDescriptor.Builder
 
withName(String) - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor.Builder
 
withName(String) - Method in class org.infinispan.protostream.descriptors.ExtendDescriptor.Builder
 
withName(String) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
withName(String) - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
withName(String) - Method in class org.infinispan.protostream.descriptors.OneOfDescriptor.Builder
 
withNestedTypes(List<Descriptor>) - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
withNumber(int) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
withOneOfs(List<OneOfDescriptor>) - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
withOptions(List<Option>) - Method in class org.infinispan.protostream.descriptors.Descriptor.Builder
 
withOptions(List<Option>) - Method in class org.infinispan.protostream.descriptors.EnumDescriptor.Builder
 
withOptions(List<Option>) - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor.Builder
 
withOptions(List<Option>) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
withOptions(List<Option>) - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
withPackageName(String) - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
withProgressCallback(FileDescriptorSource.ProgressCallback) - Method in class org.infinispan.protostream.FileDescriptorSource
 
withPublicDependencies(List<String>) - Method in class org.infinispan.protostream.descriptors.FileDescriptor.Builder
 
withTag(int) - Method in class org.infinispan.protostream.descriptors.EnumValueDescriptor.Builder
 
withTypeName(String) - Method in class org.infinispan.protostream.descriptors.FieldDescriptor.Builder
 
withValues(List<EnumValueDescriptor>) - Method in class org.infinispan.protostream.descriptors.EnumDescriptor.Builder
 
WRAPPED_BOOL - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped bool.
WRAPPED_BYTES - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped bytes.
WRAPPED_DESCRIPTOR_FULL_NAME - Static variable in class org.infinispan.protostream.WrappedMessage
The name of the fully qualified message or enum descriptor, if the wrapped object is a message or enum.
WRAPPED_DESCRIPTOR_ID - Static variable in class org.infinispan.protostream.WrappedMessage
The (optional) type id of the wrapped message or enum.
WRAPPED_DOUBLE - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped double.
WRAPPED_ENUM - Static variable in class org.infinispan.protostream.WrappedMessage
The enum value.
WRAPPED_FIXED32 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped fixed32.
WRAPPED_FIXED64 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped fixed64.
WRAPPED_FLOAT - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped float.
WRAPPED_INT32 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped int32.
WRAPPED_INT64 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped int64.
WRAPPED_MESSAGE - Static variable in class org.infinispan.protostream.WrappedMessage
A byte array containing the encoded message.
WRAPPED_MESSAGE_BYTES - Static variable in class org.infinispan.protostream.WrappedMessage
Deprecated.
Use WrappedMessage.WRAPPED_MESSAGE instead. To be removed in 4.1.
WRAPPED_SFIXED32 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped sfixed32.
WRAPPED_SFIXED64 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped sfixed64.
WRAPPED_SINT32 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped sint32.
WRAPPED_SINT64 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped sint64.
WRAPPED_STRING - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped string.
WRAPPED_UINT32 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped uint32.
WRAPPED_UINT64 - Static variable in class org.infinispan.protostream.WrappedMessage
A wrapped uint64.
WrappedMessage - Class in org.infinispan.protostream
A wrapper for messages, enums or primitive types that encodes the type of the inner object/value and also helps keep track of where the message ends.
WrappedMessage(Object) - Constructor for class org.infinispan.protostream.WrappedMessage
 
WrappedMessage.Marshaller - Class in org.infinispan.protostream
 
writeArray(String, E[], Class<? extends E>) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeBool(int, boolean) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeBool(int, boolean) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeBoolean(String, boolean) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeBoolean(String, Boolean) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeBytes(int, ByteBuffer) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeBytes(int, byte[]) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeBytes(int, byte[], int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeBytes(String, byte[]) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeBytes(String, InputStream) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeBytes(int, ByteBuffer) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeBytes(int, byte[]) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeBytes(int, byte[], int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeCollection(String, Collection<? super E>, Class<E>) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeDate(String, Date) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeDouble(int, double) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeDouble(String, double) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeDouble(String, Double) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeDouble(int, double) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeEnum(int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeEnum(String, E, Class<E>) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeEnum(int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeFixed32(int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeFixed32(int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeFixed64(int, long) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeFixed64(int, long) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeFloat(int, float) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeFloat(String, float) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeFloat(String, Float) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeFloat(int, float) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeInt(String, Integer) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeInt(String, int) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeInt32(int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeInt32(int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeInt64(int, long) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeInt64(int, long) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeLong(String, long) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeLong(String, Long) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeMessage(BaseMarshallerDelegate<T>, RawProtoStreamWriter, T) - Method in class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
Invoked by generated code.
writeMessage(SerializationContext, RawProtoStreamWriter, Object) - Static method in class org.infinispan.protostream.WrappedMessage
 
writeNestedMessage(BaseMarshallerDelegate<T>, RawProtoStreamWriter, int, T) - Method in class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
Invoked by generated code.
writeObject(String, E, Class<? extends E>) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeRawBytes(byte[], int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeRawBytes(byte[], int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeSFixed32(int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeSFixed32(int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeSFixed64(int, long) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeSFixed64(int, long) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeSInt32(int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeSInt32(int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeSInt64(int, long) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeSInt64(int, long) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeString(int, String) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeString(String, String) - Method in interface org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
 
writeString(int, String) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeTag(int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeTag(int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeTo(MessageMarshaller.ProtoStreamWriter, T) - Method in interface org.infinispan.protostream.MessageMarshaller
 
writeTo(SerializationContext, OutputStream, Object) - Static method in class org.infinispan.protostream.ProtobufUtil
 
writeTo(SerializationContext, RawProtoStreamWriter, T) - Method in interface org.infinispan.protostream.RawProtobufMarshaller
 
writeTo(RawProtoStreamWriter) - Method in interface org.infinispan.protostream.UnknownFieldSet
Writes all fields from this set to the output stream.
writeTo(SerializationContext, RawProtoStreamWriter, WrappedMessage) - Method in class org.infinispan.protostream.WrappedMessage.Marshaller
 
writeUInt32(int, int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeUInt32(int, int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeUInt32NoTag(int) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeUInt32NoTag(int) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeUInt64(int, long) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeUInt64(int, long) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
writeUInt64NoTag(long) - Method in class org.infinispan.protostream.impl.RawProtoStreamWriterImpl
 
writeUInt64NoTag(long) - Method in interface org.infinispan.protostream.RawProtoStreamWriter
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.