- 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.