Skip navigation links
A B C D G H I J L M N O P R S W 

A

AbstractMarshaller - Class in org.infinispan.avro.client
 
AbstractMarshaller() - Constructor for class org.infinispan.avro.client.AbstractMarshaller
 
AVRO_METADATA_CACHE_NAME - Static variable in class org.infinispan.avro.client.Support
 

B

build() - Method in class org.infinispan.avro.client.Request.Builder
 
build() - Method in class org.infinispan.avro.client.Response.Builder
 

C

clearJpqlString() - Method in class org.infinispan.avro.client.Request.Builder
Clears the value of the 'jpqlString' field
clearLocal() - Method in class org.infinispan.avro.client.Request.Builder
Clears the value of the 'local' field
clearMaxResult() - Method in class org.infinispan.avro.client.Request.Builder
Clears the value of the 'maxResult' field
clearNumResults() - Method in class org.infinispan.avro.client.Response.Builder
Clears the value of the 'numResults' field
clearResults() - Method in class org.infinispan.avro.client.Response.Builder
Clears the value of the 'results' field
clearSchemaName() - Method in class org.infinispan.avro.client.Request.Builder
Clears the value of the 'schemaName' field
clearStartOffset() - Method in class org.infinispan.avro.client.Request.Builder
Clears the value of the 'startOffset' field

D

DELIMITER - Static variable in class org.infinispan.avro.client.Support
 
DELIMITER_REGEX - Static variable in class org.infinispan.avro.client.Support
 

G

get(int) - Method in class org.infinispan.avro.client.Request
 
get(int) - Method in class org.infinispan.avro.client.Response
 
getBufferSizePredictor(Object) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
getClassSchema() - Static method in class org.infinispan.avro.client.Request
 
getClassSchema() - Static method in class org.infinispan.avro.client.Response
 
getJpqlString() - Method in class org.infinispan.avro.client.Request.Builder
Gets the value of the 'jpqlString' field
getJpqlString() - Method in class org.infinispan.avro.client.Request
Gets the value of the 'jpqlString' field.
getLocal() - Method in class org.infinispan.avro.client.Request.Builder
Gets the value of the 'local' field
getLocal() - Method in class org.infinispan.avro.client.Request
Gets the value of the 'local' field.
getMaxResult() - Method in class org.infinispan.avro.client.Request.Builder
Gets the value of the 'maxResult' field
getMaxResult() - Method in class org.infinispan.avro.client.Request
Gets the value of the 'maxResult' field.
getNumResults() - Method in class org.infinispan.avro.client.Response.Builder
Gets the value of the 'numResults' field
getNumResults() - Method in class org.infinispan.avro.client.Response
Gets the value of the 'numResults' field.
getResults() - Method in class org.infinispan.avro.client.Response.Builder
Gets the value of the 'results' field
getResults() - Method in class org.infinispan.avro.client.Response
Gets the value of the 'results' field.
getSchema() - Method in class org.infinispan.avro.client.Request
 
getSchema() - Method in class org.infinispan.avro.client.Response
 
getSchemaName() - Method in class org.infinispan.avro.client.Request.Builder
Gets the value of the 'schemaName' field
getSchemaName() - Method in class org.infinispan.avro.client.Request
Gets the value of the 'schemaName' field.
getStartOffset() - Method in class org.infinispan.avro.client.Request.Builder
Gets the value of the 'startOffset' field
getStartOffset() - Method in class org.infinispan.avro.client.Request
Gets the value of the 'startOffset' field.
getTypeClasses() - Method in class org.infinispan.avro.client.AbstractMarshaller
 

H

hasJpqlString() - Method in class org.infinispan.avro.client.Request.Builder
Checks whether the 'jpqlString' field has been set
hasLocal() - Method in class org.infinispan.avro.client.Request.Builder
Checks whether the 'local' field has been set
hasMaxResult() - Method in class org.infinispan.avro.client.Request.Builder
Checks whether the 'maxResult' field has been set
hasNumResults() - Method in class org.infinispan.avro.client.Response.Builder
Checks whether the 'numResults' field has been set
hasResults() - Method in class org.infinispan.avro.client.Response.Builder
Checks whether the 'results' field has been set
hasSchemaName() - Method in class org.infinispan.avro.client.Request.Builder
Checks whether the 'schemaName' field has been set
hasStartOffset() - Method in class org.infinispan.avro.client.Request.Builder
Checks whether the 'startOffset' field has been set

I

isMarshallable(Object) - Method in class org.infinispan.avro.client.AbstractMarshaller
 

J

jpqlString - Variable in class org.infinispan.avro.client.Request
Deprecated.

L

local - Variable in class org.infinispan.avro.client.Request
Deprecated.

M

Marshaller<T extends org.apache.avro.generic.GenericContainer> - Class in org.infinispan.avro.client
 
