Package | Description |
---|---|
com.hp.sdn.adm.alert |
Definitions of the services pertaining to the Alert system.
|
com.hp.sdn.adm.auditlog |
Definitions of the services pertaining to the Audit Log system.
|
com.hp.sdn.adm.dao |
Definitions of data access services for persisting and retrieving
information applicable at the Administrator tier of the SDN Controller.
|
com.hp.sdn.ctl.diag |
Model objects for path diagnostic application.
|
com.hp.util.dao |
Definitions of interfaces and utility class for managing interactions to the persistence layer.
|
com.hp.util.dao.query |
Basic database queries that utilize a data access object.
|
com.hp.util.persistence |
...
|
com.hp.util.persistence.cassandra |
...
|
com.hp.util.persistence.cassandra.query |
...
|
Modifier and Type | Method and Description |
---|---|
List<Alert> |
AlertService.find(AlertFilter filter,
SortSpecification<AlertSortAttribute> sortSpec)
Get a list of all
Alert objects present
in the system, based on the criteria exposed by the supplied filter,
and sorted based on the supplied sort specification. |
Page<Alert> |
AlertService.find(AlertFilter filter,
SortSpecification<AlertSortAttribute> sortSpec,
PageRequest pageRequest)
Returns a page of
Alert objects present in
the system, based on the page specification, the criteria exposed by
the supplied filter, and sorted based on the supplied sort
specification |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
AuditLogService.find(AuditLogFilter filter,
SortSpecification<AuditLogSortAttribute> sortSpec)
Returns a list of all AuditLogEntry objects present in the system,
based on the criteria exposed by the supplied filter, and sorted based
on the supplied sort specification.
|
Page<AuditLogEntry> |
AuditLogService.find(AuditLogFilter filter,
SortSpecification<AuditLogSortAttribute> sortSpec,
PageRequest pageRequest)
Returns a page of
AuditLogEntry objects present in the system, based on the page specification,
based on the criteria exposed by the supplied filter,
and sorted based on the supplied sort specification |
Modifier and Type | Method and Description |
---|---|
ReadQuery<List<Alert>> |
QueryService.getFindAlertsQuery(AlertFilter filter,
SortSpecification<AlertSortAttribute> sortSpecification)
Creates a query that will find Alerts based on the supplied query
criteria.
|
ReadQuery<List<AuditLogEntry>> |
QueryService.getFindAuditLogQuery(AuditLogFilter filter,
SortSpecification<AuditLogSortAttribute> sortSpecification)
Creates a query that will find AuditLogEntry objects based on the
supplied query criteria.
|
ReadQuery<List<SystemInformation>> |
QueryService.getFindSystemsQuery(SystemInformationFilter filter,
SortSpecification<SystemInformationSortAttribute> sortSpecification)
Creates a query to find systems in the database.
|
ReadQuery<Page<Alert>> |
QueryService.getPageAlertsQuery(AlertFilter filter,
SortSpecification<AlertSortAttribute> sortSpecification,
PageRequest pageRequest)
Creates a query that will find Alerts based on the supplied
query criteria.
|
ReadQuery<Page<AuditLogEntry>> |
QueryService.getPageAuditLogQuery(AuditLogFilter filter,
SortSpecification<AuditLogSortAttribute> sortSpecification,
PageRequest pageRequest)
Creates a query that will produce a page of AuditLogEntry data based on
the supplied filter and sorting criteria.
|
Constructor and Description |
---|
PacketSortComparator(SortSpecification<PacketSortAttribute> sortSpec) |
Modifier and Type | Method and Description |
---|---|
List<P> |
BaseDao.find(F filter,
SortSpecification<S> sortSpec,
DataStoreContext context)
Get the set of persist objects based on the given filter criteria.
|
List<P> |
AbstractBaseDao.find(F filter,
SortSpecification<S> sortSpec,
DataStoreContext context) |
Page<P> |
BaseDao.find(F filter,
SortSpecification<S> sortSpec,
PageRequest pageRequest,
DataStoreContext context)
Get the set of persist objects based on the given filter criteria.
|
Page<P> |
AbstractBaseDao.find(F filter,
SortSpecification<S> sortSpec,
PageRequest pageRequest,
DataStoreContext context) |
List<P> |
BaseDao.findAll(SortSpecification<S> sortSpec,
DataStoreContext context)
Gets all the persistent objects.
|
List<P> |
AbstractBaseDao.findAll(SortSpecification<S> sortSpec,
DataStoreContext context) |
Modifier and Type | Method and Description |
---|---|
static <P extends Storable<?> & Dependable<E>,Q extends Transportable<? super Q,?> & Dependent<E>,F,S,E extends Serializable> |
DaoFindDependentQuery.createQuery(F filter,
SortSpecification<S> sortSpecification,
BidirectionalDependentDao<?,P,?,Q,F,S,E,?,?> dao)
Creates a query.
|
static <P extends Storable<?> & Dependable<E>,T extends Transportable<? super T,?> & Dependent<R>,F,S,E extends Serializable,W extends Storable<E> & Dependable<H>,R extends Transportable<? super R,E> & Dependent<N>,H extends Serializable,M extends Storable<H>,N extends Transportable<? super N,H>> |
DaoFindFullNestedDependentQuery.createQuery(F filter,
SortSpecification<S> sortSpecification,
BidirectionalDependentDao<?,P,T,?,F,S,E,W,R> dao,
BidirectionalDependentDao<E,W,R,?,?,?,H,M,N> ownerDao,
Dao<H,M,N,?,?> rootOwnerDao)
Creates a query.
|
static <P extends Storable<?> & Dependable<E>,T extends Transportable<? super T,?> & Dependent<R>,F,S,E extends Serializable,W extends Storable<E>,R extends Transportable<? super R,E>> |
DaoFindFullDependentQuery.createQuery(F filter,
SortSpecification<S> sortSpecification,
BidirectionalDependentDao<?,P,T,?,F,S,E,W,R> dao,
Dao<E,W,R,?,?> ownerDao)
Creates a query.
|
static <P extends Storable<?> & Dependable<E>,Q extends Transportable<? super Q,?> & Dependent<E>,F,S,E extends Serializable> |
DaoPagedFindDependentQuery.createQuery(F filter,
SortSpecification<S> sortSpecification,
PageRequest pageRequest,
BidirectionalDependentDao<?,P,?,Q,F,S,E,?,?> dao)
Creates a query.
|
static <P extends Storable<?> & Dependable<E>,T extends Transportable<? super T,?> & Dependent<R>,F,S,E extends Serializable,W extends Storable<E> & Dependable<H>,R extends Transportable<? super R,E> & Dependent<N>,H extends Serializable,M extends Storable<H>,N extends Transportable<? super N,H>> |
DaoPagedFindFullNestedDependentQuery.createQuery(F filter,
SortSpecification<S> sortSpecification,
PageRequest pageRequest,
BidirectionalDependentDao<?,P,T,?,F,S,E,W,R> dao,
BidirectionalDependentDao<E,W,R,?,?,?,H,M,N> ownerDao,
Dao<H,M,N,?,?> rootOwnerDao)
Creates a query.
|
static <P extends Storable<?> & Dependable<E>,T extends Transportable<? super T,?> & Dependent<R>,F,S,E extends Serializable,W extends Storable<E>,R extends Transportable<? super R,E>> |
DaoPagedFindFullDependentQuery.createQuery(F filter,
SortSpecification<S> sortSpecification,
PageRequest pageRequest,
BidirectionalDependentDao<?,P,T,?,F,S,E,W,R> dao,
Dao<E,W,R,?,?> ownerDao)
Creates a query.
|
Constructor and Description |
---|
DaoFindQuery(F filter,
SortSpecification<S> sortSpec,
Dao<?,P,T,F,S> dao)
Creates a find query.
|
DaoPagedFindQuery(F filter,
SortSpecification<S> sortSpec,
PageRequest request,
Dao<?,P,T,F,S> dao)
Creates a paged find query.
|
Modifier and Type | Method and Description |
---|---|
List<P> |
BaseDao.find(F filter,
SortSpecification<S> sortSpecification,
C context)
Get the list of persistent objects based on the given filter criteria.
|
MarkPage<P> |
BaseDao.find(F filter,
SortSpecification<S> sortSpecification,
MarkPageRequest<?> request,
C context) |
List<P> |
BaseDao.findAll(SortSpecification<S> sortSpecification,
C context)
Gets all the persistent objects.
|
Modifier and Type | Method and Description |
---|---|
List<P> |
AbstractBaseDao.find(F filter,
SortSpecification<S> sortSpecification,
DataStoreContext context)
Get the list of persistent objects based on the given filter criteria.
|
MarkPage<P> |
AbstractBaseDao.find(F filter,
SortSpecification<S> sortSpecification,
MarkPageRequest<?> request,
DataStoreContext context) |
List<P> |
AbstractBaseDao.findAll(SortSpecification<S> sortSpecification,
DataStoreContext context) |
protected abstract <M> MarkPage<I> |
AbstractBaseDao.findPagedRows(F filter,
SortSpecification<S> sortSpecification,
MarkPageRequest<M> request,
DataStoreContext context) |
Constructor and Description |
---|
FindQuery(F filter,
SortSpecification<S> sortSpec,
Dao<?,T,P,F,S,C> dao)
Creates a find query.
|
PagedFindQuery(F filter,
SortSpecification<S> sortSpec,
MarkPageRequest<T> request,
Dao<?,T,P,F,S,C> dao)
Find query with pagination Support.
|
Copyright © 2015. All Rights Reserved.