Class CassandraTokenRangeJDBCDataIterator

java.lang.Object
org.openspaces.persistency.cassandra.datasource.CassandraTokenRangeJDBCDataIterator
All Implemented Interfaces:
DataIterator<Object>, Iterator<Object>

public class CassandraTokenRangeJDBCDataIterator extends Object implements DataIterator<Object>
Note: the underlying cassandra jdbc implementation brings the entire batch when calling execute, so SQLException exceptions will actually only be thrown during prepare statement and execute statment Moreover, the iteration over the results is currently only logical because the entire result set already lies in memory after execute statement returns.
Since:
9.1.1
Author:
Dan Kilman