Marshaller(Class<T>) - Constructor for class org.infinispan.avro.client.Marshaller
 
maxResult - Variable in class org.infinispan.avro.client.Request
Deprecated.

N

newBuilder() - Static method in class org.infinispan.avro.client.Request
Creates a new Request RecordBuilder
newBuilder(Request.Builder) - Static method in class org.infinispan.avro.client.Request
Creates a new Request RecordBuilder by copying an existing Builder
newBuilder(Request) - Static method in class org.infinispan.avro.client.Request
Creates a new Request RecordBuilder by copying an existing Request instance
newBuilder() - Static method in class org.infinispan.avro.client.Response
Creates a new Response RecordBuilder
newBuilder(Response.Builder) - Static method in class org.infinispan.avro.client.Response
Creates a new Response RecordBuilder by copying an existing Builder
newBuilder(Response) - Static method in class org.infinispan.avro.client.Response
Creates a new Response RecordBuilder by copying an existing Response instance
NULL - Static variable in class org.infinispan.avro.client.Support
 
numResults - Variable in class org.infinispan.avro.client.Response
Deprecated.

O

objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
objectFromByteBuffer(byte[]) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
objectToBuffer(Object) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
objectToByteBuffer(Object, int) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
objectToByteBuffer(Object) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
org.infinispan.avro.client - package org.infinispan.avro.client
 

P

put(int, Object) - Method in class org.infinispan.avro.client.Request
 
put(int, Object) - Method in class org.infinispan.avro.client.Response
 

R

reader(String) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
reader(String) - Method in class org.infinispan.avro.client.Marshaller
 
readObject(ObjectInput) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
registerSchema(BasicCacheContainer, Schema) - Static method in class org.infinispan.avro.client.Support
 
Request - Class in org.infinispan.avro.client
 
Request() - Constructor for class org.infinispan.avro.client.Request
Default constructor.
Request(String, String, Long, Integer, Boolean) - Constructor for class org.infinispan.avro.client.Request
All-args constructor.
Request.Builder - Class in org.infinispan.avro.client
RecordBuilder for Request instances.
Response - Class in org.infinispan.avro.client
 
Response() - Constructor for class org.infinispan.avro.client.Response
Default constructor.
Response(Integer, List<ByteBuffer>) - Constructor for class org.infinispan.avro.client.Response
All-args constructor.
Response.Builder - Class in org.infinispan.avro.client
RecordBuilder for Response instances.
results - Variable in class org.infinispan.avro.client.Response
Deprecated.

S

SCHEMA$ - Static variable in class org.infinispan.avro.client.Request
 
SCHEMA$ - Static variable in class org.infinispan.avro.client.Response
 
schemaName - Variable in class org.infinispan.avro.client.Request
Deprecated.
setJpqlString(String) - Method in class org.infinispan.avro.client.Request.Builder
Sets the value of the 'jpqlString' field
setJpqlString(String) - Method in class org.infinispan.avro.client.Request
Sets the value of the 'jpqlString' field.
setLocal(boolean) - Method in class org.infinispan.avro.client.Request.Builder
Sets the value of the 'local' field
setLocal(Boolean) - Method in class org.infinispan.avro.client.Request
Sets the value of the 'local' field.
setMaxResult(int) - Method in class org.infinispan.avro.client.Request.Builder
Sets the value of the 'maxResult' field
setMaxResult(Integer) - Method in class org.infinispan.avro.client.Request
Sets the value of the 'maxResult' field.
setNumResults(int) - Method in class org.infinispan.avro.client.Response.Builder
Sets the value of the 'numResults' field
setNumResults(Integer) - Method in class org.infinispan.avro.client.Response
Sets the value of the 'numResults' field.
setResults(List<ByteBuffer>) - Method in class org.infinispan.avro.client.Response.Builder
Sets the value of the 'results' field
setResults(List<ByteBuffer>) - Method in class org.infinispan.avro.client.Response
Sets the value of the 'results' field.
setSchemaName(String) - Method in class org.infinispan.avro.client.Request.Builder
Sets the value of the 'schemaName' field
setSchemaName(String) - Method in class org.infinispan.avro.client.Request
Sets the value of the 'schemaName' field.
setStartOffset(long) - Method in class org.infinispan.avro.client.Request.Builder
Sets the value of the 'startOffset' field
setStartOffset(Long) - Method in class org.infinispan.avro.client.Request
Sets the value of the 'startOffset' field.
startOffset - Variable in class org.infinispan.avro.client.Request
Deprecated.
Support - Class in org.infinispan.avro.client
 
Support() - Constructor for class org.infinispan.avro.client.Support
 

W

writeObject(ObjectOutput, Object) - Method in class org.infinispan.avro.client.AbstractMarshaller
 
A B C D G H I J L M N O P R S W 
Skip navigation links

Copyright © 2016. All rights reserved.