Skip navigation links
Infinispan Remote Query Client 9.3.3.Final-redhat-00001
B C E F G I M N O P Q R S T U V 

B

BaseProtoStreamMarshaller - Class in org.infinispan.query.remote.client
Provides the starting point for implementing a Marshaller that uses Protobuf encoding.
BaseProtoStreamMarshaller() - Constructor for class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 

C

ContinuousQueryResult - Class in org.infinispan.query.remote.client
 
ContinuousQueryResult(ContinuousQueryResult.ResultType, byte[], byte[], Object[]) - Constructor for class org.infinispan.query.remote.client.ContinuousQueryResult
 
ContinuousQueryResult.ResultType - Enum in org.infinispan.query.remote.client
 

E

ERRORS_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
All error status keys end with this suffix.

F

FilterResult - Class in org.infinispan.query.remote.client
 
FilterResult(Object, Object[], Comparable[]) - Constructor for class org.infinispan.query.remote.client.FilterResult
 

G

getFileErrors(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Gets the error messages (caused by parsing, linking, etc) associated to a *.proto schema file.
getFilesWithErrors() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Get the full names of all files with errors.
getIndexedQueryMode() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getInstance() - Method in class org.infinispan.query.remote.client.FilterResult
 
getKey() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
getMaxResults() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getName() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter
 
getNamedParameters() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getNamedParametersMap() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getNumResults() - Method in class org.infinispan.query.remote.client.QueryResponse
 
getProjection() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
getProjection() - Method in class org.infinispan.query.remote.client.FilterResult
 
getProjectionSize() - Method in class org.infinispan.query.remote.client.QueryResponse
 
getProtofile(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Gets the contents of a registered *.proto schema file.
getProtofileNames() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Get the full names of all registered schema files.
getQueryString() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getResults() - Method in class org.infinispan.query.remote.client.QueryResponse
 
getResultType() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
getSerializationContext() - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
Subclasses must implement this method in order to provide a way to lookup the SerializationContext
getSortProjection() - Method in class org.infinispan.query.remote.client.FilterResult
 
getStartOffset() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getTotalResults() - Method in class org.infinispan.query.remote.client.QueryResponse
 
getValue() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
getValue() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter
 

I

init(SerializationContext) - Method in interface org.infinispan.query.remote.client.ProtostreamSerializationContextInitializer
 
isMarshallable(Object) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 

M

MarshallerRegistration - Class in org.infinispan.query.remote.client
 
mediaType() - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 
MESSAGE_PROTO_RES - Static variable in class org.infinispan.query.remote.client.MarshallerRegistration
 

N

NamedParameter(String, Object) - Constructor for class org.infinispan.query.remote.client.QueryRequest.NamedParameter
 

O

OBJECT_NAME - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
The 'component' key property of ProtobufMetadataManager's ObjectName.
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 
org.infinispan.query.remote.client - package org.infinispan.query.remote.client
Hot Rod query API.

P

PROTO_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
All protobuf definition source files must end with this suffix.
PROTOBUF_METADATA_CACHE_NAME - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
The name of the Protobuf definitions cache.
ProtobufMetadataManagerConstants - Interface in org.infinispan.query.remote.client
Constants used by the Protobuf metadata cache.
ProtobufMetadataManagerMBean - Interface in org.infinispan.query.remote.client
MBean interface for ProtobufMetadataManager, suitable for building invocation proxies with one of the JMX methods.
ProtostreamSerializationContextInitializer - Interface in org.infinispan.query.remote.client
Support for custom initialization of the server cache manager's SerializationContext.

Q

QUERY_PROTO_RES - Static variable in class org.infinispan.query.remote.client.MarshallerRegistration
 
QueryRequest - Class in org.infinispan.query.remote.client
 
QueryRequest() - Constructor for class org.infinispan.query.remote.client.QueryRequest
 
QueryRequest.NamedParameter - Class in org.infinispan.query.remote.client
 
QueryResponse - Class in org.infinispan.query.remote.client
 
QueryResponse() - Constructor for class org.infinispan.query.remote.client.QueryResponse
 

R

registerMarshallers(SerializationContext) - Static method in class org.infinispan.query.remote.client.MarshallerRegistration
Registers proto files and marshallers.
registerProtofile(String, String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Register a *.proto schema file.
registerProtofiles(String[], String[]) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Registers multiple *.proto schema files.

S

setIndexedQueryMode(String) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setMaxResults(Integer) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setNamedParameters(List<QueryRequest.NamedParameter>) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setNumResults(int) - Method in class org.infinispan.query.remote.client.QueryResponse
 
setProjectionSize(int) - Method in class org.infinispan.query.remote.client.QueryResponse
 
setQueryString(String) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setResults(List<WrappedMessage>) - Method in class org.infinispan.query.remote.client.QueryResponse
 
setStartOffset(Long) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setTotalResults(long) - Method in class org.infinispan.query.remote.client.QueryResponse
 

T

toString() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
toString() - Method in class org.infinispan.query.remote.client.FilterResult
 

U

unregisterProtofile(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Unregister a *.proto schema file.
unregisterProtofiles(String[]) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Unregisters multiple *.proto schema files.

V

valueOf(String) - Static method in enum org.infinispan.query.remote.client.ContinuousQueryResult.ResultType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.query.remote.client.ContinuousQueryResult.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
B C E F G I M N O P Q R S T U V 
Skip navigation links
Infinispan Remote Query Client 9.3.3.Final-redhat-00001

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