 sosscli::NamedCache::DefaultCachePolicy | Defines default behaviors and policies for named cache operations |
 sosscli::SossEvents::EventDetails | A class holding information about the StateServer event that is passed to registered callbacks |
 exception | |
  sosscli::exceptions::PmiCliInvokeUserException | The PmiCliInvokeUserException Exception class is thrown when user callback functions to an invoke return exceptions |
  sosscli::exceptions::StateServerException | Base exception type for errors returned from the ScaleOut StateServer service |
   sosscli::exceptions::AppNameInUseException | Exception that is thrown when application name is already in use |
   sosscli::exceptions::AuthorizationNotNeededException | Exception that is thrown when authorization calls are used in an application does not use authorization |
   sosscli::exceptions::BadArgsException | Exception that is thrown when invalid argument values (null pointer, etc) are provided to an API call |
   sosscli::exceptions::BadHandleException | Exception that is thrown when an invalid or stale connection handle is used |
   sosscli::exceptions::BadKeyException | Exception that is thrown when a null key is provided |
   sosscli::exceptions::BadPropertiesException | Exception that is thrown when an invalid property specification is provided to the API |
   sosscli::exceptions::CantAccessException | Exception that is thrown when there was an error accessing the local service |
   sosscli::exceptions::CantAccessRemoteStoreException | Exception that is thrown when an object cannot be accessed from a remote store |
   sosscli::exceptions::CantConnectException | Exception that is thrown when this client cannot connect to the local service |
   sosscli::exceptions::CantInitException | Exception that is thrown when the ScaleOut client library cannot be initialized |
   sosscli::exceptions::CantInitWorkerException | |
   sosscli::exceptions::CantOpenHandleException | |
   sosscli::exceptions::FuncIdAlreadyRegisteredException | |
   sosscli::exceptions::HandleBusyException | Exception that is thrown when a handle is in use for another storage operation |
   sosscli::exceptions::LocalNameNotSetException | Exception that is thrown when GeoServer pull replication is attempted but the the local store's name is not set |
   sosscli::exceptions::LowInvokerMemoryException | |
   sosscli::exceptions::LowMemoryException | Exception that is thrown when there is insufficient memory available to create object |
   sosscli::exceptions::LowWorkerMemoryException | |
   sosscli::exceptions::MultipleLoginException | Exception that is thrown when another user is already logged in to this application on this client |
   sosscli::exceptions::NoActiveRemoteStoresException | Exception that is thrown when none of the remote stores specified for GeoServer pull replication exist or are active |
   sosscli::exceptions::NotAuthorizedException | Exception that is thrown when user is not authorized to perform an operation |
   sosscli::exceptions::NotImplementedException | Exception that is thrown when a requested operation is not implemented |
   sosscli::exceptions::NotInCallbackException | |
   sosscli::exceptions::NotLicensedException | Exception that is thrown when a feature has not been licensed (API usage, remote client access, PMI operations) |
   sosscli::exceptions::NotReadingException | Exception that is thrown when a read operation is not active |
   sosscli::exceptions::NotReadyException | Exception that is thrown when the store is not ready to perform this operation |
   sosscli::exceptions::ObjectExistsException | Exception that is thrown when an object cannot be created because it already exists |
   sosscli::exceptions::ObjectLockedException | Exception that is thrown when an object was locked with with a different lock ticket |
   sosscli::exceptions::ObjectNotFoundException | Exception that is thrown when an object is not found |
   sosscli::exceptions::ObjectReadingException | Exception that is thrown when an object does not exist but a backing store read-through is in progress |
   sosscli::exceptions::OperationFailedException | Exception that is thrown when an operation fails |
   sosscli::exceptions::ProxyFoundException | Exception that is thrown when a GeoServer proxy object was found on a remote store read |
   sosscli::exceptions::TimeoutException | Exception that is thrown when a timeout occurred while performing the requested operation |
   sosscli::exceptions::VersionMismatchException | Exception that is thrown when a version mismatch is detected during an optimistic locking update |
 exception | |
  sosscli::exceptions::PmiCliInvokeUserException | The PmiCliInvokeUserException Exception class is thrown when user callback functions to an invoke return exceptions |
  sosscli::exceptions::StateServerException | Base exception type for errors returned from the ScaleOut StateServer service |
 sosscli::ExpressionComparand | A common base class / interface for the two types of operands that can occur within a ComparisonExpression or a StringContainsExpression: ValueOperand and ReferenceOperand |
  sosscli::ReferenceComparand | A ReferenceComparand node holds a string used to identify a field or property within objects persisted to StateServer via a TypedNamedCache::put(), TypedNamedCache::insert(), or TypedNamedCache::update() method |
  sosscli::ValueComparand | A ValueComparand node holds a literal value to be compared with a field or property within objects persisted to StateServer via a TypedNamedCache::put(), TypedNamedCache::insert(), or TypedNamedCache::update() method |
 sosscli::Filter | An object that holds a filtering expression which is used by NamedCache::query to determine which objects in the NamedCache to return |
 sosscli::GetMetadataOptions | Options that control behavior of metadata retrieval operations |
 sosscli::GetMetadataResult | Result of a get_metadata operation |
 sosscli::GetOptions< T > | The GetOptions class contains options that control locking and client cache behavior of get operations |
 sosscli::GetResult< T > | The GetResult class represents the result of a get operation and provides a smart pointer to the retrieved object |
 sosscli::LockOptions | Options that control the blocking and retry behavior of the NamedCache::lock method |
 sosscli::LockResult | Result of a lock operation |
 sosscli::LockTicket | Serves as a RAII-style wrapper around the internal lock ticket identifier returned by ScaleOut's low-level APIs |
 sosscli::NamedCache | Base class for named cache implementations |
  sosscli::TypedNamedCache< T > | The abstract TypedNamedCache template provides access to a strongly-typed named collection of objects that can be shared across multiple clients |
   sosscli::NamedPrimitiveCache< T > | The NamedPrimitiveCache class provides access to a named collection of primitive objects that can be shared across multiple clients |
   sosscli::NamedProtobufCache< T > | A concrete TypedNamedCache<T> implementation that expects Google Protocol Buffers Message instances as the objects stored in the StateServer cache |
 sosscli::ObjectMetadata | Extended (read-only) object information from the SOSS store for a given object |
 sosscli::ObjectPolicy | Extended parameter information for the TypedNamedCache::insert and TypedNamedCache.put methods |
 sosscli::PmicliInvokeOptions | Options that control the behavior of the NamedCache::pmicli_invoke method |
 sosscli::PmicliInvokeResult | Result of a pmicli_invoke operation and provides a smart pointer to the results object |
 sosscli::exceptions::PmiCliUserExceptionCode | User-generated exception code |
 sosscli::PutOptions | Options that control client cache behavior of put operations |
 sosscli::PutResult | Result of a put, insert, or update operation |
 sosscli::QueryExpression | Serves as an abstract base class for the abstract syntax tree nodes used in Filter expressions |
 sosscli::QueryResult | Result of a query operation, providing access to the keys returned from a query |
 sosscli::RemoveResult | Result of a remove operation |
 sosscli::SossEvents | Manages the registration and unregistration of handlers for asynchronous StateServer object events |
 sosscli::SossKey | Serves as an identifier for a cached object in a NamedCache collection |
 sosscli::QueryExpression::Visitor | The QueryExpression visitor base class |