|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResultSet | |
---|---|
net.floodlightcontroller.storage | |
net.floodlightcontroller.storage.nosql |
Uses of IResultSet in net.floodlightcontroller.storage |
---|
Methods in net.floodlightcontroller.storage that return IResultSet | |
---|---|
IResultSet |
IStorageSourceService.executeQuery(IQuery query)
Execute a query created with createQuery. |
IResultSet |
AbstractStorageSource.executeQuery(IQuery query)
|
IResultSet |
IStorageSourceService.executeQuery(java.lang.String tableName,
java.lang.String[] columnNames,
IPredicate predicate,
RowOrdering ordering)
Execute a query created with the given query parameters. |
IResultSet |
AbstractStorageSource.executeQuery(java.lang.String tableName,
java.lang.String[] columnNames,
IPredicate predicate,
RowOrdering ordering)
|
protected abstract IResultSet |
AbstractStorageSource.executeQueryImpl(IQuery query)
|
IResultSet |
IStorageSourceService.getRow(java.lang.String tableName,
java.lang.Object rowKey)
Query for a row with the given ID (primary key). |
IResultSet |
AbstractStorageSource.getRow(java.lang.String tableName,
java.lang.Object rowKey)
|
protected abstract IResultSet |
AbstractStorageSource.getRowImpl(java.lang.String tableName,
java.lang.Object rowKey)
|
IResultSet |
ResultSetIterator.next()
|
Methods in net.floodlightcontroller.storage that return types with arguments of type IResultSet | |
---|---|
java.util.concurrent.Future<IResultSet> |
IStorageSourceService.executeQueryAsync(IQuery query)
Asynchronous variant of executeQuery. |
java.util.concurrent.Future<IResultSet> |
AbstractStorageSource.executeQueryAsync(IQuery query)
|
java.util.concurrent.Future<IResultSet> |
IStorageSourceService.executeQueryAsync(java.lang.String tableName,
java.lang.String[] columnNames,
IPredicate predicate,
RowOrdering ordering)
Asynchronous variant of executeQuery. |
java.util.concurrent.Future<IResultSet> |
AbstractStorageSource.executeQueryAsync(java.lang.String tableName,
java.lang.String[] columnNames,
IPredicate predicate,
RowOrdering ordering)
|
Methods in net.floodlightcontroller.storage with parameters of type IResultSet | |
---|---|
java.lang.Object |
IRowMapper.mapRow(IResultSet resultSet)
This method must be implemented by the client of the storage API to map the current row in the result set to a Java object. |
java.util.concurrent.Future<?> |
IStorageSourceService.saveAsync(IResultSet resultSet)
Asynchronous version of save |
java.util.concurrent.Future<?> |
AbstractStorageSource.saveAsync(IResultSet resultSet)
|
Constructors in net.floodlightcontroller.storage with parameters of type IResultSet | |
---|---|
ResultSetIterator(IResultSet resultSet)
|
Uses of IResultSet in net.floodlightcontroller.storage.nosql |
---|
Classes in net.floodlightcontroller.storage.nosql that implement IResultSet | |
---|---|
class |
NoSqlResultSet
|
Methods in net.floodlightcontroller.storage.nosql that return IResultSet | |
---|---|
IResultSet |
NoSqlStorageSource.executeQueryImpl(IQuery query)
|
IResultSet |
NoSqlStorageSource.getRowImpl(java.lang.String tableName,
java.lang.Object rowKey)
|
Methods in net.floodlightcontroller.storage.nosql that return types with arguments of type IResultSet | |
---|---|
java.util.Iterator<IResultSet> |
NoSqlResultSet.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |