Class CassandraArchiveOperationHandler

java.lang.Object
org.openspaces.persistency.cassandra.archive.CassandraArchiveOperationHandler
All Implemented Interfaces:
ArchiveOperationHandler

public class CassandraArchiveOperationHandler extends Object implements ArchiveOperationHandler
Known Limitation: 1. The archiver must not write two different entries with the same ID. This would corrupt the entry in Cassandra. 2. Only Space Documents are supported 3. The archiver is thread safe 4. The archiver is idempotent as long as there are no two threads that are writing two different objects with the same space id.
Since:
9.1.1
Author:
Dan Kilman