Yes, there is a Java API for accessing a remote ScaleOut StateServer (SOSS) store. To use our Java libraries from a remote client machine,
install the SOSS remote client installation on Windows or Linux.
Configure the remote client to connect to the remote SOSS store. Once the remote client has been configured to connect to the remote store, you can add our JARs to your applications classpath.
The SOSS API JARs are located in “C:\Program Files\ScaleOut_Software\StateServer\JavaAPI” on Windows and “/usr/local/soss/java_api” on Linux. Once these JARs are added to the classpath, the Java application on the remote client machine can access the SOSS store remotely. For further information on the Java API, please visit our
Java API documentation.