Skip navigation links
A C D E F G H I J K N O P Q R S V W 

A

addLocator(String, int) - Method in class org.apache.geode.experimental.driver.DriverFactory
Adds a locator at host and port to the set of locators to use.

C

clear() - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
clear() - Method in interface org.apache.geode.experimental.driver.Region
Removes all keys and values associated from this region.
close() - Method in interface org.apache.geode.experimental.driver.Driver
Close this Driver, rendering it useless
close() - Method in class org.apache.geode.experimental.driver.ProtobufDriver
 
compareTo(JSONWrapper) - Method in class org.apache.geode.experimental.driver.JSONWrapper.JSONWrapperImpl
 
connect() - Method in class org.apache.geode.experimental.driver.SocketFactory
 
create() - Method in class org.apache.geode.experimental.driver.DriverFactory
Creates a driver configured to use all the locators about which this driver factory knows.

D

deserialize(ByteString) - Method in class org.apache.geode.experimental.driver.NoOpSerializer
 
deserialize(ByteString) - Method in interface org.apache.geode.experimental.driver.ValueSerializer
Deserialize an object from a byte array.
Driver - Interface in org.apache.geode.experimental.driver
Defines the behaviors of a driver for communicating with a GemFire server by way of the new protocol.
DriverFactory - Class in org.apache.geode.experimental.driver
This is an experimental driver for connecting a client to a geode cluster.
DriverFactory() - Constructor for class org.apache.geode.experimental.driver.DriverFactory
 

E

equals(Object) - Method in class org.apache.geode.experimental.driver.JSONWrapper.JSONWrapperImpl
 
execute(Object...) - Method in interface org.apache.geode.experimental.driver.Query
Executes this query with the specified parameters.
executeOnGroup(Object, String...) - Method in interface org.apache.geode.experimental.driver.Function
Executes this function with the specified arguments on the specified groups.
executeOnGroup(Object, String...) - Method in class org.apache.geode.experimental.driver.ProtobufFunction
 
executeOnMember(Object, String...) - Method in interface org.apache.geode.experimental.driver.Function
Executes this function with the specified arguments on the specified members.
executeOnMember(Object, String...) - Method in class org.apache.geode.experimental.driver.ProtobufFunction
 
executeOnRegion(Object, String, Object...) - Method in interface org.apache.geode.experimental.driver.Function
Executes this function with the specified arguments on the specified region.
executeOnRegion(Object, String, Object...) - Method in class org.apache.geode.experimental.driver.ProtobufFunction
 

F

Function<T> - Interface in org.apache.geode.experimental.driver
This interface represents from the client-side the execution of a function on the server-side.
FunctionService - Interface in org.apache.geode.experimental.driver
This interface abstracts the creation of function abstractions.

G

get(K) - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
get(K) - Method in interface org.apache.geode.experimental.driver.Region
Gets the value, if any, contained in this region for the key.
getAll(Collection<K>) - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
getAll(Collection<K>) - Method in interface org.apache.geode.experimental.driver.Region
Gets the values, if any, contained in this region for the collection of keys.
getCiphers() - Method in class org.apache.geode.experimental.driver.SocketFactory
 
getFunctionService() - Method in interface org.apache.geode.experimental.driver.Driver
Creates a new function service or retrieves an extant function service.
getFunctionService() - Method in class org.apache.geode.experimental.driver.ProtobufDriver
 
getHost() - Method in class org.apache.geode.experimental.driver.SocketFactory
 
getID() - Method in class org.apache.geode.experimental.driver.NoOpSerializer
 
getID() - Method in interface org.apache.geode.experimental.driver.ValueSerializer
Return the id of this value format.
getJSON() - Method in interface org.apache.geode.experimental.driver.JSONWrapper
 
getJSON() - Method in class org.apache.geode.experimental.driver.JSONWrapper.JSONWrapperImpl
 
getKeyStorePath() - Method in class org.apache.geode.experimental.driver.SocketFactory
 
getPort() - Method in class org.apache.geode.experimental.driver.SocketFactory
 
getProtocols() - Method in class org.apache.geode.experimental.driver.SocketFactory
 
getQueryService() - Method in interface org.apache.geode.experimental.driver.Driver
Creates a new query service or retrieves an extant query service.
getQueryService() - Method in class org.apache.geode.experimental.driver.ProtobufDriver
 
getRegion(String) - Method in interface org.apache.geode.experimental.driver.Driver
Creates an implementation of the region interface for the region with the unique name of regionName.
getRegion(String) - Method in class org.apache.geode.experimental.driver.ProtobufDriver
 
getRegionNames() - Method in interface org.apache.geode.experimental.driver.Driver
Retrieves a set of unique names of regions in the GemFire server to which this driver is connected.
getRegionNames() - Method in class org.apache.geode.experimental.driver.ProtobufDriver
 
getTimeout() - Method in class org.apache.geode.experimental.driver.SocketFactory
 
getTrustStorePath() - Method in class org.apache.geode.experimental.driver.SocketFactory
 

H

hashCode() - Method in class org.apache.geode.experimental.driver.JSONWrapper.JSONWrapperImpl
 

I

isConnected() - Method in interface org.apache.geode.experimental.driver.Driver
Is this driver connected?
isConnected() - Method in class org.apache.geode.experimental.driver.ProtobufDriver
 
isSsl() - Method in class org.apache.geode.experimental.driver.SocketFactory
 

J

jsonDocument - Variable in class org.apache.geode.experimental.driver.JSONWrapper.JSONWrapperImpl
 
