Package | Description |
---|---|
com.hp.api |
Basic building blocks for constructing APIs.
|
com.hp.sdn |
Definitions of domain model and related general constructs which are
applicable to multiple tiers and software layers of the SDN Controller.
|
com.hp.sdn.adm.alert |
Definitions of the services pertaining to the Alert 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.adm.system |
Definitions of services pertaining to the SDN Controller system and its
collaborators.
|
com.hp.sdn.alert |
Definitions of the domain model pertaining to the Alerts.
|
com.hp.sdn.api |
Definitions of services for driving outbound external communications for
interacting with peers and integrating with other external applications,
e.g.
|
com.hp.sdn.auditlog |
Definitions of the domain model pertaining to the Audit Logs.
|
com.hp.sdn.devown |
Definitions of the domain model pertaining to device ownership.
|
com.hp.sdn.driver | |
com.hp.sdn.dvc |
Device Management
|
com.hp.sdn.dvc.dao |
Device Key persistence and teaming
|
com.hp.sdn.license |
Definitions of the domain model pertaining to the Licenses.
|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
com.hp.sdn.region |
...
|
com.hp.sdn.system |
Definitions of the domain model pertaining to the SDN Controller system.
|
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 |
---|---|
<E extends T> |
Transportable.getId()
Gets the id of this object.
|
<E extends T> |
TransportObject.getId()
The Identification for this object.
|
static <T,I extends Serializable> |
Id.valueOf(I value)
Creates an identifier with the given value.
|
Modifier and Type | Method and Description |
---|---|
<E extends T> |
AbstractTransportObject.getId() |
<E extends T> |
AbstractModel.getId() |
Id<SystemInformation,UUID> |
SystemModel.getSysId()
Returns the system identification.
|
Constructor and Description |
---|
AbstractModel(Id<? extends T,I> id)
Creates a transfer object.
|
AbstractTransportObject(Id<? extends T,I> id)
Creates a transfer object.
|
Model(Id<? extends T,UUID> id)
Construct using the supplied unique identification.
|
SystemModel(Id<? extends T,UUID> id,
Id<SystemInformation,UUID> sysId)
Construct using the supplied unique identification and system
identification strings.
|
SystemModel(Id<? extends T,UUID> id,
Id<SystemInformation,UUID> sysId)
Construct using the supplied unique identification and system
identification strings.
|
SystemModel(Id<SystemInformation,UUID> sysId)
Construct with the given system identification string.
|
Modifier and Type | Method and Description |
---|---|
AlertTopicListener |
AlertTopicListenerService.getListener(Id<AlertTopicListener,UUID> id)
Returns the Alert Topic Listener for the given unique identifier.
|
void |
AlertTopicListenerService.removeListener(Id<AlertTopicListener,UUID> id,
Authentication auth)
Removes the Alert Topic Listener with the given unique identifier.
|
Modifier and Type | Method and Description |
---|---|
WriteQuery<Void> |
QueryService.getDeleteSystemInformationQuery(Id<SystemInformation,UUID> id)
Creates a query that deletes a system.
|
ReadQuery<Alert> |
QueryService.getGetAlertQuery(Id<Alert,UUID> id)
Creates a query that gets an alert by its id.
|
ReadQuery<AlertTopicListener> |
QueryService.getGetAlertTopicListenerQuery(Id<AlertTopicListener,UUID> id)
Creates a query that gets an alert topic listener by its id.
|
ReadQuery<AuditLogEntry> |
QueryService.getGetAuditLogQuery(Id<AuditLogEntry,UUID> id)
Creates a query that gets an audit log by its id.
|
ReadQuery<SystemInformation> |
QueryService.getGetSystemInformationQuery(Id<SystemInformation,UUID> id)
Creates a query that gets a system by its id.
|
Modifier and Type | Method and Description |
---|---|
SystemInformation |
SystemInformationService.getSystem(Id<SystemInformation,UUID> id)
Get the system information with the specified unique id.
|
SystemInformation |
SystemInformationServiceAdapter.getSystem(Id<SystemInformation,UUID> id) |
void |
SystemInformationListener.onRoleChange(Id<SystemInformation,UUID> id,
SystemRole role)
Call back for system role change
|
void |
SystemInformationListener.onStatusChange(Id<SystemInformation,UUID> id,
SystemStatus status)
Call back for system status change
|
Constructor and Description |
---|
Alert(Id<Alert,UUID> id,
Id<SystemInformation,UUID> sysId,
boolean state,
String topicId,
String origin,
Date timestamp,
Severity severity,
String description)
Constructs an instance of an Alert with a unique identification.
|
Alert(Id<Alert,UUID> id,
Id<SystemInformation,UUID> sysId,
boolean state,
String topicId,
String origin,
Date timestamp,
Severity severity,
String description)
Constructs an instance of an Alert with a unique identification.
|
Alert(Id<SystemInformation,UUID> sysId,
boolean state,
String topicId,
String origin,
Date timestamp,
Severity severity,
String description)
Constructs an instance of an Alert.
|
AlertTopicListener(Id<AlertTopicListener,UUID> id,
String apId,
String name)
Construct a listener for an alert topic.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertTopicListenerTransferService.removeListener(Id<AlertTopicListener,UUID> id)
Notify all team members of a listener removal.
|
Constructor and Description |
---|
AuditLogEntry(Id<AuditLogEntry,UUID> id,
Id<SystemInformation,UUID> sysId,
String user,
String origin,
Date timestamp,
String activity,
String description)
Constructs an Audit Log Entry using the supplied unique identification
and system identification.
|
AuditLogEntry(Id<AuditLogEntry,UUID> id,
Id<SystemInformation,UUID> sysId,
String user,
String origin,
Date timestamp,
String activity,
String description)
Constructs an Audit Log Entry using the supplied unique identification
and system identification.
|
AuditLogEntry(Id<SystemInformation,UUID> sysId,
String user,
String origin,
Date timestamp,
String activity,
String description)
Constructs an Audit Log Entry.
|
Modifier and Type | Method and Description |
---|---|
Id<Region,UUID> |
RegionModel.getId() |
Modifier and Type | Method and Description |
---|---|
<E extends Key> |
AbstractKey.getId() |
Modifier and Type | Method and Description |
---|---|
<E extends SerialDevice> |
SerialDevice.getId() |
Modifier and Type | Field and Description |
---|---|
protected DistributedMap<Id<Key,String>,Key> |
KeyStore.keyMap |
Modifier and Type | Method and Description |
---|---|
void |
KeyFilter.setId(Id<Key,String> id) |
Constructor and Description |
---|
AppLicense(Id<AppLicense,Long> id,
short licFWVersion,
LicenseType type,
LicenseStatus status,
boolean base,
short product,
String prodName,
short prodVersion,
long lockId,
long created,
long activated,
short metric,
String metricName,
int metricQty,
short deactCode,
short sno,
short expDays,
String key) |
LicenseKey(Id<? extends LicenseKey,Long> id,
short sno,
String key)
License key DTO to hold a license serial number and it's key
|
LicenseKey(Id<? extends LicenseKey,Long> id,
short sno,
String key,
Date lastUpdated)
License key DTO to hold a license serial number, key and the last
modified date.
|
LicInstallId(Id<LicInstallId,Long> id,
long leaderInstallId,
long localInstallId)
Creates a License Install Id Entity.
|
Modifier and Type | Method and Description |
---|---|
<E extends DefaultInterface> |
DefaultInterface.getId() |
Constructor and Description |
---|
RegionModel(Id<Region,UUID> ud,
ControllerNode mst,
List<ControllerNode> slvs,
Set<ControlledEntity> devs) |
Constructor and Description |
---|
SystemInformation(Id<SystemInformation,UUID> id,
boolean isSelf,
IpAddress address)
Construct a new system descriptor using the supplied unique
identification.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Dao.delete(Id<T,I> id,
DataStoreContext context)
Deletes the persistent object with the given id.
|
boolean |
AbstractDao.delete(Id<T,I> id,
DataStoreContext context) |
P |
BaseDao.get(Id<T,I> id,
DataStoreContext context)
Get the persistent object with the given id.
|
P |
AbstractBaseDao.get(Id<T,I> id,
DataStoreContext context) |
Modifier and Type | Method and Description |
---|---|
static <I extends Serializable,P extends Storable<I> & Dependable<E>,T extends Transportable<? super T,I> & Dependent<R>,Q extends Transportable<? super Q,I> & Dependent<E>,E extends Serializable,R extends Transportable<? super R,E>> |
DaoGetDependentQuery.createQuery(Id<? extends Q,I> id,
BidirectionalDependentDao<I,P,T,Q,?,?,E,?,R> dao)
Creates a query.
|
static <I extends Serializable,P extends Storable<I> & Dependable<E>,T extends Transportable<? super T,I> & Dependent<R>,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>> |
DaoGetFullNestedDependentQuery.createQuery(Id<T,I> id,
BidirectionalDependentDao<I,P,T,?,?,?,E,W,R> dao,
BidirectionalDependentDao<E,W,R,?,?,?,H,M,N> ownerDao,
Dao<H,M,N,?,?> rootOwnerDao)
Creates a query.
|
static <I extends Serializable,P extends Storable<I> & Dependable<E>,T extends Transportable<? super T,I> & Dependent<R>,E extends Serializable,W extends Storable<E>,R extends Transportable<? super R,E>> |
DaoGetFullDependentQuery.createQuery(Id<T,I> id,
BidirectionalDependentDao<I,P,T,?,?,?,E,W,R> dao,
Dao<E,W,R,?,?> ownerDao)
Creates a query.
|
Constructor and Description |
---|
DaoDeleteTransportableQuery(Id<T,I> id,
Dao<I,P,T,?,?> dao)
Creates a delete query.
|
DaoGetQuery(Id<T,I> id,
Dao<I,P,T,?,?> dao)
Creates a query.
|
Modifier and Type | Method and Description |
---|---|
<E extends T> |
Dao.delete(Id<E,I> id,
C context)
Deletes the persistent object with the given id.
|
Modifier and Type | Method and Description |
---|---|
<E extends T> |
CassAbstractDao.delete(Id<E,I> id,
DataStoreContext context) |
Constructor and Description |
---|
DeleteQuery(Id<T,I> id,
Dao<I,T,?,?,?,C> dao)
Query to delete specific entry from a table/ColumnFamily.
|
GetQuery(Id<T,I> id,
Dao<I,T,P,?,?,C> dao)
Provides ability for the business logic to perform read operation.
|
Copyright © 2015. All Rights Reserved.