JSONWrapper - Interface in org.apache.geode.experimental.driver
JSONWrapper is a holder of a JSON document.
JSONWrapper.JSONWrapperImpl - Class in org.apache.geode.experimental.driver
 

K

keySet() - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
keySet() - Method in interface org.apache.geode.experimental.driver.Region
Gets all the keys for which this region has entries

N

newFunction(String) - Method in interface org.apache.geode.experimental.driver.FunctionService
Creates a new object that allows the execution of functions in the distributed system.
newFunction(String) - Method in class org.apache.geode.experimental.driver.ProtobufFunctionService
 
newQuery(String) - Method in interface org.apache.geode.experimental.driver.QueryService
Creates a new object that allows the execution of querys in the distributed system.
NoOpSerializer - Class in org.apache.geode.experimental.driver
 
NoOpSerializer() - Constructor for class org.apache.geode.experimental.driver.NoOpSerializer
 

O

org.apache.geode.experimental.driver - package org.apache.geode.experimental.driver
 

P

ProtobufDriver - Class in org.apache.geode.experimental.driver
Implements the behaviors of a driver for communicating with a GemFire server by way of the new protocol.
ProtobufFunction<T> - Class in org.apache.geode.experimental.driver
 
ProtobufFunction(String, ProtobufChannel, ValueEncoder) - Constructor for class org.apache.geode.experimental.driver.ProtobufFunction
 
ProtobufFunctionService - Class in org.apache.geode.experimental.driver
 
ProtobufFunctionService(ProtobufChannel, ValueEncoder) - Constructor for class org.apache.geode.experimental.driver.ProtobufFunctionService
 
ProtobufRegion<K,V> - Class in org.apache.geode.experimental.driver
Implements the behaviors of a GemFire region.
put(K, V) - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
put(K, V) - Method in interface org.apache.geode.experimental.driver.Region
Puts the value into this region for the key.
putAll(Map<K, V>) - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
putAll(Map<K, V>) - Method in interface org.apache.geode.experimental.driver.Region
Puts the map from keys to values into this region.
putIfAbsent(K, V) - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
putIfAbsent(K, V) - Method in interface org.apache.geode.experimental.driver.Region
Puts the value into this region for the key if key does not already have a value associated with it.

Q

Query<T> - Interface in org.apache.geode.experimental.driver
This interface represents from the client-side the execution of a query on the server-side.
QueryService - Interface in org.apache.geode.experimental.driver
This interface abstracts the creation of query abstractions.

R

Region<K,V> - Interface in org.apache.geode.experimental.driver
Defines the behaviors of a GemFire region.
remove(K) - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
remove(K) - Method in interface org.apache.geode.experimental.driver.Region
Removes any value associated with the key from this region.

S

serialize(Object) - Method in class org.apache.geode.experimental.driver.NoOpSerializer
 
serialize(Object) - Method in interface org.apache.geode.experimental.driver.ValueSerializer
Serialize an object into a byte array.
setCiphers(String) - Method in class org.apache.geode.experimental.driver.DriverFactory
Specifies the cipher suites to enable.
setCiphers(String) - Method in class org.apache.geode.experimental.driver.SocketFactory
 
setHost(InetAddress) - Method in class org.apache.geode.experimental.driver.SocketFactory
 
setKeyStorePath(String) - Method in class org.apache.geode.experimental.driver.DriverFactory
Specifies the key store to use with SSL.
setKeyStorePath(String) - Method in class org.apache.geode.experimental.driver.SocketFactory
 
setPassword(String) - Method in class org.apache.geode.experimental.driver.DriverFactory
Specifies the password with which to authenticate with the server.
setPort(int) - Method in class org.apache.geode.experimental.driver.SocketFactory
 
setProtocols(String) - Method in class org.apache.geode.experimental.driver.DriverFactory
Specifies the protocols to enable.
setProtocols(String) - Method in class org.apache.geode.experimental.driver.SocketFactory
 
setTimeout(int) - Method in class org.apache.geode.experimental.driver.SocketFactory
 
setTrustStorePath(String) - Method in class org.apache.geode.experimental.driver.DriverFactory
Specifies the trust store to use with SSL.
setTrustStorePath(String) - Method in class org.apache.geode.experimental.driver.SocketFactory
 
setUsername(String) - Method in class org.apache.geode.experimental.driver.DriverFactory
Specifies the user name with which to authenticate with the server.
setValueSerializer(ValueSerializer) - Method in class org.apache.geode.experimental.driver.DriverFactory
 
size() - Method in class org.apache.geode.experimental.driver.ProtobufRegion
 
size() - Method in interface org.apache.geode.experimental.driver.Region
Gets the number of entries in this region.
SocketFactory - Class in org.apache.geode.experimental.driver
 
SocketFactory() - Constructor for class org.apache.geode.experimental.driver.SocketFactory
 
supportsPrimitives() - Method in class org.apache.geode.experimental.driver.NoOpSerializer
 
supportsPrimitives() - Method in interface org.apache.geode.experimental.driver.ValueSerializer
True if this serializer wants to serialize all values, including primitives like numbers and strings that can be sent as one of the options in EncodedValue.

V

ValueSerializer - Interface in org.apache.geode.experimental.driver
Interface for controlling serialization format of all values transmitted using the protobuf based client-server protocol.

W

wrapJSON(String) - Static method in interface org.apache.geode.experimental.driver.JSONWrapper
 
A C D E F G H I J K N O P Q R S V W 
Skip navigation links