- abbrev() - Method in enum com.hp.of.ctl.OpenflowEventType
-
Returns an abbreviated name for the constant, suitable for displaying
in the UI while conserving space.
- ABBREV_DELIMITER - Static variable in class com.hp.util.syntax.parsers.StringSet
-
Default abbreviation delimiter is the asterisk (*) character.
- ABBREV_DELIMITER - Static variable in class com.hp.util.syntax.SyntaxNode
-
- AbstractBaseDao<I extends Serializable,P extends Storable<I>,T extends Transportable<? super T,I>,F,S> - Class in com.hp.util.dao
-
JPA Abstract Data Access Object.
- AbstractBaseDao(Class<P>) - Constructor for class com.hp.util.dao.AbstractBaseDao
-
Construct DAO and initialize query predicate generator.
- AbstractBaseDao<I extends Serializable,K extends Serializable & Comparable<K>,P extends Storable<I>,F,S> - Class in com.hp.util.persistence.cassandra
-
Abstract implementation of Base DAO.
- AbstractBaseDao() - Constructor for class com.hp.util.persistence.cassandra.AbstractBaseDao
-
Construct the DAO and create column families in the persistent database.
- AbstractBidirectionalDependentDao<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>,F,S,E extends Serializable,W extends Storable<E>,R extends Transportable<? super R,E>> - Class in com.hp.util.dao
-
JPA Data Access Object for a storable that is the dependent object in a
one-to-many bidirectional relation.
- AbstractBidirectionalDependentDao(Class<P>) - Constructor for class com.hp.util.dao.AbstractBidirectionalDependentDao
-
Construct DAO and initialize query predicate generator.
- AbstractBidirectionalDependentDao(Class<P>, UpdateStrategy<P, T>, UpdateStrategy<P, Q>) - Constructor for class com.hp.util.dao.AbstractBidirectionalDependentDao
-
Construct DAO and initialize query predicate generator.
- AbstractBitCodec<E extends OfpEnum> - Class in com.hp.of.lib
-
Provides a common base for the two bitmap codec classes.
- AbstractBitCodec(int[], E[]) - Constructor for class com.hp.of.lib.AbstractBitCodec
-
- AbstractCache<K,V> - Class in com.hp.sdn.dvc.dao
-
Secondary cache for fast lookup
Values are index into the main cache
- AbstractCache() - Constructor for class com.hp.sdn.dvc.dao.AbstractCache
-
- AbstractConversationProvider - Class in com.hp.util.net.msg
-
An abstract conversation provider that does not track the conversations it
issues.
- AbstractConversationProvider() - Constructor for class com.hp.util.net.msg.AbstractConversationProvider
-
- AbstractConversationTracker - Class in com.hp.util.net.msg
-
An abstract conversation provider that keeps track of the conversations
using their id.
- AbstractConversationTracker() - Constructor for class com.hp.util.net.msg.AbstractConversationTracker
-
- AbstractDao<I extends Serializable,P extends Storable<I>,T extends Transportable<? super T,I>,F,S> - Class in com.hp.util.dao
-
JPA Abstract Data Access Object.
- AbstractDao(Class<P>) - Constructor for class com.hp.util.dao.AbstractDao
-
Construct DAO and initialize query predicate generator.
- AbstractDao(Class<P>, UpdateStrategy<P, T>) - Constructor for class com.hp.util.dao.AbstractDao
-
Construct DAO and initialize query predicate generator.
- AbstractDataListener<E> - Class in com.hp.util.observer
-
Implementation of
DataListener
with empty method implementations.
- AbstractDataListener() - Constructor for class com.hp.util.observer.AbstractDataListener
-
- AbstractDefaultFacet - Class in com.hp.device
-
A partial implementation of
Facet
that makes the assumption that
the underlying device info is a
DefaultDeviceInfo
instance.
- AbstractDefaultFacet(DeviceInfo) - Constructor for class com.hp.device.AbstractDefaultFacet
-
Constructs a facet that is projected onto the specified device info context.
- AbstractDefn - Class in com.hp.of.sw
-
A base class for representing test fixture definitions.
- AbstractDefn(AbstractDefReader) - Constructor for class com.hp.of.sw.AbstractDefn
-
Constructs the definition, caching the definition
file reader object.
- AbstractDefReader - Class in com.hp.of.sw
-
Abstract base class for parsing text-based definition files.
- AbstractDefReader(String) - Constructor for class com.hp.of.sw.AbstractDefReader
-
Constructs the definition file reader by reading in the specified
text file, and parsing it into logical lines.
- AbstractDefReader.Line - Class in com.hp.of.sw
-
Represents a single line of text from the definition file.
- AbstractDefReader.Line(int, String) - Constructor for class com.hp.of.sw.AbstractDefReader.Line
-
Constructs a line.
- AbstractDefReader.LogicalLine - Class in com.hp.of.sw
-
Represents a logical (non-comment) line from the definition
file; possibly an aggregate of several lines.
- AbstractDeviceDriverProvider - Class in com.hp.device
-
Base abstraction of a device driver provider for simplifying the task of implementing one.
- AbstractDeviceDriverProvider() - Constructor for class com.hp.device.AbstractDeviceDriverProvider
-
- AbstractDeviceInfo - Class in com.hp.device
-
- AbstractDeviceInfo(DefaultDeviceType) - Constructor for class com.hp.device.AbstractDeviceInfo
-
Creates a device info associated with the specified device type.
- AbstractDeviceLoader - Class in com.hp.device
-
- AbstractDeviceLoader(AbstractDeviceInfo, String) - Constructor for class com.hp.device.AbstractDeviceLoader
-
Create a device loader for the specified device info and Unique ID.
- AbstractEventBatcher<E> - Class in com.hp.util
-
Abstract mechanism for batching events.
- AbstractEventBatcher(int, long, long, Timer) - Constructor for class com.hp.util.AbstractEventBatcher
-
Creates an event batcher.
- AbstractEventSink<E,L> - Class in com.hp.util.event
-
Abstraction of an event sink suitable as a base implementation.
- AbstractEventSink() - Constructor for class com.hp.util.event.AbstractEventSink
-
- AbstractFacet - Class in com.hp.device
-
A partial implementation of
Facet
that maintains a device info context.
- AbstractFacet(DeviceInfo) - Constructor for class com.hp.device.AbstractFacet
-
Constructs a facet that is projected onto the specified device info context.
- AbstractFactory - Class in com.hp.of.lib
-
Provides a base implementation for all the factory classes out there.
- AbstractFactory() - Constructor for class com.hp.of.lib.AbstractFactory
-
- AbstractGraphPathSearch - Class in com.hp.ds.graph
-
Abstract base for various graph traversal or search implementations.
- AbstractGraphPathSearch() - Constructor for class com.hp.ds.graph.AbstractGraphPathSearch
-
- AbstractGraphPathSearch.DefaultResult - Class in com.hp.ds.graph
-
Default graph search result.
- AbstractGraphPathSearch.DefaultResult() - Constructor for class com.hp.ds.graph.AbstractGraphPathSearch.DefaultResult
-
- AbstractHint - Class in com.hp.of.ctl.pkt
-
An abstract base implementation of
Hint
that handles the hint type.
- AbstractHint(int) - Constructor for class com.hp.of.ctl.pkt.AbstractHint
-
Constructs the hint.
- AbstractJsonCodec<T> - Class in com.hp.util.json
-
An abstract JsonCodec.
- AbstractJsonCodec(String, String) - Constructor for class com.hp.util.json.AbstractJsonCodec
-
- AbstractJsonFactory - Class in com.hp.util.json
-
An abstract JsonFactory.
- AbstractJsonFactory() - Constructor for class com.hp.util.json.AbstractJsonFactory
-
- AbstractKey - Class in com.hp.sdn.driver
-
- AbstractKey(Key.Type) - Constructor for class com.hp.sdn.driver.AbstractKey
-
- AbstractKey(Key.Type, String) - Constructor for class com.hp.sdn.driver.AbstractKey
-
- AbstractLimiterFilter - Class in com.hp.util.rs.rate
-
A REST rate-limiter.
- AbstractLimiterFilter(Logger) - Constructor for class com.hp.util.rs.rate.AbstractLimiterFilter
-
- AbstractListenerHandler<T> - Class in com.hp.util.observer
-
Abstract listener handler.
- AbstractListenerHandler(Store<T>, ErrorHandler<T, Exception>) - Constructor for class com.hp.util.observer.AbstractListenerHandler
-
Creates a new listener handler.
- AbstractMessage - Class in com.hp.nbio
-
Abstract base implementation of the
Message
interface.
- AbstractMessage() - Constructor for class com.hp.nbio.AbstractMessage
-
- AbstractMetricDescriptorCodec<T extends MetricDescriptor> - Class in com.hp.sdn.adm.json
-
- AbstractMetricDescriptorCodec() - Constructor for class com.hp.sdn.adm.json.AbstractMetricDescriptorCodec
-
- AbstractModel<T,I extends Serializable> - Class in com.hp.sdn
-
Abstract model object.
- AbstractModel() - Constructor for class com.hp.sdn.AbstractModel
-
Creates a transfer object with no identity.
- AbstractModel(Id<? extends T, I>) - Constructor for class com.hp.sdn.AbstractModel
-
Creates a transfer object.
- AbstractModelEvent<M extends Model,T extends Enum<?>> - Class in com.hp.sdn.model
-
Base implementation of a typed model event.
- AbstractModelEvent(T, M) - Constructor for class com.hp.sdn.model.AbstractModelEvent
-
Constructs a typed model event.
- AbstractModelInfo<F extends Enum<?>> - Class in com.hp.sdn.model
-
Base implementation of a model information carrier.
- AbstractModelInfo() - Constructor for class com.hp.sdn.model.AbstractModelInfo
-
- AbstractMsgAssertor - Class in com.hp.of.common
-
A simple abstract base class for making assertions about
an openflow message.
- AbstractMsgAssertor(String, DataPathId, ProgrammableSink) - Constructor for class com.hp.of.common.AbstractMsgAssertor
-
Constructs a message assertor.
- AbstractParameterParser - Class in com.hp.util.syntax.parsers
-
Builtin abstraction of a locale-specific parser.
- AbstractParameterParser() - Constructor for class com.hp.util.syntax.parsers.AbstractParameterParser
-
Default constructor.
- AbstractParameterParser(Locale) - Constructor for class com.hp.util.syntax.parsers.AbstractParameterParser
-
Constructs a new parser using the given locale.
- AbstractProxy<T> - Class in com.hp.util.proxy
-
Abstract proxy.
- AbstractProxy() - Constructor for class com.hp.util.proxy.AbstractProxy
-
- AbstractQuery<K extends Serializable,P extends Storable<K>,T extends Transportable<? super T,K>,F,S> - Class in com.hp.sdn.dvc.dao
-
Helper class to simplify per noun access to the database
- AbstractQuery(AbstractDao<K, P, T, F, S>) - Constructor for class com.hp.sdn.dvc.dao.AbstractQuery
-
- AbstractQueuedConversationTracker - Class in com.hp.util.net.msg
-
An abstract conversation provider that maintains a shared executor for
creating queued conversations and keeps track of them using their id.
- AbstractQueuedConversationTracker() - Constructor for class com.hp.util.net.msg.AbstractQueuedConversationTracker
-
Create a queued conversation provider/tracker that will use a shared
ThreadPoolExecutor
with pool of 2 executors.
- AbstractQueuedConversationTracker(Executor) - Constructor for class com.hp.util.net.msg.AbstractQueuedConversationTracker
-
Create a queued conversation provider/tracker that will use the
specified executor as a shared one among all its queued conversations.
- AbstractReleaseCandidateData - Class in com.hp.util.version
-
- AbstractReleaseCandidateData(String[]) - Constructor for class com.hp.util.version.AbstractReleaseCandidateData
-
Protected constructor that takes a string array of data with
which to initialize this instance.
- AbstractReleaseVersionData - Class in com.hp.util.version
-
- AbstractReleaseVersionData(ReleaseVersion...) - Constructor for class com.hp.util.version.AbstractReleaseVersionData
-
Protected constructor that takes a variable number of release version
instances, removes duplicates, sorts them, and stores a copy.
- AbstractResourceValidator - Class in com.hp.util
-
This class extends the base functionality of
AbstractValidator
to provide useful
helper methods when validating implementations that must provide both a name and a description
for things from a resource bundle.
- AbstractResourceValidator() - Constructor for class com.hp.util.AbstractResourceValidator
-
- AbstractSuppliersBroker<S extends Supplier,T extends SupplierService> - Class in com.hp.sdn.supplier
-
Base implementation of a broker for registering and tracking suppliers.
- AbstractSuppliersBroker() - Constructor for class com.hp.sdn.supplier.AbstractSuppliersBroker
-
- AbstractSupplierService - Class in com.hp.sdn.supplier
-
Base implementation of a supplier service that can be invalidated.
- AbstractSupplierService() - Constructor for class com.hp.sdn.supplier.AbstractSupplierService
-
- AbstractTokenAuthFilter - Class in com.hp.util.rs.auth
-
A token-based authentication filter.
- AbstractTokenAuthFilter(Logger) - Constructor for class com.hp.util.rs.auth.AbstractTokenAuthFilter
-
- AbstractTransportObject<T,I extends Serializable> - Class in com.hp.sdn
-
Abstract transfer (transportable) object (DTO).
- AbstractTransportObject() - Constructor for class com.hp.sdn.AbstractTransportObject
-
Creates a transfer object with no identity.
- AbstractTransportObject(Id<? extends T, I>) - Constructor for class com.hp.sdn.AbstractTransportObject
-
Creates a transfer object.
- AbstractTypedEvent<T extends Enum<?>> - Class in com.hp.util.event
-
- AbstractTypedEvent(T) - Constructor for class com.hp.util.event.AbstractTypedEvent
-
Constructs a typed event.
- AbstractValidator - Class in com.hp.util
-
This class forms the basis for validators that want to report multiple warnings and errors.
- AbstractValidator() - Constructor for class com.hp.util.AbstractValidator
-
- AbstractValueType<E extends Serializable> - Class in com.hp.util.type
-
Abstract value type that hides the internal representation, for example the
internal representation of an IpAddress could be a String or bytes.
- AbstractValueType(E) - Constructor for class com.hp.util.type.AbstractValueType
-
Creates a new value type.
- accept(ServerSocketChannel) - Method in class com.hp.nbio.AcceptLoop
-
Processes the accept event pending on the specified socket channel.
- accept(String, ConversationProvider, ConnectionListener) - Method in class com.hp.util.net.msg.ConnectionBroker
-
Host and accept a connection on the specified network port.
- accept(String, ConversationProvider) - Method in class com.hp.util.net.msg.ConnectionBroker
-
Host and accept a connection on the specified network port.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.BooleanColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ByteArrayColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ByteColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<C>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.DateColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.DoubleColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.EnumColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.FloatColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.IntegerColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.LongColumn
-
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
- accept(ColumnVisitor<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.StringColumn
-
Method accept.
- accept(ColumnVisitor<C>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ValuelessColumn
-
- accept(V) - Method in interface com.hp.util.Visitable
-
Accepts a visitor (See visitor pattern).
- accepted() - Method in class com.hp.util.rs.BaseResource
-
Create an accepted response (202) with no caching.
- accepted(URI) - Method in class com.hp.util.rs.BaseResource
-
Create an accepted response (202) with no caching and a location header.
- AcceptLoop - Class in com.hp.nbio
-
Abstraction of an I/O loop for accepting in-bound socket connections.
- AcceptLoop(SocketAddress...) - Constructor for class com.hp.nbio.AcceptLoop
-
Creates an accept loop bound to the specified socket address(es) with
default select timeout.
- AcceptLoop(long, SocketAddress...) - Constructor for class com.hp.nbio.AcceptLoop
-
Creates an accept loop bound to the specified socket address(es) with
the given select timeout.
- acceptMessage(byte[]) - Method in class com.hp.util.net.msg.Conversation
-
Accept a byte form of a message in the context of a given conversation.
- acceptMessage(byte[]) - Method in class com.hp.util.net.msg.Echo
-
- acceptMessage(byte[]) - Method in class com.hp.util.net.msg.QueuedConversation
-
- acceptMessage(byte[]) - Method in class com.hp.util.net.msg.RequestResponseConversation
-
- acceptMessage(byte[]) - Method in class com.hp.util.net.msg.SendOnlyConversation
-
- accessToken() - Method in class com.hp.sdn.adm.hpws.HpwsLoginDescriptor
-
Returns the access token.
- ackNum() - Method in class com.hp.util.pkt.Tcp
-
Returns the acknowledgment number.
- ackNum(long) - Method in class com.hp.util.pkt.Tcp.Builder
-
Sets the acknowledgment number.
- ActCopyTtlIn - Class in com.hp.of.lib.instr
-
Flow action COPY_TTL_IN
.
- ActCopyTtlOut - Class in com.hp.of.lib.instr
-
Flow action COPY_TTL_OUT
.
- ActDecMplsTtl - Class in com.hp.of.lib.instr
-
Flow action DEC_MPLS_TTL
.
- ActDecNwTtl - Class in com.hp.of.lib.instr
-
Flow action DEC_NW_TTL
.
- ActExperimenter - Class in com.hp.of.lib.instr
-
Flow action EXPERIMENTER
.
- ActGroup - Class in com.hp.of.lib.instr
-
Flow action GROUP
.
- ActHeader - Class in com.hp.of.lib.instr
-
Denotes an action, holding just the header information.
- Action - Class in com.hp.of.lib.instr
-
Represents a Flow action.
- action() - Method in class com.hp.sdn.app.Application
-
Get the action of the application.
- action(Application.Action) - Method in class com.hp.sdn.app.Application.Builder
-
Sets the action.
- ActionCodec - Class in com.hp.of.json
-
A JSON codec capable of encoding and decoding
Action
objects.
- ActionCodec() - Constructor for class com.hp.of.json.ActionCodec
-
- ActionFactory - Class in com.hp.of.lib.instr
-
Provides facilities for parsing, creating and encoding
Action
instances.
- actions(FlowClass.ActionClass...) - Method in class com.hp.of.ctl.FlowClassRegistrator
-
Sets the specified flow mod action types to be registered.
- actions() - Method in interface com.hp.of.ctl.prio.FlowClass
-
Returns the set of expected action types.
- actions() - Method in class com.hp.of.ctl.prio.FlowClassAdapter
-
- actions(List<Action>) - Method in class com.hp.of.lib.mp.MBodyMutableFlowStats
-
Sets the actions; Since 1.0; Removed at 1.1.
- actionsForType(GroupType, Set<ActionType>) - Method in class com.hp.of.lib.mp.MBodyMutableGroupFeatures
-
Sets the actions supported for the given group type; since 1.2.
- ActionType - Enum in com.hp.of.lib.instr
-
Denotes the different actions that can be associated with
flow entries, groups or packets.
- activate(License) - Method in class com.hp.license.BaseLicenseHandler
-
- activate(License) - Method in interface com.hp.license.LicenseActivator
-
Activates the specified license.
- activate() - Method in class com.hp.of.sw.MockOpenflowSwitch
-
Instructs the mock-switch to connect to the controller.
- activate() - Method in class com.hp.of.sw.MockSwitchBank
-
Activates the switch bank, by starting the scenario script.
- activate(DataPathId) - Method in class com.hp.of.sw.MockSwitchBank
-
Activates the mock switch with the specified datapath ID.
- activate() - Method in class com.hp.sdn.dvc.dao.KeyStore
-
- activate() - Method in class com.hp.sdn.dvc.dao.TeamMapOwner
-
- activate(Map<String, Object>) - Method in class com.hp.sdn.misc.PoolableResourceClient
-
Provide the desired configurations.
- activate() - Method in class com.hp.util.cache.VocalAgeOutHashMap
-
Activates the vocal map, scheduling the map pruner to run at the
configured interval.
- activated() - Method in class com.hp.license.BaseLicense
-
- activated() - Method in interface com.hp.license.License
-
Activation date of this license key as applied during license activation.
- activeAt() - Method in interface com.hp.sdn.model.Topology
-
Returns the timestamp in millisecs of when the topology became active.
- activeCount(long) - Method in class com.hp.of.lib.mp.MBodyMutableTableStats
-
Sets the number of active entries.
- ActOutput - Class in com.hp.of.lib.instr
-
Flow action OUTPUT
.
- ActPopMpls - Class in com.hp.of.lib.instr
-
Flow action POP_MPLS
.
- ActPopPbb - Class in com.hp.of.lib.instr
-
Flow action POP_PBB
.
- ActPopVlan - Class in com.hp.of.lib.instr
-
Flow action POP_VLAN
.
- ActPushMpls - Class in com.hp.of.lib.instr
-
Flow action PUSH_MPLS
.
- ActPushPbb - Class in com.hp.of.lib.instr
-
Flow action PUSH_PBB
.
- ActPushVlan - Class in com.hp.of.lib.instr
-
Flow action PUSH_VLAN
.
- ActSetField - Class in com.hp.of.lib.instr
-
Flow action SET_FIELD
.
- ActSetMplsTtl - Class in com.hp.of.lib.instr
-
Flow action SET_MPLS_TTL
.
- ActSetNwTtl - Class in com.hp.of.lib.instr
-
Flow action SET_NW_TTL
.
- ActSetQueue - Class in com.hp.of.lib.instr
-
Flow action SET_QUEUE
.
- actualPriority() - Method in interface com.hp.of.ctl.prio.FlowClass
-
Returns the controller-issued actual priority that will be used when
sending flow-mod messages to the switches.
- actualPriority() - Method in class com.hp.of.ctl.prio.FlowClassAdapter
-
- actualPriority() - Method in interface com.hp.of.ctl.prio.FlowClassConstraints
-
Returns the administrator assigned actual priority that will be used
to assign to to the flow class.
- add(Vertex) - Method in class com.hp.ds.graph.AdjacencyListsGraph
-
- add(Edge) - Method in class com.hp.ds.graph.AdjacencyListsGraph
-
- add(Vertex) - Method in interface com.hp.ds.graph.MutableGraph
-
Adds the specified vertex to the graph.
- add(Edge) - Method in interface com.hp.ds.graph.MutableGraph
-
Adds the specified edge to the graph.
- add(MessageFuture...) - Method in class com.hp.of.lib.msg.MessageFutureBag
-
Adds more futures to the bag for tracking.
- add(RSDocProvider) - Method in interface com.hp.sdn.adm.rsdoc.RSDocRegistry
-
Adds a REST API documentation provider to the registry.
- add(K, V) - Method in class com.hp.sdn.dvc.dao.AbstractCache
-
Add the given ID for a given key.
- add(T) - Method in class com.hp.sdn.dvc.dao.AbstractQuery
-
- add(Key) - Method in class com.hp.sdn.dvc.dao.KeyStore
-
- add(Key) - Method in interface com.hp.sdn.dvc.dao.KeyStoreService
-
Persist and team the key
- add() - Method in interface com.hp.sdn.dvc.facet.NotificationHandler
-
Add the host notification entry to the device.
- add(T) - Method in class com.hp.sdn.metric.DataPointList
-
Inserts the specified
DataPoint
element into the list, ordered
by its last update time.
- add(Class<?>) - Method in class com.hp.util.codec.ClassNameCodec
-
Convenience method to add the class name of the given class to
the mappings.
- add(Object) - Method in class com.hp.util.codec.ClassNameCodec
-
Convenience method to add the class name of the class of the
given object to the mappings.
- add(String) - Method in interface com.hp.util.codec.EntropicStringCodec
-
This method adds another original string to the codec.
- add(String) - Method in class com.hp.util.codec.EntropicStringSetCodec
-
- add(T) - Method in interface com.hp.util.dao.DependentUpdater
-
Adds a new dependent.
- add(WebUtils.Tag) - Method in class com.hp.util.HTMLUtils.HTMLTag
-
Adds an HTML tag to this HTML tag.
- add(String) - Method in class com.hp.util.HTMLUtils.HTMLTag
-
Adds an direct string content to this HTML tag.
- add(JSONUtils.Primitive) - Method in class com.hp.util.JSONUtils.Array
-
Add an item to the array.
- add(String) - Method in class com.hp.util.JSONUtils.Array
-
Add an item to the array.
- add(long) - Method in class com.hp.util.JSONUtils.Array
-
Add an item to the array.
- add(boolean) - Method in class com.hp.util.JSONUtils.Array
-
Add an item to the array.
- add(Enum<?>) - Method in class com.hp.util.JSONUtils.Array
-
Add an item to the array.
- add(JSONUtils.Primitive[]) - Method in class com.hp.util.JSONUtils.Array
-
Add an array of items to the array.
- add(Enum<?>, JSONUtils.Primitive) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(String, JSONUtils.Primitive) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(Enum<?>, String) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(String, String) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(Enum<?>, long) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(String, long) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(Enum<?>, boolean) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(String, boolean) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(Enum<?>, Enum<?>) - Method in class com.hp.util.JSONUtils.Item
-
Add a named property to the object.
- add(String, Enum<?>) - Method in class com.hp.util.JSONUtils.Item
-
Add a named item property to the object.
- add(Enum<?>) - Method in class com.hp.util.MixedEnumSet
-
- add(T) - Method in interface com.hp.util.observer.Store
-
Adds an item to the store.
- add(T) - Method in class com.hp.util.observer.StrongReferenceListenerStore
-
- add(T) - Method in class com.hp.util.observer.WeakReferenceListenerStore
-
- add(Class<? super T>) - Method in class com.hp.util.proxy.Interfaces.Builder
-
Adds an interface to the set.
- add(long) - Method in class com.hp.util.ReadOnlyThroughputTracker
-
Disabled add operation.
- add(K, V) - Method in class com.hp.util.SafeMap.Builder
-
Adds a key/value pair to the map.
- add(String, Serializable, boolean) - Method in class com.hp.util.syntax.Parameters
-
Adds the specified name/object binding to the parameter map.
- add(Parameters) - Method in class com.hp.util.syntax.Parameters
-
Adds all bindings from the given parameter map to this parameter map.
- add(String) - Method in class com.hp.util.syntax.parsers.StringSet
-
Adds the given string to the set.
- add(String, boolean) - Method in class com.hp.util.syntax.parsers.StringSet
-
Adds the given string to the set, setting the name to the string value
if requested.
- add(long) - Method in class com.hp.util.ThroughputTracker
-
Add the specified number of entities to the tracker.
- add(String) - Method in class com.hp.util.WebUtils.Url
-
Adds a path segment to the end of the URL.
- addAction(Action) - Method in interface com.hp.of.ctl.pkt.PacketOut
-
Adds an action to the list of actions for this packet-out message.
- addAction(Action) - Method in class com.hp.of.ctl.pkt.PacketOutAdapter
-
- addAction(Action) - Method in class com.hp.of.lib.instr.InstrMutableAction
-
Adds the specified action to this instruction.
- addAction(Action) - Method in class com.hp.of.lib.msg.MutableBucket
-
Adds the specified action to this bucket; Since 1.1.
- addAction(Action) - Method in class com.hp.of.lib.msg.OfmMutableFlowMod
-
Adds an action to the action list; Since 1.0; Removed at 1.1.
- addAction(Action) - Method in class com.hp.of.lib.msg.OfmMutablePacketOut
-
Adds an action to the action list; Since 1.0; Removed at 1.1.
- addAll(Set<String>) - Method in interface com.hp.util.codec.EntropicStringCodec
-
This method adds more original (unencoded) strings to the codec.
- addAll(Set<String>) - Method in class com.hp.util.codec.EntropicStringSetCodec
-
- addAll(Collection<? extends Enum<?>>) - Method in class com.hp.util.MixedEnumSet
-
- addAppEventListener(AppEventListener) - Method in interface com.hp.sdn.adm.app.AppService
-
Adds a listener for application installation and run state changes.
- addBand(MeterBand) - Method in class com.hp.of.lib.mp.MBodyMutableMeterConfig
-
Adds a meter band to this meter config; Since 1.3.
- addBand(MeterBand) - Method in class com.hp.of.lib.msg.OfmMutableMeterMod
-
Adds a meter band to this meter-mod message; Since 1.3.
- addBinding(Class<? extends Facet>, Class<? extends AbstractFacet>) - Method in class com.hp.device.DefaultDeviceType
-
Allows subclasses to register a facet implementation binding.
- addBinding(String, Class<? extends Facet>, Class<? extends AbstractFacet>) - Method in interface com.hp.sdn.driver.FlexibleDriverProvider
-
Add the facet to the given device type and all children
- addBucket(Bucket) - Method in class com.hp.of.lib.msg.OfmMutableGroupMod
-
Adds a bucket to this group-mod message; Since 1.1.
- addBucketStats(long, long) - Method in class com.hp.of.lib.mp.MBodyMutableGroupStats
-
Sets the list of bucket stats for this group; Since 1.1.
- addCallback(Set<String>, URI) - Method in class com.hp.sdn.alert.AlertTopicListener
-
Define the set of topicIdSet and URI to be used in alert notification.
- addCapability(TableFeaturePropType, Set<? extends OfpCodeBasedEnum>) - Method in interface com.hp.of.ctl.pipeline.MutableTableContext
-
Adds the given capability to the context.
- addCData(String) - Method in class com.hp.util.WebUtils.Tag
-
Adds the specified string as content of this tag, but wrapped in a CDATA construct.
- addChild(DeviceType) - Method in class com.hp.device.DefaultDeviceType
-
Adds a device type as a direct child of this device type.
- addChildren(CodedTree.Node...) - Method in class com.hp.util.codec.CodedTree.Node
-
Adds the specified nodes as children of this node.
- addChildren(int...) - Method in class com.hp.util.codec.CodedTree.Node
-
Creates leaf nodes with the specified indices and attaches them
as child nodes to this node.
- addCodecs(Class<?>, JsonCodec<?>) - Method in class com.hp.util.json.AbstractJsonFactory
-
- addContent(WebUtils.Tag) - Method in class com.hp.util.WebUtils.Tag
-
Adds the specified tag as a child to this tag.
- addContent(String, boolean) - Method in class com.hp.util.WebUtils.Tag
-
Adds the specified string as content of this tag.
- addContent(String, boolean, boolean) - Method in class com.hp.util.WebUtils.Tag
-
Adds the specified string as content of this tag.
- addContent(String) - Method in class com.hp.util.WebUtils.Tag
-
Adds the specified string as verbatim content of this tag.
- addController(IpAddress) - Method in class com.hp.sdn.devown.RegionModel
-
Attempts to add a new controller IP address to the existing
List
.
- addConversation(Conversation) - Method in class com.hp.util.net.msg.AbstractConversationTracker
-
Add a new conversation to keep track of.
- addDataPathListener(DataPathListener) - Method in interface com.hp.of.ctl.ControllerService
-
Adds the specified datapath listener to the controller.
- addDataPathListener(DataPathListener) - Method in class com.hp.of.ctl.ControllerServiceAdapter
-
- addDevice(UUID, IpAddress) - Method in interface com.hp.sdn.adm.devown.DeviceOwnerService
-
- addDevice(IpAddress) - Method in interface com.hp.sdn.devown.Region
-
Attempts to add a new network element IP address to the existing
Set
.
- addDevice(IpAddress) - Method in class com.hp.sdn.devown.RegionModel
-
- addDevice(Device) - Method in class com.hp.sdn.dvc.DeviceStoreAdapter
-
- addDevice(Device) - Method in interface com.hp.sdn.dvc.DeviceStoreService
-
Persist and team this device.
- addDriver(File) - Method in class com.hp.device.DefaultDeviceDriverProvider
-
Parses the XML-encoded device driver definition from the specified file.
- addDriver(InputStream) - Method in class com.hp.device.DefaultDeviceDriverProvider
-
Parses the XML-encoded data off the specified input stream into a
device type instance.
- addDriver(HierarchicalConfiguration) - Method in class com.hp.device.DefaultDeviceDriverProvider
-
Parses the device driver definition from the specified hierarchical
configuration.
- added(EntryEvent<String, Nullable<Host>>) - Method in class com.hp.util.dcord.election.ElectionService
-
- added(EntryEvent<K, V>) - Method in interface com.hp.util.dcord.EntryListener
-
Method called to notify a new entry has been added.
- added(E) - Method in class com.hp.util.observer.AbstractDataListener
-
- added(E) - Method in interface com.hp.util.observer.DataListener
-
Method called to notify a new item has been added.
- addElement(HelloElement) - Method in class com.hp.of.lib.msg.OfmMutableHello
-
Adds the specified hello element to this HELLO message.
- addEmptyDescError(String) - Method in class com.hp.util.AbstractResourceValidator
-
Adds an error to the issue list stating that [keyPrefix]-desc is an empty resource.
- addEmptyDescError(String, String) - Method in class com.hp.util.AbstractResourceValidator
-
Adds an error to the issue list stating that [keyPrefix]-desc is an empty resource.
- addEmptyNameError(String) - Method in class com.hp.util.AbstractResourceValidator
-
Adds an error to the issue list stating that [keyPrefix]-name is an empty resource.
- addEmptyNameError(String, String) - Method in class com.hp.util.AbstractResourceValidator
-
Adds an error to the issue list stating that [keyPrefix]-name is an empty resource.
- addEndResponse(SnmpResponse, int) - Method in class com.hp.util.snmp.SnmpWalkTable
-
Set the end response, if nValidVBs > 0 there are valid variable bindings in the last response.
- addError(DataPathId, List<String>, String) - Method in class com.hp.of.common.ProgrammableSink
-
Adds an assertion error to the accumulation list for the given
datapath.
- addError(DataPathId, List<String>, String, Object, Object) - Method in class com.hp.of.common.ProgrammableSink
-
Adds an assertion error to the accumulation list for the given
datapath.
- addError(String) - Method in class com.hp.util.AbstractValidator
-
Add a message prefixed with "Error: "
- addField(MatchField) - Method in class com.hp.of.lib.match.MutableMatch
-
Adds the specified match field to this match.
- addFlowListener(FlowListener) - Method in interface com.hp.of.ctl.ControllerService
-
Adds the specified flow listener to the controller.
- addFlowListener(FlowListener) - Method in class com.hp.of.ctl.ControllerServiceAdapter
-
- addFlowStats(MBodyFlowStats) - Method in class com.hp.of.lib.mp.MBodyFlowStats.MutableArray
-
Adds a flow stats object to this mutable array.
- addGroupDesc(MBodyGroupDescStats) - Method in class com.hp.of.lib.mp.MBodyGroupDescStats.MutableArray
-
Adds a group description object to this mutable array.
- addGroupListener(GroupListener) - Method in interface com.hp.of.ctl.ControllerService
-
Adds the specified group listener to the controller.
- addGroupListener(GroupListener) - Method in class com.hp.of.ctl.ControllerServiceAdapter
-
- addGroupStats(MBodyGroupStats) - Method in class com.hp.of.lib.mp.MBodyGroupStats.MutableArray
-
Adds a group stats object to this mutable array.
- addHealthListener(HealthListener) - Method in interface com.hp.sdn.adm.app.HealthService
-
Add a health listener.
- addHealthMonitor(HealthMonitorable) - Method in interface com.hp.sdn.adm.app.HealthService
-
Add a new HealthMonitorable.
- addHealthMonitorableListener(HealthMonitorableListener) - Method in interface com.hp.sdn.adm.app.HealthService
-
Add a health monitorable listener.
- addHint(Hint) - Method in interface com.hp.of.ctl.pkt.MessageContext
-
Adds a hint to the context.
- addHint(Hint) - Method in class com.hp.of.ctl.pkt.MessageContextAdapter
-
- addHint(Hint) - Method in class com.hp.of.ctl.pkt.TestMessageContext
-
- addIndexedValue(K, Column<String, ?>, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.IndexEntryHandler
-
Adds an indexed value.
- addInfo(String) - Method in class com.hp.util.AbstractValidator
-
Add a message prefixed with "Info: "
- addInstruction(Instruction) - Method in class com.hp.of.lib.msg.OfmMutableFlowMod
-
Adds an instruction to the instruction list; Since 1.1.
- addIpAddress(VlanId, IpAddress, SubnetMask) - Method in interface com.hp.sdn.dvc.facet.VlanHandler
-
Add an IP address to the vlan.
- additional(String, Dns.RecordType, int, T) - Method in class com.hp.util.pkt.Dns.Builder
-
Sets the additionals array for a single resource record.
- additionals() - Method in class com.hp.util.pkt.Dns
-
Returns a copy of the additionals array.
- additionals(Dns.ResRecord<?>...) - Method in class com.hp.util.pkt.Dns.Builder
-
Sets the additionals array.
- addKey(Key) - Method in interface com.hp.sdn.driver.KeyService
-
Add the key for future discovery.
- addKey(Key) - Method in class com.hp.sdn.driver.KeyServiceAdapter
-
- addLicense(String, String) - Method in interface com.hp.sdn.adm.license.LicenseService
-
Validates and adds a product license issued by the authorized SDN
licensing portal.
- addLicense(String) - Method in interface com.hp.sdn.api.LicenseTransferService
-
Validates and adds a product license issued by the authorized SDN
licensing portal in all team members.
- addLicenseMetric(short, LicenseMetric) - Method in interface com.hp.sdn.adm.license.LicenseService
-
Add a new license metric.
- addListener(SubComponentListener) - Method in interface com.hp.of.ctl.SubComponentService
-
Adds the specified listener to the sub-component service.
- addListener(DeviceOwnerListener) - Method in interface com.hp.sdn.adm.devown.DeviceOwnerService
-
- addListener(DeviceListener) - Method in interface com.hp.sdn.device.DeviceService
-
Add the specified listener...
- addListener(DeviceListener) - Method in class com.hp.sdn.device.DeviceServiceAdapter
-
- addListener(LinkListener) - Method in interface com.hp.sdn.link.LinkService
-
Adds the specified link update listener.
- addListener(LinkListener) - Method in class com.hp.sdn.link.LinkServiceAdapter
-
- addListener(MetricRegistryListener) - Method in class com.hp.sdn.metric.MetricRegistry
-
- addListener(NodeListener) - Method in interface com.hp.sdn.node.NodeService
-
Registers a listener for all node-related events.
- addListener(NodeListener) - Method in class com.hp.sdn.node.NodeServiceAdapter
-
- addListener(TopologyListener) - Method in interface com.hp.sdn.topo.TopologyService
-
Registers a listener for only topology-related events.
- addListener(TopologyListener) - Method in class com.hp.sdn.topo.TopologyServiceAdapter
-
- addListener(VocalMapListener<V>) - Method in class com.hp.util.cache.VocalAgeOutHashMap
-
Adds the specified listener to this map.
- addListener(L) - Method in class com.hp.util.event.AbstractEventSink
-
Adds a new listener.
- addMacAddresses(TunnelIndex, Vni, Set<MacAddress>) - Method in interface com.hp.sdn.dvc.facet.VxlanHandler
-
Adds the given set of remote MAC addresses to the specified tunnel/VNI; facilitates static learning.
- addManagementURI(URI) - Method in class com.hp.sdn.model.DefaultDevice
-
Add a management URI to the list of possible ways to communicate
with this device.
- addMatchField(OxmFieldType, boolean) - Method in interface com.hp.of.ctl.pipeline.MutableTableContext
-
Adds the given match field to the context
- addMatchFieldCapability(TableFeaturePropType, Set<? extends OxmFieldType>) - Method in interface com.hp.of.ctl.pipeline.MutableTableContext
-
Adds the given match capability to the context.
- addMessageListener(MessageListener, Set<MessageType>) - Method in interface com.hp.of.ctl.ControllerService
-
Adds the specified message listener to the controller.
- addMessageListener(MessageListener, Set<MessageType>) - Method in class com.hp.of.ctl.ControllerServiceAdapter
-
- addMeterBandStat(MBodyMeterStats.MeterBandStats) - Method in class com.hp.of.lib.mp.MBodyMutableMeterStats
-
- addMeterConfigs(MBodyMeterConfig) - Method in class com.hp.of.lib.mp.MBodyMeterConfig.MutableArray
-
Adds a meter config object to this mutable array.
- addMeterListener(MeterListener) - Method in interface com.hp.of.ctl.ControllerService
-
Adds the specified meter listener to the controller.
- addMeterListener(MeterListener) - Method in class com.hp.of.ctl.ControllerServiceAdapter
-
- addMeterStats(MBodyMeterStats) - Method in class com.hp.of.lib.mp.MBodyMeterStats.MutableArray
-
Adds a meter stats object to this mutable array.
- addMissingDescError(String) - Method in class com.hp.util.AbstractResourceValidator
-
Adds an error to the issue list stating that [keyPrefix]-desc is a missing resource.
- addMissingDescError(String, String) - Method in class com.hp.util.AbstractResourceValidator
-
Adds an error to the issue list stating that [keyPrefix]-desc is a missing resource.
- addMissingNameError(String) - Method in class com.hp.util.AbstractResourceValidator
-
Adds an error to the issue list stating that [keyPrefix]-name is a missing resource.
- addMissingNameError(String, String) - Method in class com.hp.util.AbstractResourceValidator
-
Adds an error to the issue list stating that [keyPrefix]-name is a missing resource.
- addNextTable(TableId) - Method in interface com.hp.of.ctl.pipeline.MutableTableContext
-
Adds the given table Id to the next tables set.
- addNextTableMiss(TableId) - Method in interface com.hp.of.ctl.pipeline.MutableTableContext
-
Adds the given table Id to the next tables miss set.
- addNode(SyntaxNode) - Method in class com.hp.util.syntax.SyntaxPackage
-
Adds the given node to the syntax package.
- addOid(SnmpOid) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type NULL.
- addOid(String) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type NULL.
- addOpMetricsIfAbsent(String) - Method in class com.hp.util.perf.model.Perf
-
- addPackage(SyntaxPackage) - Method in class com.hp.util.syntax.SyntaxMatcher
-
Registers the given set of packages with this matcher.
- addPackage(SyntaxPackage) - Method in class com.hp.util.syntax.usage.SyntaxUsage
-
Registers the given package with the usage generator.
- addPackages(Set<SyntaxPackage>) - Method in class com.hp.util.syntax.SyntaxMatcher
-
Registers the given set of packages with this matcher.
- addPackages(Set<SyntaxPackage>) - Method in class com.hp.util.syntax.usage.SyntaxUsage
-
Registers all syntax packages in the given set with the usage
generator.
- addPacketListener(SequencedPacketListener, PacketListenerRole, int) - Method in interface com.hp.of.ctl.ControllerService
-
Adds the specified packet listener to the packet sequencer, in the
specified role and at the specified altitude.
- addPacketListener(SequencedPacketListener, PacketListenerRole, int, Set<ProtocolId>) - Method in interface com.hp.of.ctl.ControllerService
-
Adds the specified packet listener to the sequencer, in the
specified role and at the specified altitude.
- addPacketListener(SequencedPacketListener, PacketListenerRole, int) - Method in class com.hp.of.ctl.ControllerServiceAdapter
-
- addPacketListener(SequencedPacketListener, PacketListenerRole, int, Set<ProtocolId>) - Method in class com.hp.of.ctl.ControllerServiceAdapter
-
- addPacketListener(SequencedPacketListener, PacketListenerRole, int) - Method in interface com.hp.of.ctl.pkt.PacketSequencer
-
Adds the specified packet listener to the sequencer, in the
specified role and at the specified altitude.
- addPacketListener(SequencedPacketListener, PacketListenerRole, int, Set<ProtocolId>) - Method in interface com.hp.of.ctl.pkt.PacketSequencer
-
Adds the specified packet listener to the sequencer, in the
specified role and at the specified altitude.
- addParser(TypedParser, Class<?>) - Method in interface com.hp.util.syntax.ParserLoader
-
Registers the specified parser in the pool of parsers that implement
the specified interface.
- addParser(TypedParser, Class<?>) - Method in class com.hp.util.syntax.SyntaxPackage
-
Registers the specified parser, using its type token, in the pool of
parsers that implement the specified interface.
- addPath(Path) - Method in class com.hp.ds.graph.AbstractGraphPathSearch.DefaultResult
-
Add the path to the search results.
- addPerfIfAbsent(String) - Method in interface com.hp.util.perf.api.PerfMetricsProvider
-
Add a new performance monitor if one has not existed, else return the
existing one.
- addPerfIfAbsent(String) - Method in class com.hp.util.perf.model.MetricsCache
-
- addPort(Port) - Method in class com.hp.of.lib.mp.MBodyPortDesc.MutableArray
-
Adds a port to this mutable port description array.
- addPort(Port) - Method in class com.hp.of.lib.msg.OfmMutableFeaturesReply
-
Adds a port to the list of ports; Since 1.0; Removed at 1.3.
- addPort(VlanPortPair) - Method in interface com.hp.sdn.dvc.facet.VlanHandler
-
Add a port to a vlan.
- addPortStats(MBodyPortStats) - Method in class com.hp.of.lib.mp.MBodyPortStats.MutableArray
-
Adds a port stats object to this mutable array.
- addProp(TableFeatureProp) - Method in class com.hp.of.lib.mp.MBodyMutableTableFeatures
-
Adds a table features property to this entry, describing a capability
of the table.
- addProperty(QueueProperty) - Method in class com.hp.of.lib.msg.MutableQueue
-
Adds a property to this queue; Since 1.0.
- addProvider(DeviceDriverProvider) - Method in interface com.hp.device.DeviceDriverBroker
-
Adds the given provider to the collection of providers tracked by this broker.
- addProvider(DeviceDriverProvider) - Method in class com.hp.device.DeviceDriverFactory
-
- addProvider(String, ConversationProvider) - Method in class com.hp.util.net.msg.ConversationBroker
-
Add a new provider for the specified topic.
- AddQuery<T extends TransportObject<? super T,?>,P extends Storable<?>,C> - Class in com.hp.util.persistence.cassandra.query
-
AddQuery is used by the consumers of DataStore Service to create a row in a
table/column family of a database.
- AddQuery(T, Dao<?, T, P, ?, ?, C>) - Constructor for class com.hp.util.persistence.cassandra.query.AddQuery
-
Provides ability for the business logic to perform
Write operations on the persistence layer.
- addQueue(Queue) - Method in class com.hp.of.lib.msg.OfmMutableQueueGetConfigReply
-
Adds a queue to the list of queues; since 1.0.
- addQueueStats(MBodyQueueStats) - Method in class com.hp.of.lib.mp.MBodyQueueStats.MutableArray
-
Adds a queue stats object to this mutable array.
- addRange(IpRange) - Method in interface com.hp.sdn.devown.Region
-
Attempts to add a new network element IP address range to the existing
Set
.
- addRange(IpRange) - Method in class com.hp.sdn.devown.RegionModel
-
- addRegion(Region) - Method in interface com.hp.sdn.adm.devown.DeviceOwnerService
-
- addResponse(SnmpResponse) - Method in class com.hp.util.snmp.SnmpWalkTable
-
Adds the response to the list.
- address() - Method in interface com.hp.api.Addressable
-
Gets the address.
- address() - Method in class com.hp.sdn.system.SystemInformation
-
- address() - Method in class com.hp.sdn.teaming.TeamConfiguration.MemberConfiguration
-
- address() - Method in class com.hp.util.ip.Host
-
- Addressable<A> - Interface in com.hp.api
-
Addressable.
- addresses() - Method in class com.hp.of.ctl.ControllerConfig
-
Returns the set of addresses to listen on.
- addresses(Set<IpAddress>) - Method in class com.hp.of.ctl.ControllerConfig.Builder
-
Sets the addresses that the controller should listen on.
- addSeparator(String, char) - Static method in class com.hp.util.FilePathUtils
-
Return the path with the specified file separator added at the end, or
the original path if it already has a trailing path separator.
- addSink(Class<? extends Event>, EventSink) - Method in class com.hp.util.event.DefaultEventSinkBroker
-
- addSink(Class<? extends Event>, EventSink) - Method in class com.hp.util.event.EventDispatchServiceAdapter
-
- addSink(Class<? extends Event>, EventSink) - Method in interface com.hp.util.event.EventSinkBroker
-
Adds a new event sink associated with the specified event class.
- addSortComponent(T, SortOrder) - Method in class com.hp.util.SortSpecification
-
Appends a sort component to the collection of sort components for this
specification
- addSyntaxDefinitions(InputStream) - Method in class com.hp.util.syntax.SyntaxRepository
-
Parses the command-line syntax definitions supplied through the given
input stream and adds the resulting syntax package to the repository.
- addTableContext(TableContext) - Method in interface com.hp.of.ctl.pipeline.MutablePipelineDefinition
-
Adds the given table context to the context list.
- addTableFeatures(MBodyTableFeatures) - Method in class com.hp.of.lib.mp.MBodyTableFeatures.MutableArray
-
Adds a table features object to this mutable array.
- addTableStats(MBodyTableStats) - Method in class com.hp.of.lib.mp.MBodyTableStats.MutableArray
-
Adds a table stats object to this mutable array.
- addTeamDeletionStateValidator(StateValidator<TeamConfiguration>) - Method in interface com.hp.sdn.teaming.TeamingAdminService
-
Add a state validator.
- addTokens(String, String) - Method in class com.hp.util.syntax.parsers.StringSet
-
Adds to the set a set the tokens parsed from the given token string
using the supplied delimiter.
- addTokens(String, String, String) - Method in class com.hp.util.syntax.parsers.StringSet
-
Adds to set the tokens parsed from the given token string using the
supplied delimiter.
- addToMutation(ColumnMutation) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn
-
Adds the column to a mutation.
- addToMutation(ColumnListMutation<C>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn
-
Adds the column to a mutation.
- addType(String, DefaultDeviceType) - Method in class com.hp.device.AbstractDeviceDriverProvider
-
Adds the specified device type to the type bindings under the given name.
- addType(DefaultDeviceType) - Method in class com.hp.device.AbstractDeviceDriverProvider
-
- addType(boolean, HierarchicalConfiguration, String, String) - Method in class com.hp.device.DefaultDeviceDriverProvider
-
Processes the supplied hierarchical configuration, that contains device
type definition.
- addVB(SnmpOid, SnmpField) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind using the passed in object.
- addVB(String, SnmpField) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind using the passed in object.
- addVB(SnmpOid, int) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type INTEGER.
- addVB(String, int) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type INTEGER.
- addVB(SnmpOid, String) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type OCTET_STR.
- addVB(String, String) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type OCTET_STR.
- addVB(SnmpOid, byte[]) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type OCTET_STR.
- addVB(String, byte[]) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type OCTET_STR.
- addVB(SnmpOid, IpAddress) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type IP_ADDRESS.
- addVB(String, IpAddress) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type IP_ADDRESS.
- addVB(SnmpOid, SnmpOid) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type OID.
- addVB(String, SnmpOid) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type OID.
- addVB_64(SnmpOid, long) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type COUNTER64.
- addVB_64(String, long) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type COUNTER64.
- addVB_U32(SnmpOid, long) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type COUNTER32.
- addVB_U32(String, long) - Method in class com.hp.util.snmp.VarBinds
-
Add VarBind of type COUNTER32.
- addVerbatim(String) - Method in class com.hp.util.AbstractValidator
-
Add a message verbatim.
- addWarning(String) - Method in class com.hp.util.AbstractValidator
-
Add a message prefixed with "Warning: "
- AdjacencyListsGraph - Class in com.hp.ds.graph
-
Base implementation of a graph, using adjacency lists.
- AdjacencyListsGraph() - Constructor for class com.hp.ds.graph.AdjacencyListsGraph
-
- adjustFlowMod(DataPathInfo, OfmFlowMod) - Method in interface com.hp.of.ctl.FlowModAdvisor
-
Adjusts the specified flowmod for the specified datapath, as might be
necessary based on the nuances of the device, returning one or more
flowmods as a result.
- adjustFlowMod(OfmFlowMod) - Method in interface com.hp.sdn.dvc.facet.FlowModFacet
-
Adjusts the given FlowMod based on the table properties of this device.
- ADMIN_TOKEN - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
Keystone admin token for use in vanilla Keystone
- AdminRest - Interface in com.hp.sdn.misc
-
- AdminRestComponent - Class in com.hp.sdn.misc
-
A poolable HTTP client that can be used with the controller's Admin
REST API.
- AdminRestComponent() - Constructor for class com.hp.sdn.misc.AdminRestComponent
-
- advanceMs(long) - Method in class com.hp.util.test.FakeTimeUtils
-
Advances the clock by the specified number of milliseconds.
- advertise(Set<PortFeature>) - Method in class com.hp.of.lib.msg.OfmMutablePortMod
-
Sets the features of this port to advertise; Since 1.0.
- advertised(Set<PortFeature>) - Method in class com.hp.of.lib.msg.MutablePort
-
Sets the port advertised features flags, (may be null); Since 1.0.
- AgentAwareResource - Class in com.hp.util.rs
-
Base REST resource implementation.
- AgentAwareResource(Logger) - Constructor for class com.hp.util.rs.AgentAwareResource
-
Create a resource capable of logging to the specified logger.
- AgeOutHashMap<K,V> - Class in com.hp.util.cache
-
Provides a map of key/value pairs that will automatically age-out when not
write-accessed within a given number of milliseconds.
- AgeOutHashMap() - Constructor for class com.hp.util.cache.AgeOutHashMap
-
Constructs a map with the initial age-out set to the default
value of
5000L milliseconds.
- AgeOutHashMap(long) - Constructor for class com.hp.util.cache.AgeOutHashMap
-
Constructs a map with the specified initial age-out value (ms).
- AgeOutHashMap(long, boolean) - Constructor for class com.hp.util.cache.AgeOutHashMap
-
Constructs a map with the specified initial age-out value (ms).
- aggregate(Health<C>) - Method in class com.hp.util.health.StateAggregator
-
Applies the aggregation computation and sets the result as
the aggregate state on the specified health object.
- Alert - Interface in com.hp.of.ctl
-
Represents an alert raised by the controller.
- Alert - Class in com.hp.sdn.alert
-
Descriptor holding the basic information required to represent an alert.
- Alert(Id<SystemInformation, UUID>, boolean, String, String, Date, Severity, String) - Constructor for class com.hp.sdn.alert.Alert
-
Constructs an instance of an Alert.
- Alert(Id<Alert, UUID>, Id<SystemInformation, UUID>, boolean, String, String, Date, Severity, String) - Constructor for class com.hp.sdn.alert.Alert
-
Constructs an instance of an Alert with a unique identification.
- Alert.Severity - Enum in com.hp.of.ctl
-
Designates the severity of the alert.
- AlertCodec - Class in com.hp.sdn.adm.json
-
A JSON codec capable of encoding and decoding
Alert
objects.
- AlertCodec() - Constructor for class com.hp.sdn.adm.json.AlertCodec
-
- alertCount() - Method in interface com.hp.sdn.adm.alert.AlertService
-
Returns the number of alerts maintained in persistence.
- AlertEntity - Class in com.hp.sdn.adm.dao.model
-
Represents an Alert entity within the persistence layer.
- AlertEntity() - Constructor for class com.hp.sdn.adm.dao.model.AlertEntity
-
Default constructor used by persistence framework.
- AlertEntity(UUID, UUID, Boolean, String, String, Date, Severity, String) - Constructor for class com.hp.sdn.adm.dao.model.AlertEntity
-
Creates an alert entity.
- AlertEntity.AlertSeverity - Enum in com.hp.sdn.adm.dao.model
-
Representation of the Severity enumeration - required due to OSGi
behaviors with regards to the JPA representation of all entity
artifacts maintained in the same physical bundle.
- AlertFilter - Class in com.hp.sdn.alert
-
Filter alerts based on the supplied conditions.
- AlertFilter() - Constructor for class com.hp.sdn.alert.AlertFilter
-
- AlertPostService - Interface in com.hp.sdn.api
-
Provides ability to post alert data to a specific URI.
- AlertService - Interface in com.hp.sdn.adm.alert
-
Basic service supporting
Alert
management.
- AlertServiceInternal - Interface in com.hp.sdn.adm.alert
-
Internal marker interface to allow team synchronization.
- AlertSink - Interface in com.hp.of.ctl
-
A destination for alerts generated by the OpenFlow controller.
- AlertSortAttribute - Enum in com.hp.sdn.alert
-
Defines the alert attributes which may be used for data sorting.
- AlertSummary - Class in com.hp.sdn.alert
-
Alert summary data representing a point in time compilation of alert data.
- AlertSummary(long, List<Alert>, Severity) - Constructor for class com.hp.sdn.alert.AlertSummary
-
Construct an alert summary data with the supplied parameters.
- AlertTopic - Interface in com.hp.sdn.adm.alert
-
Represents a topic for which a component will classify the alerts that are
contributed.
- AlertTopicCodec - Class in com.hp.sdn.adm.json
-
A JSON codec capable of encoding and decoding
AlertTopic
objects.
- AlertTopicCodec() - Constructor for class com.hp.sdn.adm.json.AlertTopicCodec
-
- AlertTopicListener - Class in com.hp.sdn.alert
-
Represents a listener for a given alert topic, with the notification when an
alert from the associated alert topic occurs being sent to the supplied
URI.
- AlertTopicListener(Id<AlertTopicListener, UUID>, String, String) - Constructor for class com.hp.sdn.alert.AlertTopicListener
-
Construct a listener for an alert topic.
- AlertTopicListener(String, String) - Constructor for class com.hp.sdn.alert.AlertTopicListener
-
Construct a listener for an alert topic.
- AlertTopicListener.CallBack - Class in com.hp.sdn.alert
-
Alert Topic Listener call back definition.
- AlertTopicListenerCodec - Class in com.hp.sdn.adm.json
-
- AlertTopicListenerCodec() - Constructor for class com.hp.sdn.adm.json.AlertTopicListenerCodec
-
- AlertTopicListenerEntity - Class in com.hp.sdn.adm.dao.model
-
Alert topic listener entity.
- AlertTopicListenerEntity() - Constructor for class com.hp.sdn.adm.dao.model.AlertTopicListenerEntity
-
Default constructor used by persistence framework.
- AlertTopicListenerEntity(UUID, String, String, Set<AlertTopicListener.CallBack>) - Constructor for class com.hp.sdn.adm.dao.model.AlertTopicListenerEntity
-
Creates an alert topic listener entity.
- AlertTopicListenerEntity.EmbeddableCallback - Class in com.hp.sdn.adm.dao.model
-
Embeddable Callback.
- AlertTopicListenerEntity.EmbeddableCallback() - Constructor for class com.hp.sdn.adm.dao.model.AlertTopicListenerEntity.EmbeddableCallback
-
- AlertTopicListenerEntity.EmbeddableCallback(URI, Set<String>) - Constructor for class com.hp.sdn.adm.dao.model.AlertTopicListenerEntity.EmbeddableCallback
-
- AlertTopicListenerService - Interface in com.hp.sdn.adm.alert
-
Service for the processing of Alert Topic listeners.
- AlertTopicListenerServiceInternal - Interface in com.hp.sdn.adm.alert
-
Internal marker interface to allow team synchronization.
- AlertTopicListenerTransferService - Interface in com.hp.sdn.api
-
Alert topic lister transfer service (Sideway API).
- AlertTransferService - Interface in com.hp.sdn.api
-
Service for transportation of alerts between team members.
- Algorithm - Enum in com.hp.util.codec
-
This enumeration declares the algorithms available for creating mappings
in the codecs.
- algorithm() - Method in class com.hp.util.pkt.Dns.SigData
-
Returns the algorithm type.
- align(OfmFlowMod, DataPathId) - Method in interface com.hp.of.ctl.pipeline.PipelineReader
-
Returns the set of table IDs of the given datapath's pipeline definition
that support the given flow mod.
- alignBlock(String, int) - Static method in class com.hp.util.syntax.usage.ColumnarTextFormat
-
Utility method that formats the provided String according to the
assumption that it is composed of one continuous block of text that
should be justified, using the default maximum line length.
- alignBlock(String, int, int, String) - Static method in class com.hp.util.syntax.usage.ColumnarTextFormat
-
Utility method that formats the provided String according to the
assumption that it is composed of one continuous block of text that
should be justified.
- alignTwoColumns(String, int, int) - Static method in class com.hp.util.syntax.usage.ColumnarTextFormat
-
Utility method that formats the provided String according to the
assumption that it is composed of newline-delimited lines, and that
each line has the space-delimited format "left right".
- alignTwoColumns(String, int, int, int) - Static method in class com.hp.util.syntax.usage.ColumnarTextFormat
-
Utility method that formats the provided String according to the
assumption that it is composed of newline-delimited lines, and that
each line has the space-delimited format "left right".
- alignTwoColumns(String, int, int, int, int) - Static method in class com.hp.util.syntax.usage.ColumnarTextFormat
-
Utility method that formats the provided String according to the
assumption that it is composed of newline-delimited lines, and that
each line has the space-delimited format "left right".
- alignTwoColumns(String, int, int, int, int, String) - Static method in class com.hp.util.syntax.usage.ColumnarTextFormat
-
Utility method that formats the provided String according to the
assumption that it is composed of newline-delimited lines, and that
each line has the space-delimited format "left right".
- ALL - Static variable in class com.hp.of.lib.dt.GroupId
-
All groups, for group delete commands or group stats requests;
Since 1.1.
- ALL - Static variable in class com.hp.of.lib.dt.MeterId
-
Represents all meters for stat requests commands.
- ALL - Static variable in class com.hp.of.lib.dt.QueueId
-
Wildcard queue used for queue stats requests; Since 1.0.
- ALL - Static variable in class com.hp.of.lib.dt.TableId
-
Denotes all tables.
- ALL - Static variable in class com.hp.of.lib.msg.Port
-
All physical ports except input port; Since 1.0.
- ALL - Static variable in interface com.hp.sdn.metric.MetricFilter
-
- all(Class<T>) - Static method in class com.hp.util.proxy.Interfaces
-
Extracts all interfaces implemented by the given subject
.
- ALL_META_BITS - Static variable in class com.hp.of.lib.mp.MBodyTableFeatures
-
The 64-bit value where all bits are set.
- AllRowsSecondaryIndex<C extends Serializable & Comparable<C>,D> - Class in com.hp.util.persistence.cassandra.index
-
Custom secondary index column family to keep all rows from another column
family (or main column family) as columns in a wide row so they are counted
and paged.
- AllRowsSecondaryIndex(String, CassDataTypes, Serializer<C>, Denormalizer<C, D>) - Constructor for class com.hp.util.persistence.cassandra.index.AllRowsSecondaryIndex
-
Creates a custom secondary index.
- ALPHANUMERIC - Static variable in class com.hp.util.format.SimpleTokenMessageTranslator
-
String constant of all legal alpha-numeric characters.
- ALPHANUMERIC_PUNCTUATION - Static variable in class com.hp.util.format.SimpleTokenMessageTranslator
-
String consisting of all alphanumeric characters,
',', '.', '-', and '_'
- AlphaNumericName - Class in com.hp.util.ip
-
Represents an alpha-numeric name.
- alreadyConfigured() - Method in interface com.hp.sdn.dvc.facet.NotificationHandler
-
Is the supplied host ip already configured as a destination for
notifications on this device?
- alreadyDiscarded() - Method in class com.hp.nbio.MessageBuffer
-
Returns true if this buffer has already been discarded.
- ALT - Static variable in class com.hp.util.HTMLUtils
-
- altitude() - Method in interface com.hp.of.ctl.pkt.SplMetric
-
Returns the packet listener's registered altitude.
- ANCHOR - Static variable in class com.hp.util.HTMLUtils
-
- and(byte[], byte[]) - Static method in class com.hp.util.ByteUtils
-
This method performs a logical AND of the bits in byte array
b
with the other
array.
- and(byte[], byte[], int) - Static method in class com.hp.util.ByteUtils
-
This method performs a logical AND of the bits in byte array
b
with the other
array, from the specified offset to
the end of byte array b
.
- and(byte[], byte[], int, int) - Static method in class com.hp.util.ByteUtils
-
This method performs a logical AND of the bits in byte array
b
with the other
array, for the specified region of
byte array b
.
- and(CriteriaBuilder, Predicate...) - Method in class com.hp.util.dao.QueryPredicateGenerator
-
Performs And operation on the given predicates.
- and(Expr...) - Static method in class com.hp.util.sql.SqlUtils
-
This method returns an expression that combines the sub-expressions with logical AND.
- and(Collection<Expr>) - Static method in class com.hp.util.sql.SqlUtils
-
This method returns an expression that combines the sub-expressions with logical AND.
- ann(String) - Static method in class com.hp.util.ip.AlphaNumericName
-
- annotate(HttpRequestBase, LoginContext) - Method in class com.hp.sdn.misc.ResourceClient
-
Annotate the given request with the token of the supplied login
context.
- annotate(HttpRequestBase, LoginContext) - Method in class com.hp.sdn.misc.ServiceRestComponent
-
- answer(String, Dns.RecordType, int, T) - Method in class com.hp.util.pkt.Dns.Builder
-
Sets the answers array for a single resource record.
- answers() - Method in class com.hp.util.pkt.Dns
-
Returns a copy of the answers.
- answers(Dns.ResRecord<?>...) - Method in class com.hp.util.pkt.Dns.Builder
-
Sets the answers array.
- ANY - Static variable in class com.hp.of.lib.dt.GroupId
-
Wildcard group used for flow stats requests; Since 1.1.
- ANY - Static variable in class com.hp.of.lib.msg.Port
-
Wildcard port used only for flow mod (delete) and flow stats
requests; Since 1.1.
- apId() - Method in class com.hp.sdn.alert.AlertTopicListener
-
Returns the string associated with the application that contributed this
listener.
- app() - Method in exception com.hp.sdn.app.ApplicationPartialSuccessException
-
Get the application that is associated with this partial success.
- APP_ID - Static variable in class com.hp.sdn.adm.json.AbstractMetricDescriptorCodec
-
- APP_NAME - Static variable in class com.hp.util.persistence.cassandra.entitymgr.wal.CommonDefs
-
- appendEdge(Edge) - Method in class com.hp.ds.graph.DefaultPath
-
- appendEdge(Edge) - Method in interface com.hp.ds.graph.MutablePath
-
Appends the given edge to the end of the path.
- AppEventListener - Interface in com.hp.sdn.adm.app
-
Facade for accepting notification about application registration and run
state changes.
- AppExistException - Exception in com.hp.sdn.app
-
An exception thrown when an application already exist and the operation
being performed does not allow that.
- AppExistException(String) - Constructor for exception com.hp.sdn.app.AppExistException
-
Constructs an exception with the specified message.
- AppExistException(String, Throwable) - Constructor for exception com.hp.sdn.app.AppExistException
-
Constructs an exception with the specified message and cause.
- appId() - Method in class com.hp.sdn.adm.dao.model.AlertTopicListenerEntity
-
Returns the application contributing the listener.
- appId(String) - Method in class com.hp.sdn.metric.CounterDescriptor.CounterDescriptorBuilder
-
- appId(String) - Method in class com.hp.sdn.metric.GaugeDescriptor.GaugeDescriptorBuilder
-
- appId(String) - Method in class com.hp.sdn.metric.HistogramDescriptor.HistogramDescriptorBuilder
-
- appId(String) - Method in class com.hp.sdn.metric.MeterDescriptor.MeterDescriptorBuilder
-
- appId - Variable in class com.hp.sdn.metric.MetricDescriptor.MetricDescriptorBuilder
-
- appId(String) - Method in class com.hp.sdn.metric.MetricDescriptor.MetricDescriptorBuilder
-
- appId(String) - Method in class com.hp.sdn.metric.RatioGaugeDescriptor.RatioGaugeDescriptorBuilder
-
- appId(String) - Method in class com.hp.sdn.metric.RollingCounterDescriptor.RollingCounterDescriptorBuilder
-
- appId(String) - Method in class com.hp.sdn.metric.TimerDescriptor.TimerDescriptorBuilder
-
- appId - Static variable in class com.hp.util.persistence.cassandra.entitymgr.wal.AppIdGenerator
-
- AppIdGenerator - Class in com.hp.util.persistence.cassandra.entitymgr.wal
-
This Singleton Utility generates the MAC address of host.
- AppletalkMib - Interface in com.hp.util.snmp.constants
-
- Application - Class in com.hp.sdn.app
-
Representation of an application managed by the system (immutable).
- Application.Action - Enum in com.hp.sdn.app
-
Indicated what actions are available for this application.
- Application.Builder - Class in com.hp.sdn.app
-
Builder to create an instance.
- Application.Builder() - Constructor for class com.hp.sdn.app.Application.Builder
-
- Application.Builder(Application) - Constructor for class com.hp.sdn.app.Application.Builder
-
Builder copy constructor.
- Application.State - Enum in com.hp.sdn.app
-
Application states within the controller.
- ApplicationArtifact - Class in com.hp.sdn.app
-
Representation of an application artifact
- ApplicationArtifact.Builder - Class in com.hp.sdn.app
-
Builder to create an instance.
- ApplicationArtifact.Builder() - Constructor for class com.hp.sdn.app.ApplicationArtifact.Builder
-
Default constructor
- ApplicationArtifact.Builder(ApplicationArtifact) - Constructor for class com.hp.sdn.app.ApplicationArtifact.Builder
-
Builder copy constructor.
- ApplicationArtifactCodec - Class in com.hp.sdn.adm.json
-
- ApplicationArtifactCodec() - Constructor for class com.hp.sdn.adm.json.ApplicationArtifactCodec
-
- ApplicationCodec - Class in com.hp.sdn.adm.json
-
A JSON codec capable of encoding and decoding
Application
objects.
- ApplicationCodec() - Constructor for class com.hp.sdn.adm.json.ApplicationCodec
-
- ApplicationDisableException - Exception in com.hp.sdn.app
-
An exception to indicate that an error has been encountered while disabling
the application.
- ApplicationDisableException(String) - Constructor for exception com.hp.sdn.app.ApplicationDisableException
-
Constructs an exception with the specified message.
- ApplicationDisableException(String, Throwable) - Constructor for exception com.hp.sdn.app.ApplicationDisableException
-
Constructs an exception with the specified message and cause.
- ApplicationEnableException - Exception in com.hp.sdn.app
-
An exception to indicate that an error has been encountered while enabling
the application.
- ApplicationEnableException(String) - Constructor for exception com.hp.sdn.app.ApplicationEnableException
-
Constructs an exception with the specified message.
- ApplicationEnableException(String, Throwable) - Constructor for exception com.hp.sdn.app.ApplicationEnableException
-
Constructs an exception with the specified message and cause.
- ApplicationEventType - Enum in com.hp.sdn.app
-
Enum of the application event types.
- ApplicationFilter - Class in com.hp.sdn.app
-
Provides filtering for application.
- ApplicationFilter() - Constructor for class com.hp.sdn.app.ApplicationFilter
-
- ApplicationInstallException - Exception in com.hp.sdn.app
-
An exception to indicate that an error has been encountered during
application installation.
- ApplicationInstallException(String) - Constructor for exception com.hp.sdn.app.ApplicationInstallException
-
Constructs an exception with the specified message.
- ApplicationInstallException(String, Throwable) - Constructor for exception com.hp.sdn.app.ApplicationInstallException
-
Constructs an exception with the specified message and cause.
- ApplicationPartialSuccessException - Exception in com.hp.sdn.app
-
An exception to indicate that an operation upon an application has partially
succeeded (or failed partially).
- ApplicationPartialSuccessException(List<String>, List<PartialSuccessException.Failure>, Application) - Constructor for exception com.hp.sdn.app.ApplicationPartialSuccessException
-
Constructor.
- ApplicationUninstallException - Exception in com.hp.sdn.app
-
An exception to indicate that an error has been encountered during
application uninstallation.
- ApplicationUninstallException(String) - Constructor for exception com.hp.sdn.app.ApplicationUninstallException
-
Constructs an exception with the specified message.
- ApplicationUninstallException(String, Throwable) - Constructor for exception com.hp.sdn.app.ApplicationUninstallException
-
Constructs an exception with the specified message and cause.
- ApplicationUpgradeException - Exception in com.hp.sdn.app
-
An exception to indicate that an error has been encountered during
application upgrade.
- ApplicationUpgradeException(String) - Constructor for exception com.hp.sdn.app.ApplicationUpgradeException
-
Constructs an exception with the specified message.
- ApplicationUpgradeException(String, Throwable) - Constructor for exception com.hp.sdn.app.ApplicationUpgradeException
-
Constructs an exception with the specified message and cause.
- ApplicationUploadException - Exception in com.hp.sdn.app
-
An exception to indicate that an error has been encountered during
application upload.
- ApplicationUploadException(String) - Constructor for exception com.hp.sdn.app.ApplicationUploadException
-
Constructs an exception with the specified message.
- ApplicationUploadException(String, Throwable) - Constructor for exception com.hp.sdn.app.ApplicationUploadException
-
Constructs an exception with the specified message and cause.
- ApplicationValidationException - Exception in com.hp.sdn.app
-
An exception to indicate that an application that is being uploaded to the
controller does not have the valid format or fields.
- ApplicationValidationException(String) - Constructor for exception com.hp.sdn.app.ApplicationValidationException
-
Constructs an exception with the specified message.
- ApplicationValidationException(String, Throwable) - Constructor for exception com.hp.sdn.app.ApplicationValidationException
-
Constructs an exception with the specified message and cause.
- AppLicense - Class in com.hp.sdn.license
-
Application license DTO to hold license info.
- AppLicense(Id<AppLicense, Long>, short, LicenseType, LicenseStatus, boolean, short, String, short, long, long, long, short, String, int, short, short, short, String) - Constructor for class com.hp.sdn.license.AppLicense
-
- AppLicense(short, LicenseType, LicenseStatus, boolean, short, String, short, long, long, long, short, String, int, short, short, short, String) - Constructor for class com.hp.sdn.license.AppLicense
-
- AppLicense(short, int, int, boolean, short, String, short, long, long, long, short, String, int, short, short, short, String) - Constructor for class com.hp.sdn.license.AppLicense
-
- apply() - Method in class com.hp.device.DefaultDeviceIdentityHandler
-
Apply any pending configuration changes to the device.
- apply() - Method in interface com.hp.device.HandlerFacet
-
Apply any pending configuration changes to the device.
- applyDefaults(Parameters) - Method in class com.hp.util.syntax.SyntaxFragment
-
Scans through all floating and anchored nodes of the node and if the
value of the parameter is not already in the map, it places an entry in
the map using the default parameter value of the, if one is specified.
- AppService - Interface in com.hp.sdn.adm.app
-
Provides basic application management capabilities.
- AppServiceInternal - Interface in com.hp.sdn.adm.app
-
Internal marker interface to allow team synchronization.
- AppTransferService - Interface in com.hp.sdn.api
-
Basic service for transportation of application data and the manipulation
or operations on installed applications between team members.
- args() - Method in class com.hp.util.syntax.SyntaxMatch
-
Get array of the original command-line arguments that were matched.
- ARP - Static variable in class com.hp.util.ip.EthernetType
-
The instance representing ARP (0x0806).
- Arp - Class in com.hp.util.pkt
-
ARP data store (immutable) and associated
Arp.Builder
(mutable).
- Arp.Builder - Class in com.hp.util.pkt
-
Builder (mutable) used to create new protocol instances.
- Arp.Builder() - Constructor for class com.hp.util.pkt.Arp.Builder
-
Create a new builder using the defaults:
- Arp.Builder(Arp) - Constructor for class com.hp.util.pkt.Arp.Builder
-
Copy constructor builder initialized from the passed in protocol.
- Arp.OpCode - Enum in com.hp.util.pkt
-
Operation code.
- ARP_COPY - Static variable in class com.hp.sdn.flow.FlowClassIDs
-
- array() - Method in class com.hp.util.pkt.PacketReader
-
Returns the byte array that backs this reader.
- array() - Method in class com.hp.util.pkt.PacketWriter
-
Returns the byte array that backs this reader.
- arrayNode() - Method in class com.hp.util.json.AbstractJsonCodec
-
- asBoolean() - Method in class com.hp.util.snmp.SnmpField
-
- asBytes() - Method in class com.hp.util.snmp.SnmpField
-
- asc(String) - Method in class com.hp.util.sql.OrderByClause.Builder
-
Adds a column name to order by (ascending).
- asInt() - Method in class com.hp.util.snmp.SnmpField
-
- asIpAddress() - Method in class com.hp.util.snmp.SnmpField
-
- aSize(T[]) - Static method in class com.hp.of.lib.CommonUtils
-
Returns the size of the specified array.
- aSize(byte[]) - Static method in class com.hp.of.lib.CommonUtils
-
Returns the size of the specified array.
- asList() - Method in class com.hp.util.snmp.SnmpOid
-
- asLong() - Method in class com.hp.util.snmp.SnmpField
-
- asMacAddress() - Method in class com.hp.util.snmp.SnmpField
-
- asOid() - Method in class com.hp.util.snmp.SnmpField
-
- assertEquals(String, Object, Object) - Method in class com.hp.of.common.AbstractMsgAssertor
-
Records an assertion error if the expected object is not equivalent
to the actual object.
- assertFalse(String, boolean) - Method in class com.hp.of.common.AbstractMsgAssertor
-
Throws an assertion error if the specified condition is not false.
- assertNotNull(String, Object) - Method in class com.hp.of.common.AbstractMsgAssertor
-
Records an assertion error if the specified object reference is null.
- assertNull(String, Object) - Method in class com.hp.of.common.AbstractMsgAssertor
-
Records an assertion error if the specified object
reference is not null.
- assertRealTimeSource() - Static method in class com.hp.util.Clock
-
- assertTestTimeSource() - Static method in class com.hp.util.Clock
-
Sets the time-source to one capable of being warped relative to the
System.currentTimeMillis()
and asserts that no other
time-source has been previously set.
- assertTrue(String, boolean) - Method in class com.hp.of.common.AbstractMsgAssertor
-
Throws an assertion error if the specified condition is not true.
- assignType(DeviceExtRep) - Method in interface com.hp.sdn.disco.of.device.DeviceTypeAssigner
-
Determine the DeviceType for this device that has just connected.
- assignXid(MutableMessage) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Assigns the next available transaction ID to the specified message.
- assocXid(DataPathId, long) - Method in class com.hp.of.common.ProgrammableSink
-
Associates an expected transaction id with a datapath.
- asString() - Method in class com.hp.util.snmp.SnmpField
-
- asString() - Method in class com.hp.util.snmp.SnmpOid
-
- asStringValue() - Method in class com.hp.util.snmp.SnmpField
-
This method should only be used when you just want to display the result.
- asTimeTicksString() - Method in class com.hp.util.snmp.SnmpField
-
- AsyncWaiter - Class in com.hp.util.concurrent
-
A task that waits for a condition or predicate to hold.
- AsyncWaiter.ConditionListener - Interface in com.hp.util.concurrent
-
Condition listener.
- attachMemento(DataPathId, Object) - Method in class com.hp.of.lib.dt.DataPathUtils
-
Attaches the specified datapath info (memento) to the given
datapath ID instance.
- attachment() - Method in class com.hp.sdn.model.DefaultLinkInfoPattern
-
- attr(String, String) - Method in class com.hp.util.HTMLUtils.HTMLTag
-
Adds an attribute to this HTML tag.
- attr(String, Object) - Method in class com.hp.util.WebUtils.Tag
-
Adds an attribute with the given name and value.
- Auditable - Interface in com.hp.api
-
Classes that implement this interface are declaring that they
provide audit information to track who created it,
last modified it, and when, with mutable modification data.
- AuditableEntity - Class in com.hp.sdn.dao.model
-
Abstraction of a persisted entity which has auditable information about who
created it, who last modified it, and when.
- AuditableEntity() - Constructor for class com.hp.sdn.dao.model.AuditableEntity
-
Creates an uninitialized, and therefore not yet auditable entity.
- Audited - Interface in com.hp.api
-
Classes that implement this interface are declaring that they
have audit information available, tracking who created it,
modified it, and when.
- AuditLogCodec - Class in com.hp.sdn.adm.json
-
A JSON codec capable of encoding and decoding
AuditLogEntry
objects.
- AuditLogCodec() - Constructor for class com.hp.sdn.adm.json.AuditLogCodec
-
Constructor sete keys for root node.
- AuditLogEntry - Class in com.hp.sdn.auditlog
-
Descriptor holding the basic information required to represent an Audit Log
Entry.
- AuditLogEntry(Id<SystemInformation, UUID>, String, String, Date, String, String) - Constructor for class com.hp.sdn.auditlog.AuditLogEntry
-
Constructs an Audit Log Entry.
- AuditLogEntry(Id<AuditLogEntry, UUID>, Id<SystemInformation, UUID>, String, String, Date, String, String) - Constructor for class com.hp.sdn.auditlog.AuditLogEntry
-
Constructs an Audit Log Entry using the supplied unique identification
and system identification.
- AuditLogEntryEntity - Class in com.hp.sdn.adm.dao.model
-
Represents an Audit Log Entry entity within the persistence layer.
- AuditLogEntryEntity() - Constructor for class com.hp.sdn.adm.dao.model.AuditLogEntryEntity
-
Empty construct for use by the JPA layer.
- AuditLogEntryEntity(UUID, UUID, String, String, Date, String, String) - Constructor for class com.hp.sdn.adm.dao.model.AuditLogEntryEntity
-
Creates an audit log entry entity.
- AuditLogFilter - Class in com.hp.sdn.auditlog
-
Filters for the Audit Log Entry.
- AuditLogFilter() - Constructor for class com.hp.sdn.auditlog.AuditLogFilter
-
- AuditLogService - Interface in com.hp.sdn.adm.auditlog
-
Basic service supporting audit log management.
- AuditLogServiceInternal - Interface in com.hp.sdn.adm.auditlog
-
Internal marker interface to allow team synchronization.
- AuditLogSortAttribute - Enum in com.hp.sdn.auditlog
-
Defines the audit log entry attributes which may be used for data sorting.
- AuditLogTransferService - Interface in com.hp.sdn.api
-
Service for transportation of audit logs between team members.
- auth() - Method in interface com.hp.sdn.auth.SharedSecret
-
Returns the shared authentication interface.
- AUTH_DOMAIN_ID - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication domain ID header parameter.
- AUTH_DOMAIN_NAME - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication domain name header parameter.
- AUTH_IDENTITY_CONFIRMED - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication status value representing confirmed identity.
- AUTH_IDENTITY_INVALID - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication status value representing invalid identity.
- AUTH_IDENTITY_STATUS - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication status header parameter.
- AUTH_RECORD - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication record.
- AUTH_ROLES - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication user roles header parameter, comma-separated roles.
- AUTH_USER_ID - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication user ID header parameter.
- AUTH_USER_NAME - Static variable in interface com.hp.util.rs.auth.AuthConstants
-
Authentication user name header parameter.
- AuthClientFactory - Class in com.hp.keystone
-
- AuthClientFactory() - Constructor for class com.hp.keystone.AuthClientFactory
-
- AuthConstants - Interface in com.hp.util.rs.auth
-
Various constants for use in coding authentication information in request
header and for configuration purposes.
- authData() - Method in class com.hp.util.pkt.Dns
-
Returns the response's data authentication flag.
- authData(boolean) - Method in class com.hp.util.pkt.Dns.Builder
-
Sets whether the response data is authorized.
- authenticate(String, String, String) - Method in interface com.hp.api.auth.AuthenticationService
-
Authenticate against the specified domain using the supplied user name
and password.
- authenticate(String, String, String) - Method in class com.hp.keystone.HttpAuthClient
-
- authenticate(String, String, String) - Method in class com.hp.keystone.InMemoryAuthenticationManager
-
- authenticate(String, String, String) - Method in class com.hp.keystone.KeystoneAuthenticationManager
-
- Authentication - Interface in com.hp.api.auth
-
Abstraction of authentication record with an opaque identifying token and
an expiration.
- AuthenticationClient - Interface in com.hp.keystone
-
A client that can communicate to an authentication server for authentication.
- AuthenticationException - Exception in com.hp.api.auth
-
Exception representing an authentication failure.
- AuthenticationException() - Constructor for exception com.hp.api.auth.AuthenticationException
-
Constructs an exception with no message and no underlying cause.
- AuthenticationException(String) - Constructor for exception com.hp.api.auth.AuthenticationException
-
Constructs an exception with the specified message.
- AuthenticationException(String, String) - Constructor for exception com.hp.api.auth.AuthenticationException
-
Constructs an exception with the specified message, token, and
underlying cause.
- AuthenticationException(String, Throwable) - Constructor for exception com.hp.api.auth.AuthenticationException
-
Constructs an exception with the specified message and underlying
cause.
- AuthenticationException(String, String, Throwable) - Constructor for exception com.hp.api.auth.AuthenticationException
-
Constructs an exception with the specified message, token, and
underlying cause.
- AuthenticationService - Interface in com.hp.api.auth
-
Authentication service facade.
- authenticator() - Method in class com.hp.util.rs.auth.AbstractTokenAuthFilter
-
Get the authenticator to be used for validating the token.
- AuthJerseyFilter - Class in com.hp.util.rs.auth
-
Simple Jersey JAX-RS authentication filter that permits only authenticated
access for all paths that are not on the exclusion list.
- AuthJerseyFilter() - Constructor for class com.hp.util.rs.auth.AuthJerseyFilter
-
- authorities() - Method in class com.hp.util.pkt.Dns
-
Returns a copy of the authorities array.
- authorities(Dns.ResRecord<?>...) - Method in class com.hp.util.pkt.Dns.Builder
-
Sets the authorities array.
- authority(String, Dns.RecordType, int, T) - Method in class com.hp.util.pkt.Dns.Builder
-
Sets the authorities array for a single resource record.
- AuthorizationException - Exception in com.hp.api.auth
-
Exception representing lack of authorization condition.
- AuthorizationException() - Constructor for exception com.hp.api.auth.AuthorizationException
-
Constructs an exception with no message and no underlying cause.
- AuthorizationException(String) - Constructor for exception com.hp.api.auth.AuthorizationException
-
Constructs an exception with the specified message.
- AuthorizationException(String, Throwable) - Constructor for exception com.hp.api.auth.AuthorizationException
-
Constructs an exception with the specified message and underlying
cause.
- authToken() - Method in class com.hp.sdn.adm.hpws.HpwsLoginDescriptor
-
Creates a new authorization string.
- auxId() - Method in interface com.hp.of.ctl.ConnectionDetails
-
Returns the auxiliary id (u8) of this connection.
- auxId() - Method in interface com.hp.of.ctl.MessageEvent
-
Returns the ID of the auxiliary channel.
- auxId(int) - Method in class com.hp.of.lib.msg.OfmMutableFeaturesReply
-
Sets the auxiliary id; Since 1.3.
- auxId() - Method in class com.hp.of.sw.MockOpenflowSwitch
-
Returns the auxiliary connection ID to be returned in the features
reply.
- averageDurationMs() - Method in interface com.hp.of.ctl.pkt.SplMetric
-
Returns the average duration of the sampled event() callback,
measured in microseconds.
- averageDurationNanos() - Method in interface com.hp.of.ctl.pkt.SplMetric
-
Returns the average duration of the sampled event() callback,
measured in nanoseconds.
- averageMs() - Method in interface com.hp.of.ctl.pkt.SplMetric
-
Returns the computed average duration of the sampled event()
callback, measured in milliseconds and formatted to 6 decimal
places.
- await() - Method in class com.hp.of.lib.msg.DefaultMessageFuture
-
- await(long) - Method in class com.hp.of.lib.msg.DefaultMessageFuture
-
- await() - Method in interface com.hp.of.lib.msg.MessageFuture
-
Waits for this future to be completed.
- await(long) - Method in interface com.hp.of.lib.msg.MessageFuture
-
Waits for this future to be completed within the specified time limit.
- await() - Method in class com.hp.of.lib.msg.MessageFutureBag
-
Waits for all the futures in this bag to be satisfied, at which point
the aggregate result is set.
- awaitUninterruptibly() - Method in class com.hp.of.lib.msg.DefaultMessageFuture
-
- awaitUninterruptibly(long) - Method in class com.hp.of.lib.msg.DefaultMessageFuture
-
- awaitUninterruptibly() - Method in interface com.hp.of.lib.msg.MessageFuture
-
Waits for this future to be completed without interruption.
- awaitUninterruptibly(long) - Method in interface com.hp.of.lib.msg.MessageFuture
-
Waits for this future to be completed within the specified time limit
without interruption.
- awaitUninterruptibly() - Method in class com.hp.of.lib.msg.MessageFutureBag
-
Waits for all the futures in this bag to be satisfied, at which point
the aggregate result is set.
- awaitUninterruptibly(long) - Method in class com.hp.of.lib.msg.MessageFutureBag
-
Waits for all the futures in this bag to be satisfied, at which point
the aggregate result is set.
- CACERT_PEM - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
Keystone PKI CA cert
- cache(MessageType, OpenflowMessage) - Method in class com.hp.of.sw.MockOpenflowSwitch
-
The command processor has asked us to cache this outgoing message
for validation later.
- Cache<K,V> - Interface in com.hp.util.cache
-
In computer science, a cache is a component that transparently stores data
so that future requests for that data can be served faster.
- CACHE_MAX - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
Maximum number of cached tokens
- CacheableDataType - Class in com.hp.util.cache
-
Base class for cacheable data types.
- CacheableDataType() - Constructor for class com.hp.util.cache.CacheableDataType
-
- CacheCleaner - Class in com.hp.util.cache
-
- CacheCleaner(ReferenceQueue<?>, String) - Constructor for class com.hp.util.cache.CacheCleaner
-
Constructs a cache cleaner for the given reference queue.
- CachedValueWeakReference<K,V> - Class in com.hp.util.cache
-
This class extends WeakReference to allow us to encapsulate the cache
that contains this reference, and the key with which it is associated.
- CachedValueWeakReference(WeakValueCache<K, V>, K, V, ReferenceQueue<? super V>) - Constructor for class com.hp.util.cache.CachedValueWeakReference
-
Constructs a new cached value weak reference that refers to the
given object and is registered with the given queue.
- CacheModelProxy<K,V> - Class in com.hp.util.cache
-
Proxy that integrates the cache to the model.
- CacheModelProxy(Cache<K, V>, CacheModelProxy.Model<K, V>) - Constructor for class com.hp.util.cache.CacheModelProxy
-
- CacheModelProxy.Model<K,V> - Interface in com.hp.util.cache
-
Model.
- call() - Method in class com.hp.util.concurrent.NamedCallable
-
- CallableExecutor - Interface in com.hp.util.concurrent
-
Call-able executor.
- cancel() - Method in interface com.hp.api.Cancelable
-
Cancels.
- Cancelable - Interface in com.hp.api
-
Cancel-able.
- cannotBeMapped(int) - Method in class com.hp.of.lib.AbstractBitCodec
-
This test should return true if the given value (code, or bit) cannot
be mapped into the bitmap; false if it is okay.
- cannotBeMapped(int) - Method in class com.hp.of.lib.OfpBitmapCodec
-
- cannotBeMapped(int) - Method in class com.hp.of.lib.OfpCodeBasedCodec
-
- capabilities() - Method in interface com.hp.of.lib.dt.DataPathInfo
-
Returns the capabilities supported by the switch.
- capabilities() - Method in class com.hp.of.lib.dt.DataPathInfoAdapter
-
- capabilities(Set<GroupCapability>) - Method in class com.hp.of.lib.mp.MBodyMutableGroupFeatures
-
Sets the supported group capabilities; since 1.2
- capabilities(Set<MeterFlag>) - Method in class com.hp.of.lib.mp.MBodyMutableMeterFeatures
-
Sets the supported meter capabilities; Since 1.3.
- capabilities(Set<Capability>) - Method in class com.hp.of.lib.msg.OfmMutableFeaturesReply
-
Sets the set of capabilities (may be null).
- Capability - Enum in com.hp.of.lib.msg
-
Designates OpenFlow switch capabilities.
- CassAbstractDao<I extends Serializable,K extends Serializable & Comparable<K>,T extends TransportObject<? super T,I>,P extends Storable<I>,F,S> - Class in com.hp.util.persistence.cassandra
-
The Cassandra specific abstract implementation for Dao.
- CassAbstractDao() - Constructor for class com.hp.util.persistence.cassandra.CassAbstractDao
-
- CassandraLockManager - Interface in com.hp.util.persistence.cassandra.lockmgr
-
- CassandraProcessService - Interface in com.hp.sdn.teaming
-
This interface provides methods to start and stop cassandra database process.
- CassandraSnapShotException - Exception in com.hp.util.persistence.exceptions
-
Persistence exception definition for snapshot/backup operation on Cassandra.
- CassandraSnapShotException() - Constructor for exception com.hp.util.persistence.exceptions.CassandraSnapShotException
-
Constructs an exception with no message and no underlying cause.
- CassandraSnapShotException(String) - Constructor for exception com.hp.util.persistence.exceptions.CassandraSnapShotException
-
Constructs an exception with the specified message.
- CassandraSnapShotException(String, Throwable) - Constructor for exception com.hp.util.persistence.exceptions.CassandraSnapShotException
-
Constructs an exception with the specified message.
- CassandraStorable<I extends Serializable,K extends Serializable & Comparable<K>> - Class in com.hp.util.persistence.cassandra.entitymgr
-
Cassandra Storable.
- CassandraStorable(I) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.CassandraStorable
-
Creates a cassandra persistent object.
- CassandraStorable(I, String) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.CassandraStorable
-
- CassandraYamlReader - Class in com.hp.util
-
Gets various fields from cassandra.yaml file.
- CassandraYamlReader() - Constructor for class com.hp.util.CassandraYamlReader
-
- CassDataTypes - Interface in com.hp.util.persistence.cassandra.entitymgr
-
Cassandra Data Type.
- CassDataTypes.BasicType - Enum in com.hp.util.persistence.cassandra.entitymgr
-
Basic data type.
- CassDataTypes.CompositeType - Class in com.hp.util.persistence.cassandra.entitymgr
-
Composite type.
- CassDataTypes.CompositeType(CassDataTypes.BasicType...) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.CassDataTypes.CompositeType
-
Creates a composite type.
- catalogId() - Method in class com.hp.sdn.adm.hpws.Product
-
Returns the catalog ID.
- catalogId(String) - Method in class com.hp.sdn.app.Application.Builder
-
Sets the catalog ID.
- catalogId() - Method in class com.hp.sdn.app.Application
-
Get the catalog ID of the application.
- cause() - Method in class com.hp.api.PartialSuccessException.Failure
-
- cause() - Method in interface com.hp.of.ctl.ErrorEvent
-
Returns the cause of the error.
- cause - Variable in class com.hp.of.lib.msg.DefaultMessageFuture
-
- cause() - Method in class com.hp.of.lib.msg.DefaultMessageFuture
-
- cause() - Method in interface com.hp.of.lib.msg.MessageFuture
-
Returns the cause of failure if an exception was thrown.
- cease() - Method in class com.hp.nbio.AcceptLoop
-
Gracefully stops the loop.
- cease() - Method in class com.hp.nbio.SelectLoop
-
Gracefully stops the loop.
- cease() - Method in class com.hp.util.cache.CacheCleaner
-
Issues a soft cease request for the thread to stop.
- cease() - Method in class com.hp.util.Task
-
Request peaceful shutdown of the task.
- CertificateManagement - Class in com.hp.util
-
- CertificateManagement(SecurityContext) - Constructor for class com.hp.util.CertificateManagement
-
Creates a CertificateManagement library for the security context.
- CfgBase - Class in com.hp.of.sw
-
Encapsulates the base configuration of a mock-switch.
- CfgBase() - Constructor for class com.hp.of.sw.CfgBase
-
No-args constructor to allow incremental creation.
- CfgDesc - Class in com.hp.of.sw
-
Encapsulates the description configuration of a mock-switch.
- CfgDesc() - Constructor for class com.hp.of.sw.CfgDesc
-
- CfgFeat - Class in com.hp.of.sw
-
Encapsulates the feature configuration of a mock-switch.
- CfgFeat() - Constructor for class com.hp.of.sw.CfgFeat
-
No-args constructor to allow incremental creation.
- CfgHello - Class in com.hp.of.sw
-
Encapsulates configuration information about the version(s) the mock
switch announces it supports, via its HELLO message to the controller.
- CfgHello(CfgHello.Behavior, ProtocolVersion...) - Constructor for class com.hp.of.sw.CfgHello
-
Configures the mock-switch outbound HELLO message.
- CfgHello.Behavior - Enum in com.hp.of.sw
-
Mock switch's behavior in sending the HELLO message.
- cfList - Variable in class com.hp.util.persistence.cassandra.CassAbstractDao
-
- CfQueryOperations<I extends Serializable,T extends TransportObject<? super T,I>> - Interface in com.hp.util.persistence.cassandra
-
Basic interface definition for Column Family Write and Read operations.
- changeLog() - Method in interface com.hp.sdn.adm.devown.OwnerState
-
Returns the change log entries.
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class com.hp.of.sw.SwMessageHandler
-
- CHARSET - Static variable in class com.hp.util.HTMLUtils
-
- chassisId(LldpTlv) - Method in class com.hp.util.pkt.Lldp.Builder
-
Sets the chassis ID.
- chassisId() - Method in class com.hp.util.pkt.Lldp
-
Returns the chassis ID.
- chassisIdMacAddr(MacAddress) - Static method in class com.hp.util.pkt.LldpTlv
-
- chassisIdName(LldpTlv.ChassisIdSubType, String) - Static method in class com.hp.util.pkt.LldpTlv
-
- chassisIdSubType(LldpTlv.ChassisIdSubType) - Method in class com.hp.util.pkt.LldpTlv.Builder
-
Sets the Chassis ID sub-type.
- chassisIdSubType() - Method in class com.hp.util.pkt.LldpTlv
-
Returns the chassis ID sub-type.
- check(NodeInfo) - Method in class com.hp.sdn.model.DefaultNode
-
Deprecated.
- check(NodeInfo) - Method in interface com.hp.sdn.model.Node
-
Deprecated.
- checkCondition() - Method in class com.hp.util.concurrent.Waiter
-
Evaluates the condition and unlocks any locked thread if the condition
has been met (tells the waiting threads that something happened).
- checkDbConnection() - Method in class com.hp.util.persistence.cassandra.entitymgr.ConnectionChecker
-
- checkDbConnection() - Method in interface com.hp.util.persistence.DbConnectionService
-
A method to check the Database connection.
- checkDisabled(boolean) - Method in class com.hp.util.pkt.Dns.Builder
-
Sets the check disabled flag.
- checkDisabled() - Method in class com.hp.util.pkt.Dns
-
Returns the checking disabled flag.
- checkExpiredLicenses() - Method in interface com.hp.sdn.adm.license.LicenseService
-
Checks if any licenses are expired and mark them as expired in
database.
- checkForEmptyList() - Method in class com.hp.sdn.metric.DataPointList
-
Checks for an empty list and a list with one element in it.
- CheckpointEvent - Interface in com.hp.of.ctl
-
An OpenFlow Controller Checkpoint event.
- CheckpointEvent.Code - Enum in com.hp.of.ctl
-
Designates the checkpoint code.
- checkpw(String, String) - Static method in class com.hp.util.bcrypt.BCrypt
-
Check that a plaintext password matches a previously hashed one
- checkSum(int) - Method in class com.hp.util.pkt.Gre.Builder
-
Sets the optional checksum value.
- checkSum() - Method in class com.hp.util.pkt.Gre
-
- checkSum() - Method in class com.hp.util.pkt.Icmp
-
Returns the decoded check sum.
- checkSum() - Method in class com.hp.util.pkt.IcmpV6
-
Returns the decoded check sum.
- checkSum() - Method in class com.hp.util.pkt.Ip
-
Returns the decoded check sum.
- checkSum() - Method in class com.hp.util.pkt.Sctp
-
Returns the decoded checksum value.
- checkSum() - Method in class com.hp.util.pkt.Tcp
-
Returns the decoded checksum.
- checkSum() - Method in class com.hp.util.pkt.Udp
-
Returns the decoded checksum value.
- checkSumType(Sctp.CheckSumType) - Method in class com.hp.util.pkt.Sctp.Builder
-
Sets the checksum algorithm type.
- checkSumType() - Method in class com.hp.util.pkt.Sctp
-
Returns the checksum algorithm type.
- checkVersionSupported(ProtocolVersion) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Throws an exception if the specified version is not supported by
this OpenFlow message library.
- checkWritable(MutableObject) - Method in class com.hp.of.lib.Mutable
-
Checks that this mutable is still writable.
- childPath(String, String, char) - Static method in class com.hp.util.FilePathUtils
-
Return the next child path segment given the model path and base parent
path.
- children() - Method in interface com.hp.of.ctl.pipeline.TableAttribute
-
Returns the set of child attributes.
- chunks(Sctp.Chunk[]) - Method in class com.hp.util.pkt.Sctp.Builder
-
Sets the chunks array.
- chunks() - Method in class com.hp.util.pkt.Sctp
-
Returns a copy of the chunks array.
- circular - Variable in class com.hp.util.Tokenizer
-
- circular() - Method in class com.hp.util.Tokenizer
-
Returns true if the tokenizer is marked as a circular one.
- CLASS - Static variable in class com.hp.util.HTMLUtils
-
- ClassNameCodec - Class in com.hp.util.codec
-
This class is a specialization of
EntropicStringSetCodec
that
is tailored specifically for mapping (fully qualified) class names.
- Clause - Interface in com.hp.util.sql
-
A tag interface for clauses of an SQL statement.
- cleanup(String, Authentication) - Method in interface com.hp.sdn.adm.app.AppService
-
Clean-up residual aspects of the application represented by the provided
unique ID.
- cleanup(String) - Method in interface com.hp.sdn.api.AppTransferService
-
Cleanup the application on a team member given the id.
- clear(String) - Method in class com.hp.device.DefaultDeviceInfo
-
Clears the property for the given key.
- clear(String) - Method in interface com.hp.sdn.api.ConfigTransferService
-
Reset all configuration items for the given component back to their
defaults.
- clear(String) - Method in class com.hp.sdn.device.KeyDeviceInfo
-
- clear() - Method in interface com.hp.sdn.dvc.facet.KeyDiscover
-
Clear the device key.
- clear() - Method in class com.hp.sdn.metric.DataPointList
-
Removes all of the
DataPoint
elements from this list.
- clear() - Method in interface com.hp.sdn.trace.TraceService
-
Clears the entire store trace.
- clear(FlowField) - Method in interface com.hp.sdn.tvue.MutableFlow
-
Clears the specified field from the flow descriptor.
- clear() - Method in interface com.hp.util.cache.Cache
-
Clears the cache.
- clear() - Method in class com.hp.util.cache.CacheModelProxy
-
- clear() - Method in class com.hp.util.cache.SmallDataCache
-
- clear() - Method in class com.hp.util.ip.HostProto.Host.Builder
-
- clear() - Method in class com.hp.util.MixedEnumSet
-
- clear() - Method in class com.hp.util.perf.model.Perf
-
- clear(DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.AllRowsSecondaryIndex
-
Updates the index after deleting all rows from the main column family.
- clear(DataStoreContext) - Method in interface com.hp.util.persistence.cassandra.index.CustomSecondaryIndex
-
Updates the index after deleting all rows from the main column family.
- clear(DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.GenericCustomSecondaryIndex
-
- clear() - Method in interface com.hp.util.test.UnitTestSupport
-
Clears something; see the production code to determine what
is cleared.
- clear(Enum<?>) - Method in interface com.hp.util.test.UnitTestSupport
-
Clears something, using the specified id; see the production code
to determine what is cleared.
- clear() - Method in class com.hp.util.test.UnitTestSupportAdapter
-
- clear(Enum<?>) - Method in class com.hp.util.test.UnitTestSupportAdapter
-
- clearActions() - Method in interface com.hp.of.ctl.pkt.PacketOut
-
Clears any actions accrued so far, but leaves open the possibility
to add others.
- clearActions() - Method in class com.hp.of.ctl.pkt.PacketOutAdapter
-
- clearActions() - Method in class com.hp.of.lib.msg.OfmMutableFlowMod
-
Removes all actions currently stored in this flow mod.
- clearActions() - Method in class com.hp.of.lib.msg.OfmMutablePacketOut
-
Clears any previously added actions.
- clearAllPerfs() - Method in class com.hp.sdn.misc.PerfComponent
-
- clearAllPerfs() - Method in interface com.hp.sdn.misc.PerfService
-
Remove all performance metrics.
- clearCodecs() - Method in class com.hp.util.json.AbstractJsonFactory
-
- clearDeadwood() - Method in class com.hp.util.cache.NotedAgeOutHashMap
-
Returns the set of aged-out values; note that this is a destructive
read operation.
- clearInstructions() - Method in class com.hp.of.lib.msg.OfmMutableFlowMod
-
Removes all instructions currently stored in this flow mod.
- clearIpAddress() - Method in class com.hp.util.ip.HostProto.Host.Builder
-
required string ipAddress = 1;
- clearListeners() - Method in class com.hp.util.event.AbstractEventSink
-
Clears all registered listeners.
- clearLogEntries() - Method in interface com.hp.sdn.adm.log.LogService
-
Clears all log entries from the log buffer.
- clearMacAddresses(TunnelIndex, Vni) - Method in interface com.hp.sdn.dvc.facet.VxlanHandler
-
Clears all remote MAC addresses from the specified tunnel/VNI; facilitates static learning.
- clearMetrics(String) - Method in interface com.hp.util.perf.api.PerfMetricsProvider
-
Clear all metrics for the given
Perf
's name.
- clearMetrics(String) - Method in class com.hp.util.perf.model.MetricsCache
-
- clearPerfs() - Method in interface com.hp.util.perf.api.PerfMetricsProvider
-
Clear all performance measurements.
- clearPerfs() - Method in class com.hp.util.perf.model.MetricsCache
-
- clearPort() - Method in class com.hp.util.ip.HostProto.Host.Builder
-
required int32 port = 2;
- clearRegistrationListener(RegistrationListener) - Method in interface com.hp.of.ctl.ControllerMx
-
Clears the registration listener from the controller.
- clearVBs() - Method in class com.hp.util.snmp.VarBinds
-
Cleans out the VarBinds.
- clearXid() - Method in interface com.hp.of.lib.msg.MutableMessage
-
Clears the transaction ID field of this message (sets it to 0).
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableBarrierReply
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableBarrierRequest
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableEchoReply
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableEchoRequest
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableError
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableErrorExper
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableExperimenter
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableFeaturesReply
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableFeaturesRequest
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableFlowMod
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableFlowRemoved
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableGetAsyncReply
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableGetAsyncRequest
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableGetConfigReply
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableGetConfigRequest
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableGroupMod
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableHello
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableMeterMod
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableMultipartReply
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableMultipartRequest
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutablePacketIn
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutablePacketOut
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutablePortMod
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutablePortStatus
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableQueueGetConfigReply
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableQueueGetConfigRequest
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableRoleReply
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableRoleRequest
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableSetAsync
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableSetConfig
-
- clearXid() - Method in class com.hp.of.lib.msg.OfmMutableTableMod
-
- client() - Method in class com.hp.sdn.misc.PoolableResourceClient
-
- client() - Method in class com.hp.sdn.misc.ResourceClient
-
Get a simple per-request http client.
- clientAddr(IpAddress) - Method in class com.hp.util.pkt.Dhcp.Builder
-
Sets the client IP address.
- clientAddr() - Method in class com.hp.util.pkt.Dhcp
-
Returns the client IP address.
- ClientChannelEngine - Interface in com.hp.util.snmp
-
Client channel engine interface.
- ClientChannelEngine.Listener - Interface in com.hp.util.snmp
-
Provides an interface for the notifications from the engine.
- clientHwAddr(MacAddress) - Method in class com.hp.util.pkt.Dhcp.Builder
-
Sets the client layer-2 hardware address.
- clientHwAddr() - Method in class com.hp.util.pkt.Dhcp
-
Returns the client layer-2 hardware address.
- Clock - Class in com.hp.util
-
Simple facade for obtaining current time and date.
- Clock.WarpingTimeSource - Interface in com.hp.util
-
Facade for implementing a time source capable of being warped with respect to real time.
- clone() - Method in class com.hp.util.ip.HostProto.Host.Builder
-
- close() - Method in class com.hp.util.net.msg.Connection
-
Tear down the connection and de-allocate any internal resources.
- close() - Method in class com.hp.util.net.msg.ConnectionBroker
-
Close the broker server socket.
- closeChannels() - Method in class com.hp.nbio.AcceptLoop
-
Closes the server socket channel(s).
- clsType() - Method in class com.hp.util.pkt.Dns.Record
-
Returns the class of query.
- clusterCount() - Method in class com.hp.ds.graph.TarjanGraphSearch.ConnectivityClusterResult
-
- clusterCount() - Method in interface com.hp.sdn.model.Topology
-
Returns the number of clusters in the computed topology.
- clusterDevices(TopologyCluster) - Method in interface com.hp.sdn.topo.TopologyData
-
Returns the set of devices that belong to the cluster.
- clusterEdges() - Method in class com.hp.ds.graph.TarjanGraphSearch.ConnectivityClusterResult
-
Returns the list of edges linking strongly connected vertex clusters.
- clusterFor(DeviceId) - Method in interface com.hp.sdn.topo.TopologyData
-
Returns the topology cluster data containing the specified device.
- clusterLinks(TopologyCluster) - Method in interface com.hp.sdn.topo.TopologyData
-
Returns the set of links that belong to the cluster.
- ClusterListener - Interface in com.hp.util.dcord
-
Cluster listener.
- clusters() - Method in interface com.hp.sdn.topo.TopologyData
-
Returns the set of connectivity clusters.
- ClusterService - Interface in com.hp.util.dcord
-
Cluster service.
- clusterVertices() - Method in class com.hp.ds.graph.TarjanGraphSearch.ConnectivityClusterResult
-
Returns the list of strongly connected vertex clusters.
- CmdDelay - Class in com.hp.of.sw
-
Concrete class for a delay command.
- CmdDelay(CommandType, String) - Constructor for class com.hp.of.sw.CmdDelay
-
Constructs the delay command.
- CmdDirective - Class in com.hp.of.sw
-
Concrete class for a scenario directive.
- CmdDirective(CommandType) - Constructor for class com.hp.of.sw.CmdDirective
-
Constructs the directive.
- CmdEchoRequest - Class in com.hp.of.sw
-
Concrete class for Echo-Request command.
- CmdEchoRequest(CommandType, String) - Constructor for class com.hp.of.sw.CmdEchoRequest
-
Constructs an echo-request scenario command.
- CmdPortStatus - Class in com.hp.of.sw
-
Concrete class for Port-Status command.
- CmdPortStatus(CommandType, String) - Constructor for class com.hp.of.sw.CmdPortStatus
-
Constructs a port-status scenario command.
- CmdPortStatus.State - Enum in com.hp.of.sw
-
Designates change in port state.
- CmdSwitchVerb - Class in com.hp.of.sw
-
Concrete class for a switch specific command.
- CmdSwitchVerb(CommandType, String) - Constructor for class com.hp.of.sw.CmdSwitchVerb
-
Constructs the switch-verb command.
- CMSMsgDecodeException - Exception in com.hp.keystone
-
Exception representing an issue with validating or decoding of a CMS
encoded message.
- CMSMsgDecodeException(String) - Constructor for exception com.hp.keystone.CMSMsgDecodeException
-
Constructs an exception with the specified message.
- CMSMsgDecodeException(String, Throwable) - Constructor for exception com.hp.keystone.CMSMsgDecodeException
-
Constructs an exception with the specified message and underlying cause.
- code() - Method in interface com.hp.of.ctl.CheckpointEvent
-
Returns the checkpoint code.
- code() - Method in enum com.hp.of.lib.ProtocolVersion
-
Returns the encoded byte value for this protocol version.
- code() - Method in class com.hp.sdn.adm.hpws.Status
-
Returns the status code description.
- code() - Method in enum com.hp.util.pkt.Arp.OpCode
-
- code() - Method in enum com.hp.util.pkt.Dhcp.Flag
-
- code() - Method in enum com.hp.util.pkt.Dhcp.OpCode
-
- code() - Method in class com.hp.util.pkt.DhcpOption
-
Returns the option code.
- code() - Method in enum com.hp.util.pkt.DhcpOption.Code
-
- code() - Method in enum com.hp.util.pkt.DhcpOption.MessageType
-
- code() - Method in enum com.hp.util.pkt.DhcpOptionV6.Type
-
- code() - Method in enum com.hp.util.pkt.DhcpV6.MessageType
-
- code() - Method in enum com.hp.util.pkt.Dns.ClassType
-
- code() - Method in enum com.hp.util.pkt.Dns.OpCode
-
- code() - Method in enum com.hp.util.pkt.Dns.RecordType
-
- code() - Method in enum com.hp.util.pkt.Dns.ResponseCode
-
- code() - Method in enum com.hp.util.pkt.Dns.SigData.Algorithm
-
- code() - Method in enum com.hp.util.pkt.Ethernet.Control
-
- code() - Method in enum com.hp.util.pkt.Ethernet.Dsap
-
- code() - Method in enum com.hp.util.pkt.Ethernet.Ssap
-
- code() - Method in enum com.hp.util.pkt.Ethernet.VlanPriority
-
- code() - Method in enum com.hp.util.pkt.HardwareType
-
- code() - Method in enum com.hp.util.pkt.IcmpOptionV6.Type
-
- code() - Method in enum com.hp.util.pkt.IcmpTypeCode
-
- code() - Method in enum com.hp.util.pkt.IcmpTypeCodeV6
-
- code() - Method in enum com.hp.util.pkt.IpTosDsfc
-
- code() - Method in enum com.hp.util.pkt.IpTosEcn
-
- code() - Method in enum com.hp.util.pkt.IpType
-
- code() - Method in enum com.hp.util.pkt.IpVersion
-
- code() - Method in enum com.hp.util.pkt.LldpTlv.Capability
-
- code() - Method in enum com.hp.util.pkt.LldpTlv.ChassisIdSubType
-
- code() - Method in enum com.hp.util.pkt.LldpTlv.PortIdSubType
-
- code() - Method in enum com.hp.util.pkt.LldpTlv.Type
-
- code(PppEthernet.Code) - Method in class com.hp.util.pkt.PppEthernet.Builder
-
Sets the PPPoE code.
- code() - Method in class com.hp.util.pkt.PppEthernet
-
Returns the PPPoE code.
- code() - Method in enum com.hp.util.pkt.PppEthernet.Code
-
- code() - Method in enum com.hp.util.pkt.PppEthernet.PppProtocolId
-
- code() - Method in interface com.hp.util.pkt.ProtocolEnum
-
Returns the code value for the enumeration constant.
- code() - Method in enum com.hp.util.pkt.Sctp.Chunk.Type
-
- codec(Class<?>) - Method in class com.hp.util.json.AbstractJsonFactory
-
- codec(Class<?>) - Method in interface com.hp.util.json.JsonFactory
-
Returns a given codec for the given POJO.
- Codec - Class in com.hp.util.pkt
-
This is the main encoding and decoding API for the Packet Library.
- Codec() - Constructor for class com.hp.util.pkt.Codec
-
- Codec<E,C> - Interface in com.hp.util.snmp.command
-
A Codec is a device or computer program capable of encoding and/or decoding
a digital data stream or signal.
- CodecFactory - Class in com.hp.util.codec
-
This factory class produces different implementations of codecs.
- codeClass(ErrorType) - Static method in class com.hp.of.lib.err.ErrorCodeLookup
-
Returns the class of error code for the given error type.
- CodecUtils - Class in com.hp.of.json
-
A JSON codec capable of encoding and decoding commonly used open flow data
objects.
- CodecUtils() - Constructor for class com.hp.of.json.CodecUtils
-
- CodecUtils - Class in com.hp.util.codec
-
This class defines methods to assist in the encodement and decodement of objects to
strings and back.
- CodedTree - Class in com.hp.util.codec
-
This class models an arbitrary depth tree where each node in the tree has a positive integer associated
with it, and has zero or more child nodes.
- CodedTree() - Constructor for class com.hp.util.codec.CodedTree
-
Constructs an empty coded tree.
- CodedTree(CodedTree.Node...) - Constructor for class com.hp.util.codec.CodedTree
-
Constructs a coded tree with the specified root nodes.
- CodedTree.Node - Class in com.hp.util.codec
-
This inner class represents a node in a coded tree.
- CodedTree.Node(int) - Constructor for class com.hp.util.codec.CodedTree.Node
-
Constructs a node with the given index.
- CodedTree.Node(int, CodedTree.Node...) - Constructor for class com.hp.util.codec.CodedTree.Node
-
Constructs a node with the given index and child nodes.
- CodedTree.Node(int, List<CodedTree.Node>) - Constructor for class com.hp.util.codec.CodedTree.Node
-
Constructs a node with the given index and child nodes.
- CodeEnum - Interface in com.hp.util
-
Implemented by enums that provide logical names to a set of coded values.
- codes() - Method in class com.hp.util.pkt.DhcpOption
-
Returns a copy of the list of codes or null.
- col(String, boolean) - Method in class com.hp.util.sql.OrderByClause.Builder
-
Adds a column name to order by with the specified direction.
- collectLogs() - Method in interface com.hp.sdn.adm.log.LogService
-
Collects the local system support log files into a single ZIP log file.
- collectLogs(File, SystemInformation) - Method in interface com.hp.sdn.api.LogCollectionService
-
Collect logs from the specified system.
- collectTeamLogs() - Method in interface com.hp.sdn.adm.log.LogService
-
Collects the support log files from all team-members, including this
system, into a single ZIP file of ZIP file(s).
- collisions(long) - Method in class com.hp.of.lib.mp.MBodyMutablePortStats
-
Sets the number of collisions; Since 1.0.
- cols(String...) - Method in class com.hp.util.sql.GroupByClause.Builder
-
Adds one or more column names to group by.
- Column<K extends Serializable & Comparable<K>,V> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Represents Column.
- Column(ColumnName<K, V>) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.Column
-
Creates a column with no value.
- Column(ColumnName<K, V>, V) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.Column
-
Creates a column.
- Column(ColumnName<K, V>, V, Serializer<V>) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.Column
-
- ColumnarTextFormat - Class in com.hp.util.syntax.usage
-
Utility class for justifying columnar text output.
- ColumnarTextFormat() - Constructor for class com.hp.util.syntax.usage.ColumnarTextFormat
-
- ColumnCommand<K extends Serializable & Comparable<K>,E> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Command that expects a column as input.
- ColumnCommand() - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.ColumnCommand
-
- ColumnCommandAdapter<K extends Serializable & Comparable<K>,E> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
An abstract adapter class for executing column commands.
- ColumnCommandAdapter(E) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.ColumnCommandAdapter
-
Creates a new event command adapter.
- ColumnDecoder<K extends Serializable & Comparable<K>,D> - Interface in com.hp.util.persistence.cassandra.entitymgr.column
-
Column Decoder.
- columnDecoderProvider - Variable in class com.hp.util.persistence.cassandra.AbstractBaseDao
-
- ColumnFamilyDefinition<I extends Serializable,K extends Serializable & Comparable<K>> - Class in com.hp.util.persistence.cassandra.entitymgr
-
Column family definition.
- ColumnFamilyDefinition(ColumnFamily<I, K>, CassDataTypes, CassDataTypes, String) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.ColumnFamilyDefinition
-
Creates a column family definition that stores column values as bytes.
- ColumnFamilyDefinition(ColumnFamily<I, K>, CassDataTypes, CassDataTypes, CassDataTypes, String) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.ColumnFamilyDefinition
-
Creates a column family definition.
- ColumnFamilyDefinition(ColumnFamily<I, K>, CassDataTypes, CassDataTypes, CassDataTypes, String, Collection<ColumnName<K, ?>>) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.ColumnFamilyDefinition
-
Constructor for ColumnFamilyDefinition.
- ColumnFamilyHandler - Interface in com.hp.util.persistence.cassandra
-
Column family handler.
- columnize(String[], int, int, int) - Static method in class com.hp.util.StringUtils
-
Formats the supplied strings so that they are arranged in neat columns.
- columnize(String[], int, int) - Static method in class com.hp.util.StringUtils
-
Formats the supplied strings so that they are arranged in
neat columns, but with no indent.
- columnize(String[], int) - Static method in class com.hp.util.StringUtils
-
Formats the supplied strings so that they are arranged in
neat columns; space between columns is 2; no indent.
- columnize(String[]) - Static method in class com.hp.util.StringUtils
-
Formats the supplied strings so that they are arranged in
neat columns; maximum line width is 78; space between columns is 2;
no indent.
- ColumnName<K extends Serializable & Comparable<K>,V> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Value type object for the column name.
- ColumnVisitor<K extends Serializable & Comparable<K>> - Interface in com.hp.util.persistence.cassandra.entitymgr.column
-
Column visitor.
- ColumnVisitorAdapter<K extends Serializable & Comparable<K>> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Column visitor adapter.
- ColumnVisitorAdapter() - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.ColumnVisitorAdapter
-
- com.hp.api - package com.hp.api
-
Basic building blocks for constructing APIs.
- com.hp.api.auth - package com.hp.api.auth
-
Token-based authentication service facade.
- com.hp.api.security - package com.hp.api.security
-
Security context settings.
- com.hp.device - package com.hp.device
-
Specifications for various aspects device modeling and device driver development.
- com.hp.ds.graph - package com.hp.ds.graph
-
Various graph abstractions and algorithms for graph traversal & search, e.g.
- com.hp.ds.heap - package com.hp.ds.heap
-
Simple fixed-sized heap implementation.
- com.hp.keystone - package com.hp.keystone
-
Implementation of AuthenticationService using HTTP against a Keystone Server instance.
- com.hp.license - package com.hp.license
-
Set of abstractions for implementing licensing mechanism.
- com.hp.nbio - package com.hp.nbio
-
Network buffered I/O facilities to create high-performance asynchronous network channels using Java NIO.
- com.hp.of - package com.hp.of
-
- com.hp.of.common - package com.hp.of.common
-
Code shared by the OpenFlow Controller and Mock OpenFlow Switch
implementations.
- com.hp.of.ctl - package com.hp.of.ctl
-
Public API for the OpenFlow Controller.
- com.hp.of.ctl.flow - package com.hp.of.ctl.flow
-
Public API for the OpenFlow Flow Manager.
- com.hp.of.ctl.pipeline - package com.hp.of.ctl.pipeline
-
Definitions for conveying OpenFlow switch pipeline definitions and capabilities.
- com.hp.of.ctl.pkt - package com.hp.of.ctl.pkt
-
Public API for the OpenFlow Packet Sequencer and participating
Packet Listeners.
- com.hp.of.ctl.prio - package com.hp.of.ctl.prio
-
Definitions of a flow class priority broker mechanism, which provides means
to avoid specifying absolute flow-mod priorities and replacing them with
relative ones.
- com.hp.of.json - package com.hp.of.json
-
JSON factory and codecs for Openflow structures.
- com.hp.of.lib - package com.hp.of.lib
-
OpenFlow Protocol Library.
- com.hp.of.lib.dt - package com.hp.of.lib.dt
-
A set of classes representing data values used in the OpenFlow protocol.
- com.hp.of.lib.err - package com.hp.of.lib.err
-
OpenFlow Error Type enumerations.
- com.hp.of.lib.instr - package com.hp.of.lib.instr
-
Representations of OpenFlow Protocol Instructions and Actions.
- com.hp.of.lib.match - package com.hp.of.lib.match
-
Representations of OpenFlow Protocol Match Structures.
- com.hp.of.lib.mp - package com.hp.of.lib.mp
-
Representations of OpenFlow Protocol Multipart Message bodies.
- com.hp.of.lib.msg - package com.hp.of.lib.msg
-
Representations of OpenFlow Protocol Messages.
- com.hp.of.sw - package com.hp.of.sw
-
Provides mock implementations of OpenFlow switches.
- com.hp.of.sw.misc - package com.hp.of.sw.misc
-
- com.hp.sdn - package 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 - package com.hp.sdn.adm
-
Definitions of the domain model and services specific to the
Administrator tier of the SDN Controller.
- com.hp.sdn.adm.alert - package com.hp.sdn.adm.alert
-
Definitions of the services pertaining to the Alert system.
- com.hp.sdn.adm.app - package com.hp.sdn.adm.app
-
Definitions of the services pertaining to Application Management.
- com.hp.sdn.adm.auditlog - package com.hp.sdn.adm.auditlog
-
Definitions of the services pertaining to the Audit Log system.
- com.hp.sdn.adm.backup - package com.hp.sdn.adm.backup
-
Definitions of the services pertaining to the Backup system.
- com.hp.sdn.adm.common.converter - package com.hp.sdn.adm.common.converter
-
Utility classes to do conversions.
- com.hp.sdn.adm.config - package com.hp.sdn.adm.config
-
Definitions of the services pertaining to the Config system.
- com.hp.sdn.adm.dao - package 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.dao.model - package com.hp.sdn.adm.dao.model
-
Model POJOs implementations used to persist and retrieve information
applicable at the Administrator tier of the SDN Controller.
- com.hp.sdn.adm.devown - package com.hp.sdn.adm.devown
-
Definitions of the services pertaining to device ownership.
- com.hp.sdn.adm.hpws - package com.hp.sdn.adm.hpws
-
Definitions of the services pertaining to the HPWS (AppStore) install service.
- com.hp.sdn.adm.json - package com.hp.sdn.adm.json
-
Implementations of Core Services JSON factory and associated codecs.
- com.hp.sdn.adm.license - package com.hp.sdn.adm.license
-
Definitions of the services pertaining to the License system.
- com.hp.sdn.adm.log - package com.hp.sdn.adm.log
-
Definitions of the services pertaining to the Logging system.
- com.hp.sdn.adm.metric - package com.hp.sdn.adm.metric
-
Definitions of services pertaining to the SDN core controller metering
framework.
- com.hp.sdn.adm.rsdoc - package com.hp.sdn.adm.rsdoc
-
Services for registering and tracking various REST API documentation
providers.
- com.hp.sdn.adm.system - package com.hp.sdn.adm.system
-
Definitions of services pertaining to the SDN Controller system and its
collaborators.
- com.hp.sdn.adm.web - package com.hp.sdn.adm.web
-
Web resource catalogue service definitions.
- com.hp.sdn.alert - package com.hp.sdn.alert
-
Definitions of the domain model pertaining to the Alerts.
- com.hp.sdn.api - package 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.app - package com.hp.sdn.app
-
Definitions of the domain model pertaining to applications.
- com.hp.sdn.auditlog - package com.hp.sdn.auditlog
-
Definitions of the domain model pertaining to the Audit Logs.
- com.hp.sdn.auth - package com.hp.sdn.auth
-
...
- com.hp.sdn.backup - package com.hp.sdn.backup
-
...
- com.hp.sdn.common - package com.hp.sdn.common
-
Definitions of general services applicable to multiple tiers of the
SDN Controller.
- com.hp.sdn.config - package com.hp.sdn.config
-
Definitions of the domain model pertaining to configuration.
- com.hp.sdn.ctl.diag - package com.hp.sdn.ctl.diag
-
Model objects for path diagnostic application.
- com.hp.sdn.ctl.json - package com.hp.sdn.ctl.json
-
...
- com.hp.sdn.dao.model - package com.hp.sdn.dao.model
-
Model POJOs implementations used to persist and retrieve information.
- com.hp.sdn.device - package com.hp.sdn.device
-
API for accessing & supplying information about network infrastructure devices.
- com.hp.sdn.devown - package com.hp.sdn.devown
-
Definitions of the domain model pertaining to device ownership.
- com.hp.sdn.diag - package com.hp.sdn.diag
-
Definitions of the path diagnostic service.
- com.hp.sdn.disco.of.device - package com.hp.sdn.disco.of.device
-
OpenFlow Device Discovery
- com.hp.sdn.driver - package com.hp.sdn.driver
-
- com.hp.sdn.dvc - package com.hp.sdn.dvc
-
Device Management
- com.hp.sdn.dvc.dao - package com.hp.sdn.dvc.dao
-
Device Key persistence and teaming
- com.hp.sdn.dvc.facet - package com.hp.sdn.dvc.facet
-
Device Driver Facet interfaces
- com.hp.sdn.event - package com.hp.sdn.event
-
- com.hp.sdn.flow - package com.hp.sdn.flow
-
API for sending & retrieving flow rules and flow statistics.
- com.hp.sdn.flowmgr - package com.hp.sdn.flowmgr
-
Deprecated Definitions of the services provided by the Flow Manager Application.
- com.hp.sdn.json - package com.hp.sdn.json
-
JSON codecs registry for SDN-related entities.
- com.hp.sdn.license - package com.hp.sdn.license
-
Definitions of the domain model pertaining to the Licenses.
- com.hp.sdn.link - package com.hp.sdn.link
-
API for accessing & supplying information about network infrastructure links.
- com.hp.sdn.log - package com.hp.sdn.log
-
Definitions of the domain model pertaining to log entries.
- com.hp.sdn.metric - package com.hp.sdn.metric
-
Fundamental classes for the SDN core controller metering framework,
including the classes for various metric types that may be obtained from
the framework.
- com.hp.sdn.misc - package com.hp.sdn.misc
-
Miscellaneous SDN-specific utilities and auxiliaries for use as part
of implementations in either tier; entities provided within cannot not
be used as part of the mutual interface between the tiers however.
- com.hp.sdn.model - package com.hp.sdn.model
-
Base abstractions used in consuming & producing Network information model.
- com.hp.sdn.node - package com.hp.sdn.node
-
API for accessing & supplying information about network end-stations.
- com.hp.sdn.path - package com.hp.sdn.path
-
API for selecting & paving paths between nodes and devices.
- com.hp.sdn.region - package com.hp.sdn.region
-
...
- com.hp.sdn.supplier - package com.hp.sdn.supplier
-
Network information model supplier concepts.
- com.hp.sdn.support - package com.hp.sdn.support
-
Support services and concepts available to all modules.
- com.hp.sdn.system - package com.hp.sdn.system
-
Definitions of the domain model pertaining to the SDN Controller system.
- com.hp.sdn.teamcs - package com.hp.sdn.teamcs
-
...
- com.hp.sdn.teaming - package com.hp.sdn.teaming
-
Teaming services and concepts.
- com.hp.sdn.topo - package com.hp.sdn.topo
-
API for retrieving information about network topology & connectivity.
- com.hp.sdn.trace - package com.hp.sdn.trace
-
Provide interface for accessing trace level data from the OpenFlow Controller
- com.hp.sdn.tvue - package com.hp.sdn.tvue
-
Topology viewer API & domain model definitions.
- com.hp.sdn.version - package com.hp.sdn.version
-
Controller software version information.
- com.hp.sdn.vni - package com.hp.sdn.vni
-
Service for reserving and un-reserving VNIs.
- com.hp.util - package com.hp.util
-
Generic utility classes.
- com.hp.util.bcrypt - package com.hp.util.bcrypt
-
Damien Miller's implementation of OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" byNiels Provos and David Mazieres.
- com.hp.util.cache - package com.hp.util.cache
-
Classes facilitating the implementation of Weak Value Caches.
- com.hp.util.codec - package com.hp.util.codec
-
Collection of facilities to transform data structures to some string encodement andback again, to support the persistence of those data structures.
- com.hp.util.concurrent - package com.hp.util.concurrent
-
Package which provides utility classes to deal with concurrency.
- com.hp.util.dao - package com.hp.util.dao
-
Definitions of interfaces and utility class for managing interactions to the persistence layer.
- com.hp.util.dao.query - package com.hp.util.dao.query
-
Basic database queries that utilize a data access object.
- com.hp.util.dcord - package com.hp.util.dcord
-
Distributed Coordination Service API.
- com.hp.util.dcord.configuration - package com.hp.util.dcord.configuration
-
Distributed Coordination Service Configuration.
- com.hp.util.dcord.election - package com.hp.util.dcord.election
-
Authority that determines whether the local node is eligible for election.
- com.hp.util.dcord.hazelcast - package com.hp.util.dcord.hazelcast
-
Distributed Coordination Service implementation using Hazelcast as the underlying technoligy.
- com.hp.util.dcord.peer - package com.hp.util.dcord.peer
-
Peer Monitor Service.
- com.hp.util.event - package com.hp.util.event
-
Generic service for asynchronous event dispatch.
- com.hp.util.filter - package com.hp.util.filter
-
Classes providing conditions that can be applied to construct the desired filter.
- com.hp.util.format - package com.hp.util.format
-
Set of interfaces and utilities to perform token substitution within a String.
- com.hp.util.health - package com.hp.util.health
-
A facility for representing health status, where health is comprisedof a set of categories, each of which can report their individual state.
- com.hp.util.ip - package com.hp.util.ip
-
A set of classes representing data values in the network management domain.
- com.hp.util.json - package com.hp.util.json
-
Collection of facilities to transform POJOs into JSON and vice versa.
- com.hp.util.net - package com.hp.util.net
-
Utilities for producing and consuming length-prefixed messages using input andoutput streams.
- com.hp.util.net.msg - package com.hp.util.net.msg
-
Building blocks for creating extensible, network-spanning, asynchronousmessage protocols.
- com.hp.util.observer - package com.hp.util.observer
-
Abstraction of the observer pattern.
- com.hp.util.perf.api - package com.hp.util.perf.api
-
External API for performance instrumentation.
- com.hp.util.perf.controller - package com.hp.util.perf.controller
-
Controller logics for performance instrumentation.
- com.hp.util.perf.model - package com.hp.util.perf.model
-
Data model for performance instrumentation.
- com.hp.util.persistence - package com.hp.util.persistence
-
...
- com.hp.util.persistence.cassandra - package com.hp.util.persistence.cassandra
-
...
- com.hp.util.persistence.cassandra.entitymgr - package com.hp.util.persistence.cassandra.entitymgr
-
...
- com.hp.util.persistence.cassandra.entitymgr.column - package com.hp.util.persistence.cassandra.entitymgr.column
-
...
- com.hp.util.persistence.cassandra.entitymgr.wal - package com.hp.util.persistence.cassandra.entitymgr.wal
-
...
- com.hp.util.persistence.cassandra.index - package com.hp.util.persistence.cassandra.index
-
...
- com.hp.util.persistence.cassandra.lockmgr - package com.hp.util.persistence.cassandra.lockmgr
-
...
- com.hp.util.persistence.cassandra.query - package com.hp.util.persistence.cassandra.query
-
...
- com.hp.util.persistence.cassandra.snapshotmgr - package com.hp.util.persistence.cassandra.snapshotmgr
-
...
- com.hp.util.persistence.exceptions - package com.hp.util.persistence.exceptions
-
...
- com.hp.util.pgen - package com.hp.util.pgen
-
Utility for template-driven generation of project source directories and files; it supports property and environment variable substitutions.
- com.hp.util.pkt - package com.hp.util.pkt
-
Network packet parsing library.
- com.hp.util.proxy - package com.hp.util.proxy
-
Classes providing dynamic proxy creation capabilities.
- com.hp.util.rs - package com.hp.util.rs
-
Modules providing facilities for building JAX-RS (REST) interfaces.
- com.hp.util.rs.auth - package com.hp.util.rs.auth
-
General purpose token authentication servlet filter and JAX-RS authentication enforcement filter.
- com.hp.util.rs.rate - package com.hp.util.rs.rate
-
Generic request rate limiter mechanism applicable, among other uses, for REST request throttling.
- com.hp.util.security - package com.hp.util.security
-
HP security-related utilities
- com.hp.util.serializer - package com.hp.util.serializer
-
Classes providing serialization utilities.
- com.hp.util.snmp - package com.hp.util.snmp
-
Package for holding SNMP library.
- com.hp.util.snmp.command - package com.hp.util.snmp.command
-
Various SNMP command representations and related codecs.
- com.hp.util.snmp.constants - package com.hp.util.snmp.constants
-
Package for holding SNMP MIB constants (auto generated code).
- com.hp.util.sql - package com.hp.util.sql
-
A set of building blocks to facilitate the construction of SQL statements.
- com.hp.util.syntax - package com.hp.util.syntax
-
Collection of facilities to translate a set of command-line arguments into amap of name-to-object bindings, using an XML-encoded set of syntaxdefinitions.
- com.hp.util.syntax.parsers - package com.hp.util.syntax.parsers
-
Set of interfaces and several built-in implementations for parsers andconstraints which define a framework for extension of the command-line parsingframework.
- com.hp.util.syntax.usage - package com.hp.util.syntax.usage
-
Utilities to auto-generage command-line usage strings, help and manual page contents based on the XML syntax definitions of command-line syntax.
- com.hp.util.test - package com.hp.util.test
-
Production code hooks to support unit testing from external packages.
- com.hp.util.tuple - package com.hp.util.tuple
-
Classes providing tuples: Intuitive notion of an ordered list of elements.
- com.hp.util.type - package com.hp.util.type
-
Classes providing object value types.
- com.hp.util.version - package com.hp.util.version
-
Building blocks for representing information about a project's builds,release candidates, release versions and the like.
- combinePath(String, String, char) - Static method in class com.hp.util.FilePathUtils
-
Return the path that results when the child name is catenated to the
parent path and separated using the given file path separator.
- COMMA - Static variable in class com.hp.util.StringUtils
-
The comma (",") character as a string.
- COMMAND - Static variable in class com.hp.of.json.OfmGroupModCodec
-
- command(FlowModCommand) - Method in class com.hp.of.lib.msg.OfmMutableFlowMod
-
Sets the flow mod command; Since 1.0.
- command(GroupModCommand) - Method in class com.hp.of.lib.msg.OfmMutableGroupMod
-
Sets the group mod command; Since 1.1.
- command(MeterModCommand) - Method in class com.hp.of.lib.msg.OfmMutableMeterMod
-
Sets the meter mod command; Since 1.3.
- Command<I> - Class in com.hp.util.snmp.command
-
Command.
- Command(I) - Constructor for class com.hp.util.snmp.command.Command
-
Creates a new command.
- commandExecuted(T, Result<R, Exception, TeammateCommandExecutorService.CancellationCause>) - Method in interface com.hp.sdn.adm.TeammateCommandExecutorService.CommandListener
-
Notifies a command has been processed.
- CommandExecutionListener<I,E> - Interface in com.hp.util.snmp.command
-
Command execution listener.
- CommandProcessor - Class in com.hp.of.sw
-
- CommandProcessor(BankDefn, boolean) - Constructor for class com.hp.of.sw.CommandProcessor
-
Constructs a processor, ready to execute the scenario commands.
- CommandProcessor<I,E> - Interface in com.hp.util.snmp.command
-
Command processor.
- commandsExecuted(List<Command<I>>, Result<Void, E, Void>) - Method in interface com.hp.util.snmp.command.CommandExecutionListener
-
Method called when a set of commands have been executed.
- CommandType - Enum in com.hp.of.sw
-
Scenario command types.
- commaSeparated(Collection<?>) - Static method in class com.hp.util.StringUtils
-
Returns a comma-separated string of the items in the collection.
- CommonDefs - Class in com.hp.util.persistence.cassandra.entitymgr.wal
-
Holds all the common definitions of entity manager.
- CommonDefs() - Constructor for class com.hp.util.persistence.cassandra.entitymgr.wal.CommonDefs
-
- CommonUtils - Class in com.hp.of.lib
-
Provides common constants and utility methods.
- CommonValues - Class in com.hp.of.json
-
Localization resource for common terms.
- CommonValues() - Constructor for class com.hp.of.json.CommonValues
-
- ComparableCondition<D extends Comparable<D>> - Class in com.hp.util.filter
-
Comparable Condition.
- ComparableCondition(D, ComparableCondition.Mode) - Constructor for class com.hp.util.filter.ComparableCondition
-
Creates a new comparable condition.
- ComparableCondition.Mode - Enum in com.hp.util.filter
-
Condition mode.
- compare(PacketModel, PacketModel) - Method in class com.hp.sdn.ctl.diag.PacketSortComparator
-
- compare(ConnectionPoint, ConnectionPoint) - Method in class com.hp.sdn.model.ConnectionPointComparator
-
- compare(Link, Link) - Method in class com.hp.sdn.model.LinkComparator
-
- compareBooleans(boolean, boolean) - Static method in class com.hp.util.ComparisonUtils
-
Compares the given booleans and returns a value consistent with the
requirement for
Comparable.compareTo(T)
such that
false
is sorted before
true
.
- compareRows(P, P, SortSpecification.SortComponent<S>) - Method in class com.hp.util.persistence.cassandra.AbstractBaseDao
-
- compareTo(BufferId) - Method in class com.hp.of.lib.dt.BufferId
-
Implements the Comparable interface, to return buffer IDs in
natural order.
- compareTo(DataPathId) - Method in class com.hp.of.lib.dt.DataPathId
-
- compareTo(GroupId) - Method in class com.hp.of.lib.dt.GroupId
-
Implements the Comparable interface, to return group IDs in
natural order.
- compareTo(MeterId) - Method in class com.hp.of.lib.dt.MeterId
-
Implements the Comparable interface, to return meter IDs in
natural order.
- compareTo(QueueId) - Method in class com.hp.of.lib.dt.QueueId
-
Implements the Comparable interface, to return queue IDs in
natural order.
- compareTo(TableId) - Method in class com.hp.of.lib.dt.TableId
-
Implements the Comparable interface, to return table IDs in
natural order.
- compareTo(VId) - Method in class com.hp.of.lib.dt.VId
-
Implements the Comparable interface, to return virtual IDs in
natural order.
- compareTo(Action) - Method in class com.hp.of.lib.instr.Action
-
Comparable implemented to sort actions according to their
decoded action type.
- compareTo(OfmFeaturesReply) - Method in class com.hp.of.lib.msg.OfmFeaturesReply
-
- compareTo(MockOpenflowSwitch) - Method in class com.hp.of.sw.MockOpenflowSwitch
-
- compareTo(Application) - Method in class com.hp.sdn.app.Application
-
- compareTo(ApplicationArtifact) - Method in class com.hp.sdn.app.ApplicationArtifact
-
- compareTo(MetricDescriptor) - Method in class com.hp.sdn.metric.MetricDescriptor
-
- compareTo(InterfaceId) - Method in class com.hp.sdn.model.InterfaceId
-
- compareTo(NodeId) - Method in class com.hp.sdn.model.NodeId
-
- compareTo(SegmentId) - Method in class com.hp.sdn.model.SegmentId
-
- compareTo(TunnelIndex) - Method in class com.hp.sdn.model.TunnelIndex
-
- compareTo(ControlledEntityModel) - Method in class com.hp.sdn.region.ControlledEntityModel
-
- compareTo(ControllerNodeModel) - Method in class com.hp.sdn.region.ControllerNodeModel
-
- compareTo(Health<C>) - Method in class com.hp.util.health.Health
-
Compares this Health instance to the specified Health instance and
returns a value consistent with the contract for Comparable.
- compareTo(AlphaNumericName) - Method in class com.hp.util.ip.AlphaNumericName
-
Overridden to (a) ignore case, and (b) take embedded numbers into
account.
- compareTo(BigPortNumber) - Method in class com.hp.util.ip.BigPortNumber
-
Implements the Comparable interface, to return port numbers in
natural order.
- compareTo(DnsName) - Method in class com.hp.util.ip.DnsName
-
Overridden to (a) ignore case, and (b) take embedded numbers into
account.
- compareTo(EthernetType) - Method in class com.hp.util.ip.EthernetType
-
Implements the Comparable interface, to return Ethernet types in
natural order.
- compareTo(ICMPv4Type) - Method in class com.hp.util.ip.ICMPv4Type
-
Implements the Comparable interface, to return ICMPv4 message types in
natural order.
- compareTo(ICMPv6Type) - Method in class com.hp.util.ip.ICMPv6Type
-
Implements the Comparable interface, to return ICMPv6 message types in
natural order.
- compareTo(IpAddress) - Method in class com.hp.util.ip.IpAddress
-
Implements the Comparable interface, to return addresses
in natural order.
- compareTo(IpDnsPair) - Method in class com.hp.util.ip.IpDnsPair
-
Delegates our comparable to the IpAddress implementation.
- compareTo(IpProtocol) - Method in class com.hp.util.ip.IpProtocol
-
Implements the Comparable interface, to return protocols in
natural order.
- compareTo(IpRange) - Method in class com.hp.util.ip.IpRange
-
- compareTo(MacAddress) - Method in class com.hp.util.ip.MacAddress
-
Implements the Comparable interface, to return addresses in
natural order.
- compareTo(MacPrefix) - Method in class com.hp.util.ip.MacPrefix
-
Implements the Comparable interface, to return prefixes in
natural order.
- compareTo(MacRange) - Method in class com.hp.util.ip.MacRange
-
- compareTo(PartialSubnet) - Method in class com.hp.util.ip.PartialSubnet
-
- compareTo(PortNumber) - Method in class com.hp.util.ip.PortNumber
-
Implements the Comparable interface, to return port numbers in
natural order.
- compareTo(Subnet) - Method in class com.hp.util.ip.Subnet
-
- compareTo(SubnetMask) - Method in class com.hp.util.ip.SubnetMask
-
- compareTo(TcpUdpPort) - Method in class com.hp.util.ip.TcpUdpPort
-
Implements the Comparable interface, to return ports in a natural order.
- compareTo(TcpUdpPortPair) - Method in class com.hp.util.ip.TcpUdpPortPair
-
This implementation of the Comparable
interface sorts by
source IP/port first, then destination IP/port.
- compareTo(VlanId) - Method in class com.hp.util.ip.VlanId
-
- compareTo(Vni) - Method in class com.hp.util.ip.Vni
-
- compareTo(Column<K, Boolean>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.BooleanColumn
-
- compareTo(Column<K, byte[]>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ByteArrayColumn
-
- compareTo(Column<K, Byte>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ByteColumn
-
- compareTo(Column<K, V>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.Column
-
- compareTo(ColumnName<K, ?>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ColumnName
-
- compareTo(Column<C, D>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn
-
- compareTo(Column<K, Date>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.DateColumn
-
- compareTo(Column<K, Double>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.DoubleColumn
-
- compareTo(Column<K, E>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.EnumColumn
-
- compareTo(Column<K, Float>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.FloatColumn
-
- compareTo(Column<K, Integer>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.IntegerColumn
-
- compareTo(Column<K, Long>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.LongColumn
-
- compareTo(Column<K, String>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.StringColumn
-
- compareTo(Column<C, Void>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ValuelessColumn
-
Valueless column does not contain any values.
- compareTo(IndexEntryHandler.IndexEntry) - Method in class com.hp.util.persistence.cassandra.index.IndexEntryHandler.IndexEntry
-
- compareTo(BuildVersion) - Method in class com.hp.util.version.BuildVersion
-
- compareTo(Version) - Method in class com.hp.util.Version
-
Implement the comparable interface so the the extended device classes will be sorted by version (low to high).
- compareTo(ReleaseCandidate) - Method in class com.hp.util.version.ReleaseCandidate
-
- compareTo(ReleaseVersion) - Method in class com.hp.util.version.ReleaseVersion
-
- ComparisonUtils - Class in com.hp.util
-
Provides some useful helper methods for compareTo() implementations.
- ComparisonUtils() - Constructor for class com.hp.util.ComparisonUtils
-
- compile(InputStream, Locale) - Method in class com.hp.util.syntax.SyntaxCompiler
-
Compiles the specified XML-encoded input stream into a syntax package
that can be used to match and parse command-line arguments.
- compiler() - Method in class com.hp.util.syntax.SyntaxRepository
-
Get the syntax compiler utility instance
- compress(Device) - Static method in class com.hp.sdn.dvc.SerialDevice
-
- compute(Map<C, State>) - Method in interface com.hp.util.health.StateAggregator.Algorithm
-
Computes a derived state from a map of states for some specific category.
- computeProtocolMask(ProtocolId...) - Static method in class com.hp.util.pkt.Packet
-
Computes the mask of all protocol IDs.
- concat(Object...) - Static method in class com.hp.util.StringUtils
-
Concatenates an array of objects using a StringBuilder and its
append()
method.
- Condition - Interface in com.hp.util
-
Condition.
- conditionMet() - Method in interface com.hp.util.concurrent.AsyncWaiter.ConditionListener
-
Method called when the condition has been met.
- conditionMissed() - Method in interface com.hp.util.concurrent.AsyncWaiter.ConditionListener
-
Method called when the condition has not been met but no further
evaluations will be performed.
- config(Set<PortConfig>) - Method in class com.hp.of.lib.msg.MutablePort
-
Sets the port configuration flags, (may be null); Since 1.0.
- config(Set<PortConfig>) - Method in class com.hp.of.lib.msg.OfmMutablePortMod
-
Sets the configuration flags to apply; Since 1.0.
- config(Set<TableConfig>) - Method in class com.hp.of.lib.msg.OfmMutableTableMod
-
Sets the table configuration flags; Since 1.1; Deprecated in 1.3.
- Config - Class in com.hp.sdn.config
-
An immutable representation of a configuration for a component.
- Config(String, Map<String, Config.ConfigEntry>) - Constructor for class com.hp.sdn.config.Config
-
Construct a new immutable Config object.
- Config.ConfigEntry - Class in com.hp.sdn.config
-
The values for a given configuration key, including the current value
val
, the default value defVal
, and the
description desc
.
- Config.ConfigEntry(String, String, String) - Constructor for class com.hp.sdn.config.Config.ConfigEntry
-
Construct a new ConfigEntry.
- CONFIG_CLIENT_AUTH_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_CONN_ROUTE_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_CONN_TIMEOUT - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_CONN_TOTAL_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_CONN_TTL_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_KEYSTORE_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_KEYSTORE_PASS_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_PORT_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_SELFSIGNED - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_SO_TIMEOUT - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_SSL_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_TRUSTSTORE_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- CONFIG_TRUSTSTORE_PASS_KEY - Static variable in class com.hp.sdn.misc.PoolableResourceClient
-
- ConfigCodec - Class in com.hp.sdn.adm.json
-
A JSON codec capable of encoding and decoding
Config
objects.
- ConfigCodec() - Constructor for class com.hp.sdn.adm.json.ConfigCodec
-
Constructs the codec with appropriate root values.
- ConfigFlag - Enum in com.hp.of.lib.msg
-
Designates switch configuration flags.
- configFlags(Set<ConfigFlag>) - Method in class com.hp.of.lib.msg.OfmMutableGetConfigReply
-
Sets the configuration flags (may be null); Since 1.0.
- configMask(Set<PortConfig>) - Method in class com.hp.of.lib.msg.OfmMutablePortMod
-
Sets the configuration flags mask to apply; Since 1.0.
- ConfigMib - Interface in com.hp.util.snmp.constants
-
- ConfigService - Interface in com.hp.sdn.adm.config
-
Basic service supporting
Config
management.
- ConfigServiceInternal - Interface in com.hp.sdn.adm.config
-
Internal marker interface to allow team synchronization.
- ConfigTransferService - Interface in com.hp.sdn.api
-
Configuration Artifact transfer service Sideways API
.
- configure(TeamConfiguration) - Method in interface com.hp.sdn.teaming.CassandraProcessService
-
Configure Cassandra server
- configureAgingDays(int) - Method in interface com.hp.sdn.adm.metric.MetricService
-
Method that can be called to change the metering configuration for how
long persisted data is retained.
- configureChannel(ServerSocketChannel, SocketAddress) - Method in class com.hp.nbio.AcceptLoop
-
Configures the given server socket channel to be in an unblocking mode,
registers it and binds it to the specified socket address.
- configureForRequest(SnmpRequest) - Method in class com.hp.util.snmp.MsgProcessorV3
-
- configureForTrap(SnmpRequest) - Method in class com.hp.util.snmp.MsgProcessorV3
-
- configureJdkLogging(Level) - Static method in class com.hp.util.LogUtils
-
Setup the JDK root and global handlers to use our formatter and
sets the level for the handlers to the passed in level.
- configureJdkLoggingFromProperty() - Static method in class com.hp.util.LogUtils
-
Setup the JDK root and global handlers to use our formatter and
sets the level for the handlers based on the value of the
LogUtils.JDK_LOG_LEVEL_PROP_KEY
property.
- configureMap(Namespace, MapConfiguration) - Method in interface com.hp.util.dcord.CoordinationService
-
Sets a particular configuration for a distributed map.
- configureMap(Namespace, MapConfiguration) - Method in class com.hp.util.dcord.CoordinationServiceAdapter
-
- configureMap(Namespace, MapConfiguration) - Method in class com.hp.util.dcord.hazelcast.HazelcastCoordinationService
-
- configureMap(Namespace, MapConfiguration) - Method in class com.hp.util.dcord.SuspendibleCoordinationService
-
- ConfigUtils - Class in com.hp.sdn.misc
-
Provides facilities for parsing configuration property values from a
configuration map.
- conform(KeyEntity, Key) - Method in class com.hp.sdn.dvc.dao.KeyDao
-
- conform(P, T) - Method in class com.hp.util.dao.AbstractDao
-
Synchronizes the transport object and the persistent object state.
- conform(T, T) - Method in class com.hp.util.persistence.cassandra.CassAbstractDao
-
- conformQ(P, Q) - Method in class com.hp.util.dao.AbstractBidirectionalDependentDao
-
Synchronizes the transport object and the persistent object state.
- conformT(P, T) - Method in class com.hp.util.dao.AbstractBidirectionalDependentDao
-
Synchronizes the transport object and the persistent object state.
- CONN_POOL_EVICT_PERIOD - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
How long the eviction thread should sleep before "runs" of examining idle
objects.
- CONN_POOL_MAX_ACTIVE - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
Maximum number of objects that can be allocated by the pool (checked out
to clients, or idle awaiting checkout) at a given time.
- CONN_POOL_MAX_IDLE - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
Maximum number of objects that can sit idle in the pool at any time.
- CONN_POOL_MIN_IDLE_TIME - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
Minimum amount of time that an object may sit idle in the pool before it
is eligible for eviction due to idle time.
- CONN_SSL_CLIENT_AUTH - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
2-way SSL initialization parameter: True or False
- CONN_TIMEOUT - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
connection timeout initialization parameter
- connect(SelectionKey) - Method in class com.hp.nbio.IOLoop
-
Processes a connection request represented by the supplied select key.
- connect(String, String, int, ConversationProvider) - Method in class com.hp.util.net.msg.ConnectionBroker
-
Make a plain-text connection to the given host and on the specified
network port.
- connect(String, String, int, ConnectionBroker.Transport, ConversationProvider, ConnectionListener) - Method in class com.hp.util.net.msg.ConnectionBroker
-
Make a connection to the given host and on the specified network port.
- connect(String, String, int, ConnectionBroker.Transport, ConversationProvider) - Method in class com.hp.util.net.msg.ConnectionBroker
-
Make a connection to the given host and on the specified network port.
- Connection - Class in com.hp.util.net.msg
-
Class to provide asynchronous conversation-aware message exchange platform
over the specified input and output streams.
- connection() - Method in class com.hp.util.net.msg.Conversation
-
Get the connection with which this conversation is associated.
- ConnectionBroker - Class in com.hp.util.net.msg
-
Broker for easily making network-spanning connections.
- ConnectionBroker() - Constructor for class com.hp.util.net.msg.ConnectionBroker
-
Creates a client-side-only connection broker using plain-text transport.
- ConnectionBroker(int) - Constructor for class com.hp.util.net.msg.ConnectionBroker
-
Creates a server-side connection broker for hosting connections on the
specified port.
- ConnectionBroker(int, InetAddress) - Constructor for class com.hp.util.net.msg.ConnectionBroker
-
Creates a server-side connection broker for hosting connections on the
specified port and adapter.
- ConnectionBroker.Transport - Enum in com.hp.util.net.msg
-
Enumeration indicating whether plain or ssl connection is used.
- ConnectionChecker - Class in com.hp.util.persistence.cassandra.entitymgr
-
- ConnectionChecker() - Constructor for class com.hp.util.persistence.cassandra.entitymgr.ConnectionChecker
-
- connectionClosed(Connection, Throwable) - Method in interface com.hp.util.net.msg.ConnectionListener
-
Notification of connection being closed.
- ConnectionDetails - Interface in com.hp.of.ctl
-
Represents information about a specific "OpenFlow connection" (a network
connection to a datapath, with a given auxiliary id), as part of an
"OpenFlow channel" (the set of all connections to a given datapath).
- connectionError(Connection, String, Throwable) - Method in interface com.hp.util.net.msg.ConnectionListener
-
Notification of a connection error.
- ConnectionListener - Interface in com.hp.util.net.msg
-
Abstraction of a delegate capable of responding to various connection
lifecycle events.
- ConnectionManager - Class in com.hp.util.persistence.cassandra.entitymgr
-
Creates an Astynax instance for specific Cassandra context.
- ConnectionManager(KeySpaceConfig) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.ConnectionManager
-
Constructor for creating a Client context for connection with the
database.
- ConnectionManagerFactory - Class in com.hp.util.persistence.cassandra
-
Simple factory method to create a connection manager for Cassandra driver.
- ConnectionManagerFactory() - Constructor for class com.hp.util.persistence.cassandra.ConnectionManagerFactory
-
- ConnectionPoint - Interface in com.hp.sdn.model
-
- connectionPoint() - Method in class com.hp.sdn.model.DefaultNodeLink
-
- connectionPoint() - Method in interface com.hp.sdn.model.NodeLink
-
Returns the node attachment point to the network.
- ConnectionPointCodec - Class in com.hp.sdn.ctl.json
-
- ConnectionPointCodec() - Constructor for class com.hp.sdn.ctl.json.ConnectionPointCodec
-
- ConnectionPointComparator - Class in com.hp.sdn.model
-
- ConnectionPointComparator() - Constructor for class com.hp.sdn.model.ConnectionPointComparator
-
- connectionPoints() - Method in interface com.hp.sdn.model.Network
-
Gets the set of connection points for this network.
- connections() - Method in interface com.hp.of.ctl.DataPathDetails
-
An aggregation of all currently available connections to the
datapath.
- consolidateCoreDataVersion(long) - Method in interface com.hp.sdn.adm.system.SystemInformationService
-
Consolidates the core data version with an up to date system.
- consolidateCoreDataVersion(long) - Method in class com.hp.sdn.adm.system.SystemInformationServiceAdapter
-
- Constraints - Interface in com.hp.util.syntax.parsers
-
Interface for validating an object against a set of constraints.
- ConstraintsParser - Interface in com.hp.util.syntax.parsers
-
Interface for generating constraints out of the syntax node
definition database.
- constructTokenMessage(String, String[]) - Static method in class com.hp.util.format.FormatUtils
-
Returns a string in the form '%{key[:arg0[,arg1,...,argn]]}',
where n is the length of the 'args' array.
- constructTokenMessage(String) - Static method in class com.hp.util.format.FormatUtils
-
Constructs a token suitable for use by a default
RestrictedTokenMessageTranslator and a ResourceBundleTokenTranslator.
- CONTACT - Static variable in class com.hp.device.CoreDevicePropertyKeys
-
- contains(T) - Method in class com.hp.sdn.metric.DataPointList
-
Indicates whether this list contains an object equivalent to the
specified
DataPoint
instance.
- contains(byte[]) - Method in class com.hp.util.ByteArrayGenerator
-
Returns true
if the specified byte array can be generated
by this byte array generator.
- contains(D) - Method in class com.hp.util.Interval
-
Verifies whether the given element belongs to the interval.
- contains(IpAddress) - Method in class com.hp.util.ip.IpRange
-
- contains(MacAddress) - Method in class com.hp.util.ip.MacRange
-
- contains(IpAddress) - Method in class com.hp.util.ip.PartialSubnet
-
Returns true if this partial subnet contains the given IP address;
false otherwise.
- contains(IpRange) - Method in class com.hp.util.ip.PartialSubnet
-
Returns true if this partial subnet contains the given
IP address range; false otherwise.
- contains(IpAddress) - Method in class com.hp.util.ip.Subnet
-
Returns true if the given IP address is contained by this subnet.
- contains(IpRange) - Method in class com.hp.util.ip.Subnet
-
Returns true if the given IP address range is contained by this subnet.
- contains(Object) - Method in class com.hp.util.MixedEnumSet
-
- contains(T) - Method in interface com.hp.util.observer.Store
-
Verifies if the given item is contained in the store.
- contains(T) - Method in class com.hp.util.observer.StrongReferenceListenerStore
-
- contains(T) - Method in class com.hp.util.observer.WeakReferenceListenerStore
-
- contains(String) - Method in class com.hp.util.syntax.parsers.StringSet
-
Checks if the string is contained in the set.
- containsAll(Collection<?>) - Method in class com.hp.util.MixedEnumSet
-
- containsIgnoreCase(String) - Method in class com.hp.util.syntax.parsers.StringSet
-
Checks, using a case-insensitive method, if the string is contained in
the set.
- containsNextTable(TableId) - Method in interface com.hp.of.ctl.pipeline.TableContext
-
Returns true if the given table is present in next tables set.
- containsNextTableMiss(TableId) - Method in interface com.hp.of.ctl.pipeline.TableContext
-
Returns true if the given table is present in next tables miss set.
- CONTENT - Static variable in class com.hp.util.HTMLUtils
-
- CONTENT_TYPE - Static variable in interface com.hp.keystone.KeystoneConfigurationConstants
-
Content type header.
- context() - Method in interface com.hp.of.ctl.ErrorEvent
-
Returns an object that provides the context of the error.
- control(Ethernet.Control) - Method in class com.hp.util.pkt.Ethernet.Builder
-
Sets the 802.3 control type.
- control() - Method in class com.hp.util.pkt.Ethernet
-
Returns the control type (802.3 encodings).
- ControlledEntity - Interface in com.hp.sdn.region
-
Lightweight abstraction of an entity managed by the Controller.
- ControlledEntityModel - Class in com.hp.sdn.region
-
Default implementation of ControlledEntity.
- ControlledEntityModel(IpAddress) - Constructor for class com.hp.sdn.region.ControlledEntityModel
-
Creates a Controlled Entity based on just ip Address.
- ControlledEntityModel(IpAddress, MacAddress) - Constructor for class com.hp.sdn.region.ControlledEntityModel
-
Creates a ControledEntity instance.
- CONTROLLER - Static variable in class com.hp.of.lib.dt.MeterId
-
Meter for controller connection.
- CONTROLLER - Static variable in class com.hp.of.lib.msg.Port
-
Send to the Controller; Since 1.0.
- CONTROLLER_MAX - Static variable in class com.hp.of.lib.instr.ActOutput
-
Maximum maxLen value which can be used to request a specific
byte length to be sent to the controller.
- CONTROLLER_NO_BUFFER - Static variable in class com.hp.of.lib.instr.ActOutput
-
Indicates that no buffering should be applied and the whole
packet is to be sent to the controller.
- ControllerConfig - Class in com.hp.of.ctl
-
Encapsulates the run-time configuration parameters for the
Openflow Controller.
- ControllerConfig.Builder - Class in com.hp.of.ctl
-
Builds instances of ControllerConfig.
- ControllerConfig.Builder() - Constructor for class com.hp.of.ctl.ControllerConfig.Builder
-
- ControllerManagementAuthorizer - Class in com.hp.sdn.misc
-
Controller management authorizer.
- ControllerManagementAuthorizer() - Constructor for class com.hp.sdn.misc.ControllerManagementAuthorizer
-
- ControllerMx - Interface in com.hp.of.ctl
-
Provides a management API to the OpenFlow Core Controller.
- ControllerNode - Interface in com.hp.sdn.region
-
Abstraction of a controller node in a HA cluster.
- ControllerNodeModel - Class in com.hp.sdn.region
-
Default implementation of a Controller Node.
- ControllerNodeModel(IpAddress) - Constructor for class com.hp.sdn.region.ControllerNodeModel
-
Creates a instance of ControllerNodeModel with IP.
- ControllerNodeModel(IpAddress, String) - Constructor for class com.hp.sdn.region.ControllerNodeModel
-
- ControllerParams - Class in com.hp.of.ctl
-
Encapsulates controller runtime parameters which may be of interest to
"external" parties.
- ControllerParams.Builder - Class in com.hp.of.ctl
-
Builds instances of ControllerParams.
- ControllerParams.Builder() - Constructor for class com.hp.of.ctl.ControllerParams.Builder
-
- ControllerRole - Enum in com.hp.of.lib.msg
-
Designates the role of a controller; Since 1.2.
- ControllerService - Interface in com.hp.of.ctl
-
Provides the public API to the SDN OpenFlow Controller — a
one-stop-shop for SDN applications interacting with the controller.
- ControllerServiceAdapter - Class in com.hp.of.ctl
-
An adapter for the
ControllerService
API, provided specifically for
unit tests to use, to insulate themselves from changes in the API.
- ControllerServiceAdapter() - Constructor for class com.hp.of.ctl.ControllerServiceAdapter
-
- ControllerStats - Interface in com.hp.of.ctl
-
Represents statistics about the number of OpenFlow messages handled by
the controller.
- ControllerStatsAdapter - Class in com.hp.of.ctl
-
An adapter for the
ControllerStats
API, provided specifically for
unit tests to use, to insulate themselves from changes in the API.
- ControllerStatsAdapter() - Constructor for class com.hp.of.ctl.ControllerStatsAdapter
-
- ControllerStatsCodec - Class in com.hp.of.json
-
- ControllerStatsCodec() - Constructor for class com.hp.of.json.ControllerStatsCodec
-
- Conversation - Class in com.hp.util.net.msg
-
Abstraction of a topic-aware but otherwise opaque conversation context.
- Conversation(String, int, int) - Constructor for class com.hp.util.net.msg.Conversation
-
Create a new conversation with the supplied id and topic.
- ConversationBroker - Class in com.hp.util.net.msg
-
A broker, acting as a conversation provider, by dispatching conversation
provisioning requests to multiple other conversation providers that have
been registered with the broker.
- ConversationBroker() - Constructor for class com.hp.util.net.msg.ConversationBroker
-
- ConversationProvider - Interface in com.hp.util.net.msg
-
Abstraction of a provider capable of supplying an conversation
context appropriate for a given conversation topic.
- conversations - Variable in class com.hp.util.net.msg.AbstractConversationTracker
-
- conversations() - Method in class com.hp.util.net.msg.AbstractConversationTracker
-
Get the map of conversations that are currently being tracked.
- conversations() - Method in class com.hp.util.net.msg.Connection
-
Provides an unmodifiable view of the ongoing conversations on this
connection.
- convert(DeviceEntity) - Static method in class com.hp.sdn.dvc.SerialDevice
-
Convert from JPA compatible object
- convert(S) - Method in interface com.hp.util.Converter
-
Converts an instance of type S to an instance of type T
- convert(P) - Method in class com.hp.util.dao.AbstractBidirectionalDependentDao
-
- convert(P, R) - Method in class com.hp.util.dao.AbstractBidirectionalDependentDao
-
- convert(P, BaseDao<E, W, R, ?, ?>, Converter<W, R>, DataStoreContext) - Method in class com.hp.util.dao.AbstractBidirectionalDependentDao
-
- convert(P) - Method in class com.hp.util.dao.AbstractDao
-
- convert(P, R) - Method in interface com.hp.util.dao.BidirectionalDependentDao
-
Converts the storable object to a transportable.
- convert(P, BaseDao<E, W, R, ?, ?>, Converter<W, R>, DataStoreContext) - Method in interface com.hp.util.dao.BidirectionalDependentDao
-
Converts the storable object to a transportable.
- convert(Converter<D, T>) - Method in class com.hp.util.MarkPage
-
Converts a page to a different data type.
- convert(T) - Method in class com.hp.util.MarkPageRequest
-
Converts the page request to use a converted mark.
- convert(Converter<D, T>) - Method in class com.hp.util.Page
-
Converts a page to a different data type.
- Converter<S,T> - Interface in com.hp.util
-
Converts data from the source type to the target type
- convertIllegalCharacters(String) - Static method in class com.hp.util.format.FormatUtils
-
Converts an arbitrary String to be used with a default
RestrictedTokenMessageTranslator and a ResourceBundleTokenTranslator.
- cookie(long) - Method in class com.hp.of.lib.mp.MBodyMutableFlowStats
-
Sets the cookie; Since 1.0.
- cookie(long) - Method in class com.hp.of.lib.mp.MBodyMutableFlowStatsRequest
-
Sets the requirement that matching flow entries contain this cookie
value; since 1.1.
- cookie(long) - Method in class com.hp.of.lib.msg.OfmMutableFlowMod
-
Sets the cookie value; Since 1.0.
- cookie(long) - Method in class com.hp.of.lib.msg.OfmMutableFlowRemoved
-
Sets the cookie value; Since 1.0.
- cookie(long) - Method in class com.hp.of.lib.msg.OfmMutablePacketIn
-
Sets the cookie value; Since 1.3.
- cookie() - Method in interface com.hp.sdn.path.TrafficTreatment
-
Returns the cookie to be assigned to flow rules.
- COOKIE_MASK - Static variable in interface com.hp.of.ctl.prio.FlowClass
-
Mask for isolating assigned base cookie value, which is the top 16 bits.
- cookieMask(long) - Method in class com.hp.of.lib.mp.MBodyMutableFlowStatsRequest
-
Sets the mask used to restrict the cookie bits that must match;
Since 1.1.
- cookieMask(long) - Method in class com.hp.of.lib.msg.OfmMutableFlowMod
-
Sets the cookie mask value; Since 1.1.
- CoordinationService - Interface in com.hp.util.dcord
-
Distributed system's coordination service.
- CoordinationServiceAdapter - Class in com.hp.util.dcord
-
- CoordinationServiceAdapter() - Constructor for class com.hp.util.dcord.CoordinationServiceAdapter
-
- coordService - Variable in class com.hp.sdn.dvc.dao.KeyStore
-
- copy(OpenflowMessage) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Creates an immutable (deep) copy of the specified OpenFlow message.
- copy(Port) - Static method in class com.hp.of.lib.msg.PortFactory
-
Returns a copy (immutable) of the given port.
- copy(SnmpRequest) - Static method in class com.hp.util.snmp.SnmpClientFixture
-
Helper method to copy a request into a response (used for fixtures/testing).
- copyXid(OpenflowMessage, MutableMessage) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Copies the transaction ID from given source message to the specified
destination message.
- coreDataChanged() - Method in interface com.hp.sdn.adm.system.SystemInformationService
-
Notify that core data has changed and thus core data version needs to
be updated.
- coreDataChanged() - Method in class com.hp.sdn.adm.system.SystemInformationServiceAdapter
-
- coreDataVersion() - Method in class com.hp.sdn.system.SystemInformation
-
Gets the core data version.
- coreDataVersionTimestamp() - Method in class com.hp.sdn.system.SystemInformation
-
Gets the core data version timestamp.
- CoreDevicePropertyKeys - Class in com.hp.device
-
A common declaration of property keys used in the implementation of my device info supporting classes.
- CoreDevicePropertyKeys() - Constructor for class com.hp.device.CoreDevicePropertyKeys
-
- CoreServicesJsonFactory - Class in com.hp.sdn.adm.json
-
A JSON factory for Flare core services data objects.
- CoreServicesJsonFactory() - Constructor for class com.hp.sdn.adm.json.CoreServicesJsonFactory
-
- cost - Variable in class com.hp.ds.graph.DefaultPath
-
- cost() - Method in class com.hp.ds.graph.DefaultPath
-
- cost() - Method in interface com.hp.ds.graph.Path
-
Get the total cost of the path.
- cost() - Method in class com.hp.sdn.model.DefaultLinkInfoPattern
-
- costs - Variable in class com.hp.ds.graph.AbstractGraphPathSearch.DefaultResult
-
- costs() - Method in class com.hp.ds.graph.AbstractGraphPathSearch.DefaultResult
-
- costs() - Method in interface com.hp.ds.graph.GraphPathSearch.Result
-
Return a map of vertex costs in the path.
- count(long) - Method in class com.hp.sdn.metric.CounterMetricValue.CounterValueBuilder
-
- count(long) - Method in class com.hp.sdn.metric.GaugeMetricValue.GaugeValueBuilder
-
- count(long) - Method in class com.hp.sdn.metric.HistogramMetricValue.HistogramValueBuilder
-
- count(long) - Method in class com.hp.sdn.metric.MeterMetricValue.MeterValueBuilder
-
- count(long) - Method in class com.hp.sdn.metric.MetricValue.Builder
-
Sets the count.
- count(long) - Method in class com.hp.sdn.metric.RatioGaugeMetricValue.RatioGaugeValueBuilder
-
- count(long) - Method in class com.hp.sdn.metric.RollingCounterMetricValue.RollingCounterValueBuilder
-
- count(long) - Method in class com.hp.sdn.metric.TimerMetricValue.TimerValueBuilder
-
- count(F, DataStoreContext) - Method in class com.hp.util.dao.AbstractBaseDao
-
- count(F, DataStoreContext) - Method in interface com.hp.util.dao.BaseDao
-
Gets the number of persist objects based on a filter criteria.
- count() - Method in class com.hp.util.net.msg.Echo
-
Get the number of echoes provided by this conversation.
- count(F, C) - Method in interface com.hp.util.persistence.BaseDao
-
Gets the number of persisted objects based on a filter criteria.
- count(F, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.AbstractBaseDao
-
- count(DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.AllRowsSecondaryIndex
-
Counts all the rows in the main column family or the number of columns in the index column
family.
- count(K, DataStoreContext) - Method in interface com.hp.util.persistence.cassandra.index.CustomSecondaryIndex
-
Counts the number of columns in the index.
- count(K, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.GenericCustomSecondaryIndex
-
- count() - Method in interface com.hp.util.persistence.cassandra.index.SecondaryIndexIntegrator.SecondaryIndexReader
-
Returns the size of the query for the particular index.
- countBits(byte[]) - Static method in class com.hp.util.ByteUtils
-
Counts and returns the number of 1 bits within the specified byte array.
- countBits(byte[], int) - Static method in class com.hp.util.ByteUtils
-
Counts and returns the number of 1 bits within the specified region of
a byte array, starting at the given offset, to the end of the array.
- countBits(byte[], int, int) - Static method in class com.hp.util.ByteUtils
-
Counts and returns the number of 1 bits within the specified region
of a byte array, starting at the given offset, for 'length' bytes.
- countByFilter(F, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.AbstractBaseDao
-
Given a filter, count the number of rows that match it.
- countColumns(ColumnFamily<K, C>, K) - Method in class com.hp.util.persistence.cassandra.entitymgr.EntityManager
-
- CounterDataPoint - Class in com.hp.sdn.metric
-
Class for a time stamped counter data point.
- CounterDataPoint(long, long, long) - Constructor for class com.hp.sdn.metric.CounterDataPoint
-
- CounterDataPoint(InputStream) - Constructor for class com.hp.sdn.metric.CounterDataPoint
-
- CounterDataPoint.CounterIndices - Enum in com.hp.sdn.metric
-
- CounterDataPointList - Class in com.hp.sdn.metric
-
- CounterDataPointList() - Constructor for class com.hp.sdn.metric.CounterDataPointList
-
- CounterDescriptor - Class in com.hp.sdn.metric
-
Counter descriptor object, which specifies numerous properties that shape the
processing and handling of a
TimeStampedCounter
object.
- CounterDescriptor.CounterDescriptorBuilder - Class in com.hp.sdn.metric
-
Counter descriptor builder object, which requires that only arguments
that are mandatory for the construction of a
CounterDescriptor
be
specified during its own construction.
- CounterDescriptor.CounterDescriptorBuilder(String) - Constructor for class com.hp.sdn.metric.CounterDescriptor.CounterDescriptorBuilder
-
- CounterDescriptorCodec - Class in com.hp.sdn.adm.json
-
- CounterDescriptorCodec() - Constructor for class com.hp.sdn.adm.json.CounterDescriptorCodec
-
- CounterMetricCodec - Class in com.hp.sdn.adm.json
-
- CounterMetricCodec() - Constructor for class com.hp.sdn.adm.json.CounterMetricCodec
-
- CounterMetricValue - Class in com.hp.sdn.metric
-
Counter metric value object, a data carrier which contains common metric value
attributes being retrieved from the metric updates persisted and summarized.
- CounterMetricValue(CounterMetricValue.CounterValueBuilder) - Constructor for class com.hp.sdn.metric.CounterMetricValue
-
- CounterMetricValue.CounterValueBuilder - Class in com.hp.sdn.metric
-
Builder (mutable) used to create a new value instances.
- CounterMetricValue.CounterValueBuilder(String) - Constructor for class com.hp.sdn.metric.CounterMetricValue.CounterValueBuilder
-
- CountQuery<F,C> - Class in com.hp.util.persistence.cassandra.query
-
Query for count number of entries with in a table or column family which
matches the filter definition.
- CountQuery(F, Dao<?, ?, ?, F, ?, C>) - Constructor for class com.hp.util.persistence.cassandra.query.CountQuery
-
Creates a Count query.
- countRows(ColumnFamily<K, C>) - Method in class com.hp.util.persistence.cassandra.entitymgr.EntityManager
-
- CP - Static variable in class com.hp.sdn.ctl.json.ConnectionPointCodec
-
- cp - Variable in class com.hp.sdn.link.LinkPointFilter
-
- cp(ConnectionPoint) - Method in class com.hp.sdn.node.DefaultNodeFilter
-
Modifies the current filter to match nodes with the given
connection point.
- create(P, R) - Static method in class com.hp.api.Restrictable
-
Creates a restrict-able object.
- create(String) - Method in class com.hp.device.AbstractDeviceDriverProvider
-
- create(String, IpAddress) - Method in class com.hp.device.AbstractDeviceDriverProvider
-
- create(DeviceInfo, IpAddress) - Method in class com.hp.device.AbstractDeviceDriverProvider
-
- create(String, String) - Method in class com.hp.device.AbstractDeviceDriverProvider
-
- create(DeviceInfo, String) - Method in class com.hp.device.AbstractDeviceDriverProvider
-
- create(String) - Method in class com.hp.device.DeviceDriverFactory
-
- create(String, IpAddress) - Method in class com.hp.device.DeviceDriverFactory
-
- create(DeviceInfo, IpAddress) - Method in class com.hp.device.DeviceDriverFactory
-
- create(String, String) - Method in class com.hp.device.DeviceDriverFactory
-
- create(DeviceInfo, String) - Method in class com.hp.device.DeviceDriverFactory
-
- create(String) - Method in interface com.hp.device.DeviceDriverProvider
-
Creates an instance of DeviceInfo backed by the specified device type and void of any specific device
information.
- create(String, IpAddress) - Method in interface com.hp.device.DeviceDriverProvider
-
Creates an instance of DeviceHandler, bound to the specified device target, and associated with
a new instance of DeviceInfo backed by the specified device type and void of any specific device information.
- create(DeviceInfo, IpAddress) - Method in interface com.hp.device.DeviceDriverProvider
-
Creates an instance of DeviceHandler, bound to the specified device target, and associated with
the specified instance of DeviceInfo.
- create(String, String) - Method in interface com.hp.device.DeviceDriverProvider
-
Creates an instance of DeviceLoader, bound to the specified device UID, and associated with
a new instance of DeviceInfo backed by the specified device type.
- create(DeviceInfo, String) - Method in interface com.hp.device.DeviceDriverProvider
-
Creates an instance of DeviceLoader, bound to the specified device UID, and associated with
the specified instance of DeviceInfo.
- create(ProtocolVersion, MessageType, Enum<?>) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Creates a mutable OpenFlow message of the specified type and subtype,
with the specified protocol version, assigning it the next available
transaction ID.
- create(ProtocolVersion, MessageType) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Creates a mutable OpenFlow message of the specified type, with the
specified protocol version, assigning it the next available
transaction ID.
- create(Message, MessageType) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Creates a mutable OpenFlow message of the specified type, with
protocol version and transaction ID matching those of the given
message.
- create(Message, MessageType, Enum<?>) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Creates a mutable OpenFlow message of the specified type and subtype,
with protocol version and transaction ID matching those of the given
message.
- create(CommandType, String) - Static method in class com.hp.of.sw.ScenarioCommand
-
Returns a command encapsulating the given parameters.
- create(Key.Type) - Static method in class com.hp.sdn.driver.AbstractKey
-
- create(String) - Method in class com.hp.sdn.driver.DeviceDriverServiceAdapter
-
- create(String, IpAddress) - Method in class com.hp.sdn.driver.DeviceDriverServiceAdapter
-
- create(DeviceInfo, IpAddress) - Method in class com.hp.sdn.driver.DeviceDriverServiceAdapter
-
- create(String, String) - Method in class com.hp.sdn.driver.DeviceDriverServiceAdapter
-
- create(DeviceInfo, String) - Method in class com.hp.sdn.driver.DeviceDriverServiceAdapter
-
- create(TeamConfiguration) - Method in interface com.hp.sdn.teaming.TeamingAdminService
-
Creates a team.
- create(String) - Static method in class com.hp.util.ByteArrayGenerator
-
Creates an instance of
ByteArrayGenerator
that will generate
byte arrays within the constraints defined by the given specification.
- create(T, W, DataStoreContext) - Method in class com.hp.util.dao.AbstractBidirectionalDependentDao
-
- create(T, DataStoreContext) - Method in class com.hp.util.dao.AbstractDao
-
- create(T, W, DataStoreContext) - Method in interface com.hp.util.dao.BidirectionalDependentDao
-
Creates a new persistent object with the data from the given transport
object.
- create(T, DataStoreContext) - Method in interface com.hp.util.dao.Dao
-
Creates a new persistent object with the data from the given transport
object.
- create(HazelcastConfiguration, Logger) - Static method in class com.hp.util.dcord.hazelcast.HazelcastCoordinationService
-
- create(Class<P>, CoordinationService, ThreadExecutor, Logger) - Static method in class com.hp.util.dcord.peer.PubSubPeerMonitor
-
Crates a peer monitor service.
- create(Class<P>, Serializer<P>, CoordinationService, ThreadExecutor, Logger) - Static method in class com.hp.util.dcord.peer.PubSubPeerMonitor
-
Crates a peer monitor service.
- create(Restrictable<CoordinationService, Stoppable>) - Static method in class com.hp.util.dcord.SuspendibleCoordinationService
-
Create a suspendible CoordinationService
- create() - Method in interface com.hp.util.Factory
-
Creates an object.
- create(T, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.CassAbstractDao
-
Creates a new persistent object with the data from the given transport
object.
- create(KeySpaceConfig) - Method in class com.hp.util.persistence.cassandra.ConnectionManagerFactory
-
- create(T, C) - Method in interface com.hp.util.persistence.Dao
-
Creates a new persistent object with the data from the given transport
object.
- create(T, Proxy<T>) - Static method in class com.hp.util.proxy.DynamicProxy
-
Creates a dynamic proxy for all interfaces that the subject implements.
- create(T, Proxy<T>, Interfaces<T>) - Static method in class com.hp.util.proxy.DynamicProxy
-
Creates a dynamic proxy.
- create(Class<T>, NonDelegatorProxy<T>) - Static method in class com.hp.util.proxy.DynamicProxy
-
Creates a dynamic proxy for all interfaces that the subject implements.
- create(Class<T>, NonDelegatorProxy<T>, Interfaces<T>) - Static method in class com.hp.util.proxy.DynamicProxy
-
Creates a dynamic proxy.
- createAction(ProtocolVersion, ActionType) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates an action (header only, no payload),
using the specified protocol version.
- createAction(ProtocolVersion, ActionType, MFieldBasic) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a SET_FIELD action.
- createAction(ProtocolVersion, ActionType, BigPortNumber, int) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates an OUTPUT action.
- createAction(ProtocolVersion, ActionType, BigPortNumber) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates an OUTPUT action.
- createAction(ProtocolVersion, ActionType, GroupId) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a GROUP action.
- createAction(ProtocolVersion, ActionType, QueueId) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a SET_QUEUE action for version 1.1 onwards.
- createAction(ProtocolVersion, ActionType, QueueId, BigPortNumber) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a SET_QUEUE action (used to be named ENQUEUE) for version 1.0.
- createAction(ProtocolVersion, ActionType, int) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a TTL-based action.
- createAction(ProtocolVersion, ActionType, EthernetType) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates an EthernetType-based action.
- createAction(ProtocolVersion, ActionType, int, byte[]) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates an EXPERIMENTER action.
- createAction(ProtocolVersion, ActionType, ExperimenterId, byte[]) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates an EXPERIMENTER action.
- createActionHeaders(ProtocolVersion, Set<ActionType>) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates action headers to be used in encoding a table features
actions property.
- createActionProp(ProtocolVersion, TableFeaturePropType, Set<ActionType>) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features action property, for the given
protocol version, and the specified action types.
- createActionProp(ProtocolVersion, TableFeaturePropType, Set<ActionType>, List<ActExperimenter>) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features action property, for the given
protocol version, and the specified action types and experimenter
action types.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, MacAddress) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for a mac-address-based match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, IpAddress) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for an ip-address-based match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, PortNumber) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for a port-number-based match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, ICMPv4Type) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for an ICMPv4 Type match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, ICMPv6Type) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for an ICMPv6 Type match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, int) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for an int-payload-based match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, EthernetType) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for an ETH_TYPE match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, VlanId) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for a VLAN_VID,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, IpProtocol) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for an IP Protocol match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, long) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for a long-payload-based match field,
using the given protocol version.
- createActionSetField(ProtocolVersion, OxmBasicFieldType, Map<IPv6ExtHdr, Boolean>) - Static method in class com.hp.of.lib.instr.ActionFactory
-
Creates a set-field action for an IPv6 Extension Header match field,
using the given protocol version.
- createAlias(IpAddress) - Method in interface com.hp.sdn.api.TeamIpConfigService
-
Establishes an additional network address for the controller's network
interface.
- createBand(ProtocolVersion, MeterBandType, long, long) - Static method in class com.hp.of.lib.msg.MeterBandFactory
-
Creates a DROP meter band.
- createBand(ProtocolVersion, MeterBandType, long, long, int) - Static method in class com.hp.of.lib.msg.MeterBandFactory
-
Creates a DSCP_REMARK or EXPERIMENTER meter band.
- createBand(ProtocolVersion, MeterBandType, long, long, ExperimenterId) - Static method in class com.hp.of.lib.msg.MeterBandFactory
-
Creates an EXPERIMENTER meter band.
- createBasicField(ProtocolVersion, OxmBasicFieldType, BigPortNumber) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for a big-port-number-based match field.
- createBasicField(ProtocolVersion, OxmBasicFieldType, MacAddress, MacAddress) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for a mac-address-based match field
with a mask.
- createBasicField(ProtocolVersion, OxmBasicFieldType, MacAddress) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for a mac-address-based match field
without a mask.
- createBasicField(ProtocolVersion, OxmBasicFieldType, IpAddress, IpAddress) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an ip-address-based match field
with a mask.
- createBasicField(ProtocolVersion, OxmBasicFieldType, IpAddress) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an ip-address-based match field
without a mask.
- createBasicField(ProtocolVersion, OxmBasicFieldType, PortNumber) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for a port-number-based match field.
- createBasicField(ProtocolVersion, OxmBasicFieldType, ICMPv4Type) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an ICMPv4 Type match field.
- createBasicField(ProtocolVersion, OxmBasicFieldType, ICMPv6Type) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an ICMPv6 Type match field.
- createBasicField(ProtocolVersion, OxmBasicFieldType, int, int) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an int-payload-based match field,
with a mask.
- createBasicField(ProtocolVersion, OxmBasicFieldType, int) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an int-payload-based match field,
without a mask.
- createBasicField(ProtocolVersion, OxmBasicFieldType, EthernetType) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an ETH_TYPE match field.
- createBasicField(ProtocolVersion, OxmBasicFieldType, VlanId) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for a VLAN_VID.
- createBasicField(ProtocolVersion, OxmBasicFieldType, IpProtocol) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an IP Protocol match field.
- createBasicField(ProtocolVersion, OxmBasicFieldType, long, long) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for a long-payload-based match field,
with a mask.
- createBasicField(ProtocolVersion, OxmBasicFieldType, long) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for a long-payload-based match field.
- createBasicField(ProtocolVersion, OxmBasicFieldType, Map<IPv6ExtHdr, Boolean>) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a basic match field for an IPV6_EXTHDR match field.
- createBatchFuture(List<OfmFlowMod>, DataPathId) - Static method in class com.hp.of.lib.msg.MessageBatchFuture
-
Creates and returns a message batch future for the given messages
destined for the specified datapath.
- createBuffer(ByteChannel, SSLContext) - Method in class com.hp.nbio.IOLoop
-
Creates a new message buffer backed by the given socket channel and
driven by the specified loop.
- createBuilder() - Static method in class com.hp.util.proxy.Interfaces
-
Creates an interfaces builder.
- createCanceledResult(C) - Static method in class com.hp.api.Result
-
Creates a canceled result.
- createChannels() - Method in class com.hp.nbio.AcceptLoop
-
Allocates the server socket channel(s) in non-blocking mode, registers
it (them) with the selector and then binds to the configured listen
address(es).
- createClosed(T, T) - Static method in class com.hp.util.Interval
-
Creates a closed-type interval based on the nullability of leftEndpoint
and
rightEndpoint
:
Closed: if neither leftEndpoint
and rightEndpoint
are null
Left unbounded right closed: if leftEndpoint
is null
but
rightEndpoint
isn't
Left closed right unbounded: if leftEndpoint
is not null
but
rightEndpoint
is
Unbounded: if both leftEndpoint
and rightEndpoint
are null
- createCodecForEnumNames(Class<E>) - Static method in class com.hp.util.codec.CodecFactory
-
A convenience method to create a string codec for
the constant names of the specified enumeration class.
- createColumnFamily(ColumnFamilyDefinition<?, ?>) - Static method in class com.hp.util.persistence.cassandra.entitymgr.EntityManager
-
- createCounter(CounterDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricService
-
- created() - Method in class com.hp.license.BaseLicense
-
- created() - Method in interface com.hp.license.License
-
Creation date of this license key as created by the licensing portal.
- created(URI) - Method in class com.hp.util.rs.BaseResource
-
Create a created response with no-cache headers.
- created(URI, Object) - Method in class com.hp.util.rs.BaseResource
-
Create a created response with no-cache headers and with the given
response data.
- createdAt() - Method in interface com.hp.api.Audited
-
Returns the time at which this entity was created.
- createdAt() - Method in class com.hp.sdn.dao.model.AuditableEntity
-
- createdBy() - Method in interface com.hp.api.Audited
-
Returns the identity of the entity or user who
created this entity.
- createdBy() - Method in class com.hp.sdn.dao.model.AuditableEntity
-
- createEntityManager(ConnectionManager) - Method in class com.hp.util.persistence.cassandra.entitymgr.EntityManagerFactory
-
Returns EntityManager object
- createEntropicCodecForClassNames() - Static method in class com.hp.util.codec.CodecFactory
-
A convenience method to create an entropic string codec
tailored for class names.
- createEntropicStringSetCodec(Set<String>, Algorithm) - Static method in class com.hp.util.codec.CodecFactory
-
Creates and returns an entropic string codec instance.
- createEnumCodec(Class<E>) - Static method in class com.hp.util.codec.CodecFactory
-
Creates and returns an EnumCodec for the specified enum class.
- CreateException - Exception in com.hp.api
-
Exception representing a condition where creation of an object fails.
- CreateException() - Constructor for exception com.hp.api.CreateException
-
Constructs an exception with no message and no underlying cause.
- CreateException(String) - Constructor for exception com.hp.api.CreateException
-
Constructs an exception with the specified message.
- CreateException(String, Throwable) - Constructor for exception com.hp.api.CreateException
-
Constructs an exception with the specified message.
- createExperimenterField(ProtocolVersion, int, int, byte[]) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates an experimenter match field.
- createExperimenterField(ProtocolVersion, int, ExperimenterId, byte[]) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates an experimenter match field.
- createExperProp(ProtocolVersion, TableFeaturePropType, ExperimenterId, long, byte[]) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features experimenter property, for the given
protocol version, and the specified experimenter data.
- createExperProp(ProtocolVersion, TableFeaturePropType, int, long, byte[]) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features experimenter property, for the given
protocol version, and the specified experimenter data.
- createFailureResult(E) - Static method in class com.hp.api.Result
-
Creates a failure result.
- createFieldHeaders(ProtocolVersion, Map<OxmBasicFieldType, Boolean>) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates minimal match field headers to be used in encoding a table
features OXM property.
- createFromHex(String) - Static method in class com.hp.util.ByteArrayGenerator
-
Creates an instance of
ByteArrayGenerator
that will generate
byte arrays within the constraints defined by the given specification.
- createGauge(GaugeDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricService
-
- createGeneralCodec(Set<String>) - Static method in class com.hp.util.codec.CodecFactory
-
A convenience method to create a string codec for a general
set of strings.
- createGet(IpAddress, SnmpRequestListener) - Method in class com.hp.sdn.dvc.facet.SnmpDriver
-
- createHandler(DeviceInfo, IpAddress) - Method in class com.hp.device.DefaultDeviceType
-
Return a device handler appropriate for this device type.
- createHandler(DeviceInfo, IpAddress) - Method in interface com.hp.device.DeviceType
-
Return a device handler appropriate for this device type.
- createHelloMsg() - Method in class com.hp.of.sw.CfgHello
-
Creates the HELLO message to send to the controller, based on the
configuration.
- createHint(HintType) - Static method in class com.hp.of.ctl.pkt.HintFactory
-
Creates a hint with the specified type.
- createHint(HintType, Class<? extends SequencedPacketListener>) - Static method in class com.hp.of.ctl.pkt.HintFactory
-
Creates a hint that describes the implementing class of a packet
listener.
- createHint(int) - Static method in class com.hp.of.ctl.pkt.HintFactory
-
Creates an experimenter hint for the specified experimenter-defined
type.
- createHint(int, ExperimenterHint.Payload) - Static method in class com.hp.of.ctl.pkt.HintFactory
-
Creates an experimenter hint for the specified experimenter-defined
type and given payload.
- createHistogram(HistogramDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricService
-
- createInstrProp(ProtocolVersion, TableFeaturePropType, Set<InstructionType>) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features instructions property, for the given
protocol version, indicating support for the specified instruction
types.
- createInstrProp(ProtocolVersion, TableFeaturePropType, Set<InstructionType>, List<InstrExperimenter>) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features instructions property, for the given
protocol version, indicating support for the specified instruction
types, as well as the specified experimenter instructions.
- createInstruction(ProtocolVersion, InstructionType, TableId) - Static method in class com.hp.of.lib.instr.InstructionFactory
-
Creates a GOTO_TABLE instruction.
- createInstruction(ProtocolVersion, InstructionType, long, long) - Static method in class com.hp.of.lib.instr.InstructionFactory
-
Creates a WRITE_METADATA instruction.
- createInstruction(ProtocolVersion, InstructionType) - Static method in class com.hp.of.lib.instr.InstructionFactory
-
Creates a CLEAR_ACTIONS instruction.
- createInstruction(ProtocolVersion, InstructionType, MeterId) - Static method in class com.hp.of.lib.instr.InstructionFactory
-
Creates a METER instruction.
- createInstruction(ProtocolVersion, InstructionType, int, byte[]) - Static method in class com.hp.of.lib.instr.InstructionFactory
-
Creates an EXPERIMENTER instruction.
- createInstruction(ProtocolVersion, InstructionType, ExperimenterId, byte[]) - Static method in class com.hp.of.lib.instr.InstructionFactory
-
Creates an EXPERIMENTER instruction.
- createInstructionHeaders(ProtocolVersion, Set<InstructionType>) - Static method in class com.hp.of.lib.instr.InstructionFactory
-
Creates instruction headers to be used in encoding a table features
instructions property.
- createLoader(DeviceInfo, String) - Method in class com.hp.device.DefaultDeviceType
-
Return a device handler appropriate for this device type.
- createLoader(DeviceInfo, String) - Method in interface com.hp.device.DeviceType
-
Return a device handler appropriate for this device type.
- createLookup(Class<E>) - Static method in class com.hp.util.EnumUtils
-
Returns a new map providing code to enumeration lookup.
- createMatch(ProtocolVersion) - Static method in class com.hp.of.lib.match.MatchFactory
-
Creates a mutable match instance.
- createMeter(MeterDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricService
-
- createMetric(CounterDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricProxyService
-
- createMetric(GaugeDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricProxyService
-
- createMetric(HistogramDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricProxyService
-
- createMetric(MeterDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricProxyService
-
- createMetric(RatioGaugeDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricProxyService
-
- createMetric(RollingCounterDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricProxyService
-
- createMetric(TimerDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricProxyService
-
- createMinimalField(ProtocolVersion, OxmClass, int, byte[]) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a minimal match field for a known OXM Class.
- createMinimalField(ProtocolVersion, OxmClass, int, int, byte[]) - Static method in class com.hp.of.lib.match.FieldFactory
-
Creates a minimal match field for an unknown OXM Class.
- createMpDescReply(OpenflowMessage) - Method in class com.hp.of.sw.CfgDesc
-
Creates a multipart DESC reply from the configured data.
- createMpDescReply(OpenflowMessage) - Method in class com.hp.of.sw.MockOpenflowSwitch
-
Creates a multipart DESC reply from the configured data.
- createMpPortDescReply(OpenflowMessage) - Method in class com.hp.of.sw.MockOpenflowSwitch
-
Creates a multipart PORT_DESC reply from the configured data.
- createMpTableFeaturesReply(OpenflowMessage) - Method in class com.hp.of.sw.MockOpenflowSwitch
-
Creates a multipart TABLE_FEATURES reply (empty) to satisfy the basic
request from the controller (for 1.3 switches).
- createMutableBucket(ProtocolVersion) - Static method in class com.hp.of.lib.msg.BucketFactory
-
Creates a mutable bucket instance.
- createMutableInstruction(ProtocolVersion, InstructionType) - Static method in class com.hp.of.lib.instr.InstructionFactory
-
Creates a mutable (action-based) instruction.
- createNextTablesProp(ProtocolVersion, TableFeaturePropType, Set<TableId>) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features next-tables property, for the given
protocol version, and the specified table IDs.
- createOfmDecoder() - Method in class com.hp.of.sw.PipelineFactory
-
Creates and returns a message decoder to be used in the pipeline.
- createOfmEncoder() - Method in class com.hp.of.sw.PipelineFactory
-
Creates and returns a message encoder to be used in the pipeline.
- createOpen(T, T) - Static method in class com.hp.util.Interval
-
Creates an open-type interval based on the nullability of leftEndpoint
and
rightEndpoint
:
Open: if neither leftEndpoint
and rightEndpoint
are null
Left unbounded right open: if leftEndpoint
is null
but
rightEndpoint
isn't
Left open right unbounded: if leftEndpoint
is not null
but
rightEndpoint
is
Unbounded: if both leftEndpoint
and rightEndpoint
are null
- createOrUpdateDevice(DeviceId, Set<URI>, DeviceInfo) - Method in interface com.hp.sdn.device.DeviceSupplierService
-
Creates, or updates, a device using the supplied discovery URIs and
device information populated with basic device identity data.
- createOrUpdateDevice(DeviceId, Set<URI>, DeviceInfo) - Method in class com.hp.sdn.device.DeviceSupplierServiceAdapter
-
- createOrUpdateInterface(DeviceId, List<InterfaceInfo>) - Method in interface com.hp.sdn.device.DeviceSupplierService
-
Create or update the interfaces associated with the device.
- createOrUpdateInterface(DeviceId, List<InterfaceInfo>) - Method in class com.hp.sdn.device.DeviceSupplierServiceAdapter
-
- createOrUpdateLink(ConnectionPoint, ConnectionPoint, LinkInfo) - Method in interface com.hp.sdn.link.LinkSupplierService
-
Returns a new or updated infrastructure
Link
and updates the link information store.
- createOrUpdateLink(ConnectionPoint, ConnectionPoint, LinkInfo) - Method in class com.hp.sdn.link.LinkSupplierServiceAdapter
-
- createOrUpdateNode(NodeId, NodeInfo) - Method in interface com.hp.sdn.node.NodeSupplierService
-
Creates a new node or updates an existing node with the given
node-related information.
- createOrUpdateNode(NodeId, NodeInfo) - Method in class com.hp.sdn.node.NodeSupplierServiceAdapter
-
- createOwnershipAssignment(ProtocolVersion, ControllerRole) - Method in interface com.hp.sdn.dvc.facet.DeviceOwnerAssigner
-
Creates an Openflow message specific to a device.
- createOxmProp(ProtocolVersion, TableFeaturePropType, Map<OxmBasicFieldType, Boolean>) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features OXM property, for the given
protocol version, and the specified match fields.
- createOxmProp(ProtocolVersion, TableFeaturePropType, Map<OxmBasicFieldType, Boolean>, List<MFieldExperimenter>) - Static method in class com.hp.of.lib.msg.TableFeatureFactory
-
Creates a table features OXM property, for the given
protocol version, and the specified match fields.
- createPacketOutFromPacketIn(OfmPacketIn) - Static method in class com.hp.of.lib.msg.MessageFactory
-
Creates a mutable packet-out message pre-populated with salient data
from the given packet-in message.
- createPipelineFactory() - Method in class com.hp.of.sw.MockOpenflowSwitch
-
Returns the channel pipeline factory to use for this mock switch.
- createPort(ProtocolVersion) - Static method in class com.hp.of.lib.msg.PortFactory
-
Creates a mutable port.
- createPorts(ProtocolVersion) - Method in class com.hp.of.sw.MockOpenflowSwitch
-
- createProperty(QueuePropType, int) - Static method in class com.hp.of.lib.msg.QueueFactory
-
Creates a rate property.
- createProperty(QueuePropType, ExperimenterId, byte[]) - Static method in class com.hp.of.lib.msg.QueueFactory
-
Creates an experimenter property.
- createProperty(QueuePropType, int, byte[]) - Static method in class com.hp.of.lib.msg.QueueFactory
-
Creates an experimenter property.
- createQuery(F, SortSpecification<S>, BidirectionalDependentDao<?, P, ?, Q, F, S, E, ?, ?>) - Static method in class com.hp.util.dao.query.DaoFindDependentQuery
-
Creates a query.
- createQuery(F, SortSpecification<S>, BidirectionalDependentDao<?, P, T, ?, F, S, E, W, R>, Dao<E, W, R, ?, ?>) - Static method in class com.hp.util.dao.query.DaoFindFullDependentQuery
-
Creates a query.
- createQuery(F, SortSpecification<S>, BidirectionalDependentDao<?, P, T, ?, F, S, E, W, R>, BidirectionalDependentDao<E, W, R, ?, ?, ?, H, M, N>, Dao<H, M, N, ?, ?>) - Static method in class com.hp.util.dao.query.DaoFindFullNestedDependentQuery
-
Creates a query.
- createQuery(Id<? extends Q, I>, BidirectionalDependentDao<I, P, T, Q, ?, ?, E, ?, R>) - Static method in class com.hp.util.dao.query.DaoGetDependentQuery
-
Creates a query.
- createQuery(Id<T, I>, BidirectionalDependentDao<I, P, T, ?, ?, ?, E, W, R>, Dao<E, W, R, ?, ?>) - Static method in class com.hp.util.dao.query.DaoGetFullDependentQuery
-
Creates a query.
- createQuery(Id<T, I>, BidirectionalDependentDao<I, P, T, ?, ?, ?, E, W, R>, BidirectionalDependentDao<E, W, R, ?, ?, ?, H, M, N>, Dao<H, M, N, ?, ?>) - Static method in class com.hp.util.dao.query.DaoGetFullNestedDependentQuery
-
Creates a query.
- createQuery(F, SortSpecification<S>, PageRequest, BidirectionalDependentDao<?, P, ?, Q, F, S, E, ?, ?>) - Static method in class com.hp.util.dao.query.DaoPagedFindDependentQuery
-
Creates a query.
- createQuery(F, SortSpecification<S>, PageRequest, BidirectionalDependentDao<?, P, T, ?, F, S, E, W, R>, Dao<E, W, R, ?, ?>) - Static method in class com.hp.util.dao.query.DaoPagedFindFullDependentQuery
-
Creates a query.
- createQuery(F, SortSpecification<S>, PageRequest, BidirectionalDependentDao<?, P, T, ?, F, S, E, W, R>, BidirectionalDependentDao<E, W, R, ?, ?, ?, H, M, N>, Dao<H, M, N, ?, ?>) - Static method in class com.hp.util.dao.query.DaoPagedFindFullNestedDependentQuery
-
Creates a query.
- createQuery(Q, BidirectionalDependentDao<?, P, ?, Q, ?, ?, E, ?, ?>) - Static method in class com.hp.util.dao.query.DaoUpdateDependentQuery
-
Creates a query.
- createQueue(ProtocolVersion) - Static method in class com.hp.of.lib.msg.QueueFactory
-
Creates a mutable queue.
- createRanges(String) - Static method in class com.hp.util.ip.IpRange
-
Returns a list of IP ranges that embody the given range specifications.
- createRanges(String) - Static method in class com.hp.util.ip.MacRange
-
Returns a list of MAC ranges that embody the given range specifications.
- createRatioGauge(RatioGaugeDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricService
-
- createReplyBody(ProtocolVersion, MultipartType) - Static method in class com.hp.of.lib.mp.MpBodyFactory
-
Creates the mutable multipart reply body for the given type and
protocol version.
- createReplyBodyElement(ProtocolVersion, MultipartType) - Static method in class com.hp.of.lib.mp.MpBodyFactory
-
Creates the mutable multipart reply body array element for the
given type and protocol version.
- createRequest(IpAddress, SnmpRequestListener) - Method in class com.hp.sdn.dvc.facet.SnmpDriver
-
- createRequest(SnmpRequestListener) - Method in class com.hp.util.snmp.SnmpTarget
-
Creates a new request based on the SNMP version.
- createRequestBody(ProtocolVersion, MultipartType) - Static method in class com.hp.of.lib.mp.MpBodyFactory
-
Creates the mutable multipart request body for the given type,
for the given protocol version.
- createRollingCounter(RollingCounterDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricService
-
- createSet(IpAddress, SnmpRequestListener) - Method in class com.hp.sdn.dvc.facet.SnmpDriver
-
- createStorable() - Method in class com.hp.sdn.dvc.SerialDevice
-
Create JPA compatible object
- createStorableInstance(Key) - Method in class com.hp.sdn.dvc.dao.KeyDao
-
- createStorableInstance(T, W) - Method in class com.hp.util.dao.AbstractBidirectionalDependentDao
-
Creates the instance of the persistent object (Entity).
- createStorableInstance(T) - Method in class com.hp.util.dao.AbstractDao
-
Creates the instance of the persistent object (Entity).
- createStorableInstance(T) - Method in class com.hp.util.persistence.cassandra.CassAbstractDao
-
- createStringSetCodec(Set<String>, Algorithm) - Static method in class com.hp.util.codec.CodecFactory
-
Creates and returns a string codec instance.
- createSuccessResult() - Static method in class com.hp.api.Result
-
Creates a success result with no result data.
- createSuccessResult(D) - Static method in class com.hp.api.Result
-
Creates a success result.
- createSupplierService(DeviceSupplier) - Method in class com.hp.sdn.device.DeviceSuppliersBrokerAdapter
-
- createSupplierService(LinkSupplier) - Method in class com.hp.sdn.link.LinkSuppliersBrokerAdapter
-
- createSupplierService(NodeSupplier) - Method in class com.hp.sdn.node.NodeSuppliersBrokerAdapter
-
- createSupplierService(S) - Method in class com.hp.sdn.supplier.AbstractSuppliersBroker
-
Creates a supplier service for use by the specified supplier.
- createSwMessageHandler() - Method in class com.hp.of.sw.MockOpenflowSwitch
-
Returns the message handler to use for this mock switch.
- createSyntheticFlowStats(ProtocolVersion, Throwable) - Static method in class com.hp.of.lib.mp.MpBodyFactory
-
Returns a synthetically created MBodyFlowStats element as a placeholder
for unparsable flow stats.
- createTeam(TeamConfiguration, IpAddress) - Method in interface com.hp.sdn.api.TeamingAdminTransferService
-
Propagates a team creation action to the given member.
- createTimer(TimerDescriptor) - Method in interface com.hp.sdn.adm.metric.MetricService
-
- createTrap() - Method in class com.hp.util.snmp.SnmpTarget
-
Creates a new trap request based on the SNMP version.
- createTunnel(TunnelIndex, IpAddress, IpAddress) - Method in interface com.hp.sdn.dvc.facet.VxlanHandler
-
Creates a new VxLan tunnel and returns the resulting interface.
- createVersionBitmapElement(Set<ProtocolVersion>) - Static method in class com.hp.of.lib.msg.HelloElementFactory
-
Creates a VERSION BITMAP hello element for the given supported
versions.
- createVlan(VlanId, String, String) - Method in interface com.hp.sdn.dvc.facet.VlanHandler
-
Creates a vlan
- createWalk(IpAddress, SnmpRequestListener) - Method in class com.hp.sdn.dvc.facet.SnmpDriver
-
- createWalkByVersion(IpAddress, SnmpRequestListener) - Method in class com.hp.sdn.dvc.facet.SnmpDriver
-
- critical(String) - Static method in class com.hp.sdn.app.Health
-
Creates a critical status.
- CriticalSectionExecutor - Interface in com.hp.util.concurrent
-
Provides a simple but useful abstraction for controlling (Locking) access
by multiple processes to a common resource in a parallel programming or
multi-user environment.
- cSize(Collection<?>) - Static method in class com.hp.of.lib.CommonUtils
-
Returns the size of the specified collection.
- current(Set<PortFeature>) - Method in class com.hp.of.lib.msg.MutablePort
-
Sets the port current features flags, (may be null); Since 1.0.
- currentSpeed(long) - Method in class com.hp.of.lib.msg.MutablePort
-
Sets the port current speed (bitrate) in kbps; Since 1.1.
- currentTimeHundredths() - Method in class com.hp.util.TimeUtils
-
Returns the current time in hundredths of a second.
- currentTimeMillis() - Static method in class com.hp.util.Clock
-
Get the current time in milliseconds since start of epoch.
- currentTimeMillis() - Method in interface com.hp.util.Clock.WarpingTimeSource
-
Get the current time in milliseconds since start of epoch.
- currentTimeMillis() - Method in class com.hp.util.TimeUtils
-
- currentTimeMillis() - Method in interface com.hp.util.TimeUtils.Now
-
Returns the number of milliseconds since epoch.
- currentTimeSecs() - Method in class com.hp.util.TimeUtils
-
Returns the current time in seconds.
- CustomColumn<C extends Serializable & Comparable<C>,D> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Custom column.
- CustomColumn(ColumnName<C, D>) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn
-
Creates a boolean column with no value
- CustomColumn(ColumnName<C, D>, D, Serializer<D>) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn
-
Creates a boolean column.
- CustomColumn.CustomColumnDecoder<C extends Serializable & Comparable<C>,D> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Custom column decoder.
- CustomColumn.CustomColumnDecoder(Serializer<D>) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn.CustomColumnDecoder
-
Creates a custom column decoder.
- CustomColumn.CustomIndexValueExpressionStrategy<K extends Serializable,C extends Serializable & Comparable<C>,D> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Custom index value expression strategy.
- CustomColumn.CustomIndexValueExpressionStrategy(Serializer<D>) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn.CustomIndexValueExpressionStrategy
-
Creates a custom index value expression strategy.
- CustomSecondaryIndex<K extends Serializable,C extends Serializable & Comparable<C>,D> - Interface in com.hp.util.persistence.cassandra.index
-
Custom secondary index column family that keep rows from another column
family (or main column family) as columns in wide rows.
- Dao<I extends Serializable,P extends Storable<I>,T extends Transportable<? super T,I>,F,S> - Interface in com.hp.util.dao
-
Data Access Object.
- Dao<I extends Serializable,T extends TransportObject<? super T,I>,P extends Storable<I>,F,S,C> - Interface in com.hp.util.persistence
-
Dao
is the Data Access Object.
- DaoAddQuery<P extends Storable<?>,T extends Transportable<? super T,?>> - Class in com.hp.util.dao.query
-
Creates a new persistence layer instance of the transportable object.
- DaoAddQuery(T, Dao<?, P, T, ?, ?>) - Constructor for class com.hp.util.dao.query.DaoAddQuery
-
Creates a query.
- DaoCountQuery<F> - Class in com.hp.util.dao.query
-
Gets the number of persist objects based on a filter criteria.
- DaoCountQuery(F, BaseDao<?, ?, ?, F, ?>) - Constructor for class com.hp.util.dao.query.DaoCountQuery
-
Creates a count query.
- DaoDeleteQuery<P extends Storable<?>,T extends Transportable<? super T,?>,F> - Class in com.hp.util.dao.query
-
Deletes persisted objects based off of filter.
- DaoDeleteQuery(F, Dao<?, P, T, F, ?>) - Constructor for class com.hp.util.dao.query.DaoDeleteQuery
-
Creates a delete query.
- DaoDeleteTransportableQuery<I extends Serializable,P extends Storable<I>,T extends Transportable<? super T,I>> - Class in com.hp.util.dao.query
-
Deletes a persisted object.
- DaoDeleteTransportableQuery(Id<T, I>, Dao<I, P, T, ?, ?>) - Constructor for class com.hp.util.dao.query.DaoDeleteTransportableQuery
-
Creates a delete query.
- DaoFindDependentQuery<P extends Storable<?> & Dependable<E>,Q extends Transportable<? super Q,?> & Dependent<E>,F,S,E extends Serializable> - Class in com.hp.util.dao.query
-
Query to find dependent transport objects on the database.
- DaoFindFullDependentQuery<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>> - Class in com.hp.util.dao.query
-
Query to find dependent transport objects on the database.
- DaoFindFullNestedDependentQuery<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>> - Class in com.hp.util.dao.query
-
Query to find dependent transport objects on the database.
- DaoFindQuery<P extends Storable<?>,T extends Transportable<? super T,?>,F,S> - Class in com.hp.util.dao.query
-
Returning data in the order specified by the sort specifications based on
the filter.
- DaoFindQuery(F, SortSpecification<S>, Dao<?, P, T, F, S>) - Constructor for class com.hp.util.dao.query.DaoFindQuery
-
Creates a find query.
- DaoGetDependentQuery<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>> - Class in com.hp.util.dao.query
-
Query to get a dependent transport object from the database.
- DaoGetFullDependentQuery<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>> - Class in com.hp.util.dao.query
-
Query to get a dependent transport object from the database.
- DaoGetFullNestedDependentQuery<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>> - Class in com.hp.util.dao.query
-
Query to get a dependent transport object from the database.
- DaoGetQuery<I extends Serializable,P extends Storable<I>,T extends Transportable<? super T,I>> - Class in com.hp.util.dao.query
-
Query to get a transport object from the database.
- DaoGetQuery(Id<T, I>, Dao<I, P, T, ?, ?>) - Constructor for class com.hp.util.dao.query.DaoGetQuery
-
Creates a query.
- DaoPagedFindDependentQuery<P extends Storable<?> & Dependable<E>,Q extends Transportable<? super Q,?> & Dependent<E>,F,S,E extends Serializable> - Class in com.hp.util.dao.query
-
Query to find transport objects on the database
- DaoPagedFindFullDependentQuery<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>> - Class in com.hp.util.dao.query
-
Query to find transport objects on the database.
- DaoPagedFindFullNestedDependentQuery<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>> - Class in com.hp.util.dao.query
-
Query to find transport objects on the database.
- DaoPagedFindQuery<P extends Storable<?>,T extends Transportable<? super T,?>,F,S> - Class in com.hp.util.dao.query
-
Query to produce a page of data.
- DaoPagedFindQuery(F, SortSpecification<S>, PageRequest, Dao<?, P, T, F, S>) - Constructor for class com.hp.util.dao.query.DaoPagedFindQuery
-
Creates a paged find query.
- DaoTryAddQuery<I extends Serializable,P extends Storable<I>,T extends Transportable<? super T,I>> - Class in com.hp.util.dao.query
-
Tries to create a new persistence layer instance of the transportable
object if it does not already exist.
- DaoTryAddQuery(T, Dao<I, P, T, ?, ?>) - Constructor for class com.hp.util.dao.query.DaoTryAddQuery
-
Creates a query.
- DaoUpdateDependentQuery<P extends Storable<?> & Dependable<E>,Q extends Transportable<? super Q,?> & Dependent<E>,E extends Serializable> - Class in com.hp.util.dao.query
-
Query to update a dependent transport object on the database.
- DaoUpdateQuery<P extends Storable<?>,T extends Transportable<? super T,?>> - Class in com.hp.util.dao.query
-
Updates persistence object based on supplied transport.
- DaoUpdateQuery(T, Dao<?, P, T, ?, ?>) - Constructor for class com.hp.util.dao.query.DaoUpdateQuery
-
Creates an update query.
- data(byte[]) - Method in class com.hp.of.lib.mp.MBodyMutableExperimenter
-
Sets the experimenter-defined data; Since 1.0.
- data(byte[]) - Method in class com.hp.of.lib.msg.OfmMutableEchoReply
-
Sets the data; Since 1.0.
- data(byte[]) - Method in class com.hp.of.lib.msg.OfmMutableEchoRequest
-
Sets the data; Since 1.0.
- data(byte[]) - Method in class com.hp.of.lib.msg.OfmMutableExperimenter
-
Sets the data; Since 1.0.
- data(byte[]) - Method in class com.hp.of.lib.msg.OfmMutablePacketIn
-
Sets the packet frame data; Since 1.0.
- data(byte[]) - Method in class com.hp.of.lib.msg.OfmMutablePacketOut
-
Sets the packet frame data; Since 1.0.
- data() - Method in class com.hp.sdn.adm.dao.model.KeyEntity
-
- data() - Method in class com.hp.sdn.misc.ResponseData
-
- data() - Method in class com.hp.util.pkt.Dns.ResRecord
-
Returns the resource data or null if not supported.
- data() - Method in class com.hp.util.pkt.Sctp.Chunk
-
Returns a copy of the chunk data bytes.
- DatagramEngine - Interface in com.hp.util.net
-
Datagram engine interface.
- DatagramEngine.Listener - Interface in com.hp.util.net
-
Provides an interface for the notifications from the engine.
- DataListener<E> - Interface in com.hp.util.observer
-
Data listener.
- dataPathAdded(DataPathId, ProtocolVersion, IpAddress) - Method in interface com.hp.of.common.MessageSink
-
Invoked by the controller when a new datapath has completed the
extended handshake sequence and is ready to talk OpenFlow.
- dataPathAdded(DataPathId, ProtocolVersion, IpAddress) - Method in class com.hp.of.common.ProgrammableSink
-
Invoked by the controller when a new datapath has completed the
extended handshake sequence and is ready to talk OpenFlow.
- datapathDescription() - Method in interface com.hp.of.lib.dt.DataPathInfo
-
Returns a textual description of the datapath.
- datapathDescription() - Method in class com.hp.of.lib.dt.DataPathInfoAdapter
-
- DataPathDetails - Interface in com.hp.of.ctl
-
Extends
DataPathInfo
to provide additional information
about an OpenFlow datapath; specifically, details of the
currently available network connections.
- DataPathEvent - Interface in com.hp.of.ctl
-
An OpenFlow Controller DataPath event.
- DataPathEventAction - Interface in com.hp.sdn.event
-
Interface for an action run in response to a datapath event
- DataPathEventActionBundle - Class in com.hp.sdn.event
-
- DataPathEventActionBundle(DataPathEventAction...) - Constructor for class com.hp.sdn.event.DataPathEventActionBundle
-
- DataPathEventActionBundle(List<DataPathEventAction>) - Constructor for class com.hp.sdn.event.DataPathEventActionBundle
-
- DataPathEventListener - Class in com.hp.sdn.event
-
Implementation of a
DataPathListener
for handling datapath
lifecycle events in hybrid mode.
- DataPathEventListener(ControllerService, DataPathEventActionBundle) - Constructor for class com.hp.sdn.event.DataPathEventListener
-
- DataPathExtRep - Interface in com.hp.sdn.disco.of.device
-
An API for encapsulating the "external representation" of an OpenFlow
datapath instance.
- DataPathId - Class in com.hp.of.lib.dt
-
- dataPathId() - Method in class com.hp.sdn.adm.devown.DeviceOwnerEvent
-
Returns the data path ID on which the ownership change occurred.
- dataPathId() - Method in class com.hp.sdn.adm.devown.OwnerChangeData
-
Returns the datapath IP.
- dataPathId() - Method in interface com.hp.sdn.adm.devown.OwnerState
-
Returns the datapath IP.
- DataPathInfo - Interface in com.hp.of.lib.dt
-
Represents information about an OpenFlow datapath.
- DataPathInfoAdapter - Class in com.hp.of.lib.dt
-
An adapter for the
DataPathInfo
API, provided specifically for
unit tests to use, to insulate themselves from changes in the API.
- DataPathInfoAdapter() - Constructor for class com.hp.of.lib.dt.DataPathInfoAdapter
-
- DataPathInfoCodec - Class in com.hp.of.json
-
- DataPathInfoCodec() - Constructor for class com.hp.of.json.DataPathInfoCodec
-
Constructs a DataPathInfo Codec.
- DataPathListener - Interface in com.hp.of.ctl
-
A listener interested in hearing about OpenFlow datapath events.
- DataPathMessageFuture - Class in com.hp.of.lib.msg
-
- DataPathMessageFuture(OpenflowMessage, DataPathId) - Constructor for class com.hp.of.lib.msg.DataPathMessageFuture
-
Constructs a message future for the given request, destined for the
specified datapath.
- dataPathReady(DataPathId, ProtocolVersion, IpAddress) - Method in interface com.hp.of.common.MessageSink
-
Invoked by the controller when a new datapath has completed the
post-handshake task and is ready for some real work.
- dataPathReady(DataPathId, ProtocolVersion, IpAddress) - Method in class com.hp.of.common.ProgrammableSink
-
- dataPathRemoved(DataPathId, ProtocolVersion, IpAddress, boolean) - Method in interface com.hp.of.common.MessageSink
-
Invoked by the controller when a datapath connection is dropped.
- dataPathRemoved(DataPathId, ProtocolVersion, IpAddress, boolean) - Method in class com.hp.of.common.ProgrammableSink
-
Invoked by the controller when a datapath connection is dropped.
- dataPathRevoked(DataPathId, ProtocolVersion, IpAddress) - Method in interface com.hp.of.common.MessageSink
-
Invoked by the controller when a datapath connection is refused
because a datapath with the given ID is already connected.
- dataPathRevoked(DataPathId, ProtocolVersion, IpAddress) - Method in class com.hp.of.common.ProgrammableSink
-
Invoked by the controller when a datapath connection is refused
because a datapath with the given ID is already connected.
- DataPathUtils - Class in com.hp.of.lib.dt
-
Base class for handling datapath mementos.
- DataPathUtils() - Constructor for class com.hp.of.lib.dt.DataPathUtils
-
- DataPoint - Class in com.hp.sdn.metric
-
Abstract base class for time stamped data points.
- DataPoint(long, long) - Constructor for class com.hp.sdn.metric.DataPoint
-
Constructs a
DataPoint
using the specified values.
- DataPoint(InputStream) - Constructor for class com.hp.sdn.metric.DataPoint
-
Constructs a
DataPoint
from the specified stream contents.
- DataPoint.Indices - Enum in com.hp.sdn.metric
-
Indices used for storing
DataPoint
contents in a file.
- DataPointList<T extends DataPoint> - Class in com.hp.sdn.metric
-
- DataPointList() - Constructor for class com.hp.sdn.metric.DataPointList
-
Creates a new, empty list of
DataPoint
objects.
- dataPoints(int) - Method in class com.hp.sdn.metric.CounterMetricValue.CounterValueBuilder
-
- dataPoints(int) - Method in class com.hp.sdn.metric.GaugeMetricValue.GaugeValueBuilder
-
- dataPoints(int) - Method in class com.hp.sdn.metric.HistogramMetricValue.HistogramValueBuilder
-
- dataPoints(int) - Method in class com.hp.sdn.metric.MeterMetricValue.MeterValueBuilder
-
- dataPoints(int) - Method in class com.hp.sdn.metric.MetricValue.Builder
-
Sets the number of
DataPoint
s summarized to produce this
value.
- dataPoints(int) - Method in class com.hp.sdn.metric.RatioGaugeMetricValue.RatioGaugeValueBuilder
-
- dataPoints(int) - Method in class com.hp.sdn.metric.RollingCounterMetricValue.RollingCounterValueBuilder
-
- dataPoints(int) - Method in class com.hp.sdn.metric.TimerMetricValue.TimerValueBuilder
-
- DataSize - Enum in com.hp.sdn.api
-
Data size.
- DataStoreContext - Class in com.hp.util.dao
-
Data store context.
- DataStoreContext(EntityManager) - Constructor for class com.hp.util.dao.DataStoreContext
-
Creates a data store context.
- DataStoreContext - Class in com.hp.util.persistence.cassandra
-
- DataStoreContext(EntityManager) - Constructor for class com.hp.util.persistence.cassandra.DataStoreContext
-
Constructor.
- DataStoreManager - Class in com.hp.util.dao
-
Basic implementation of the Data Store Service using JPA.
- DataStoreManager(EntityManagerFactory, Logger) - Constructor for class com.hp.util.dao.DataStoreManager
-
Construct the instance to use the provided entity manager factory
- DataStoreManager - Class in com.hp.util.persistence.cassandra
-
- DataStoreManager(EntityManagerFactory, KeySpaceConfig) - Constructor for class com.hp.util.persistence.cassandra.DataStoreManager
-
DataStoreManager#DataStoreManager is called from only from the
proxy of this implementation.
- DataStoreService - Interface in com.hp.util.dao
-
Provides services to interact with the persistence data store.
- DataStoreService<C> - Interface in com.hp.util.persistence
-
- date() - Static method in class com.hp.util.Clock
-
Get the date corresponding to the current time of the source.
- date(String) - Static method in class com.hp.util.rs.BaseResource
-
Parse the formated date-time stamp.
- DATE_FORMAT - Static variable in class com.hp.util.rs.BaseResource
-
- DATE_RANGE_LIMIT - Static variable in class com.hp.util.persistence.cassandra.index.RangeLimit
-
Date range limit.
- DateColumn<K extends Serializable & Comparable<K>> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Defined for creating Date column.
- DateColumn(ColumnName<K, Date>) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.DateColumn
-
Creates a Date column with no value.
- DateColumn(ColumnName<K, Date>, Date) - Constructor for class com.hp.util.persistence.cassandra.entitymgr.column.DateColumn
-
Creates a Date column.
- DateColumn.DateColumnDecoder<K extends Serializable & Comparable<K>> - Class in com.hp.util.persistence.cassandra.entitymgr.column
-
Date column decoder.
- DateConstraints - Class in com.hp.util.syntax.parsers
-
Builtin constraint validator for a date & time value.
- DateConstraints() - Constructor for class com.hp.util.syntax.parsers.DateConstraints
-
Default constructor.
- DateConstraints(String, Locale, String, String) - Constructor for class com.hp.util.syntax.parsers.DateConstraints
-
Creates a date constraints enforcement entity.
- DateListConstraints - Class in com.hp.util.syntax.parsers
-
Builtin constraints validator for a list of date & time values.
- DateListConstraints() - Constructor for class com.hp.util.syntax.parsers.DateListConstraints
-
Default constructor.
- DateListConstraints(String, Locale, String, String, String, Integer, Integer) - Constructor for class com.hp.util.syntax.parsers.DateListConstraints
-
Creates a constraints validator for lists of dates.
- DateListParameterParser - Class in com.hp.util.syntax.parsers
-
Builtin parser for a list of date & time values.
- DateListParameterParser() - Constructor for class com.hp.util.syntax.parsers.DateListParameterParser
-
Default constructor.
- DateListParameterParser(Locale) - Constructor for class com.hp.util.syntax.parsers.DateListParameterParser
-
Constructs a new string parameter parser using the given locale.
- DateParameterParser - Class in com.hp.util.syntax.parsers
-
Builtin parser for date & time values.
- DateParameterParser() - Constructor for class com.hp.util.syntax.parsers.DateParameterParser
-
Default constructor.
- DateParameterParser(Locale) - Constructor for class com.hp.util.syntax.parsers.DateParameterParser
-
Constructs a new number parameter parser using the given locale.
- datetime(long) - Method in class com.hp.util.rs.BaseResource
-
Auxiliary to format milliseconds timestamps into a standard format.
- DATETIME_FORMAT - Static variable in class com.hp.util.rs.BaseResource
-
- daysAgo(int) - Method in class com.hp.util.TimeUtils
-
Returns the timestamp of a number of days prior to now.
- daysBefore(Date, int) - Method in class com.hp.util.TimeUtils
-
Returns the timestamp of a number of days prior to the given date.
- daysToExpire() - Method in class com.hp.license.BaseLicense
-
- daysToExpire() - Method in interface com.hp.license.License
-
Number of days until license expiration as measured since license
created.
- DBBackUpListener - Interface in com.hp.util.persistence.cassandra.snapshotmgr
-
The backup service listener Interface.
- DbConnectionService - Interface in com.hp.util.persistence
-
This class used to validate the database connectivity.
- DbInterface - Class in com.hp.sdn.dvc
-
Wrapper class to identify data came directly from database.
- DbInterface(DefaultInterface) - Constructor for class com.hp.sdn.dvc.DbInterface
-
- DBSnapshotMgr - Interface in com.hp.util.persistence.cassandra.snapshotmgr
-
This interface specify the Persistence subject(Observable element) for backup
listeners using the observer/listener design pattern.
- DBstatus - Class in com.hp.util.persistence.cassandra.snapshotmgr
-
This is a POJO class to hold the database active write operations status.
- DBstatus(int, int, int) - Constructor for class com.hp.util.persistence.cassandra.snapshotmgr.DBstatus
-
Constructor for datbase active write operations status.
- deactivate(License) - Method in class com.hp.license.BaseLicenseHandler
-
- deactivate(License) - Method in interface com.hp.license.LicenseActivator
-
De-activates the specified license.
- deactivate() - Method in class com.hp.of.sw.MockOpenflowSwitch
-
Instruct the mock-switch to disconnect from the controller.
- deactivate(DataPathId) - Method in class com.hp.of.sw.MockSwitchBank
-
Deactivates the mock switch with the specified datapath ID.
- deactivate() - Method in class com.hp.sdn.dvc.dao.KeyStore
-
- deactivate() - Method in class com.hp.sdn.dvc.dao.TeamMapOwner
-
- deactivate() - Method in class com.hp.sdn.misc.PoolableResourceClient
-
Shut down the connection manager.
- deactivate() - Method in class com.hp.util.cache.VocalAgeOutHashMap
-
Deactivates the vocal map, stopping the map pruner from running.
- deactivateLicense(String, String) - Method in interface com.hp.sdn.adm.license.LicenseService
-
Deactivates an active license for a license transfer from one install
id to another reasons.
- deactivateLicense(short, String) - Method in interface com.hp.sdn.adm.license.LicenseService
-
Deactivates an active license of a serial number for a license transfer
from one install id to another reasons.
- deactivateLicense(String) - Method in interface com.hp.sdn.api.LicenseTransferService
-
Deactivates an active license of a serial number across all team nodes.
- deactivationCode() - Method in class com.hp.license.BaseLicense
-
- deactivationCode() - Method in interface com.hp.license.License
-
Deactivation code as issued by the product as a result of key
deactivation.
- deadwood(V) - Method in class com.hp.util.cache.AgeOutHashMap
-
Invoked when a value is silently removed from the map.
- deadwood(Set<V>) - Method in class com.hp.util.cache.AgeOutHashMap
-
Invoked when a set of values are silently removed from the map.
- deadwood(V) - Method in class com.hp.util.cache.NotedAgeOutHashMap
-
- deadwood(Set<V>) - Method in class com.hp.util.cache.NotedAgeOutHashMap
-
- debugLines() - Method in class com.hp.of.sw.AbstractDefReader
-
- dec(long) - Method in class com.hp.sdn.metric.TimeStampedCounter
-
- dec(K) - Method in class com.hp.util.TallyMap
-
Decrement the count associated with the specified key by 1.
- dec(K, int) - Method in class com.hp.util.TallyMap
-
Decrement the count associated with the specified key by the given
amount.
- dec(K) - Method in class com.hp.util.TallyMapLong
-
Decrement the count associated with the specified key by 1.
- dec(K, long) - Method in class com.hp.util.TallyMapLong
-
Decrement the count associated with the specified key by the given
amount.
- declaration(String) - Method in interface com.hp.sdn.adm.rsdoc.RSDocProvider
-
Gets the REST API documentation for the specified service name.
- declaration(String) - Method in class com.hp.sdn.adm.rsdoc.SelfRegisteringRSDocProvider
-
- decode(String) - Method in class com.hp.license.BaseLicenseHandler
-
- decode(String) - Method in interface com.hp.license.LicenseCodec
-
Decodes the specified license key into a license object.
- decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class com.hp.of.common.OfmDecoder
-
- decode(int) - Static method in enum com.hp.of.ctl.pkt.HintType
-
Returns the hint type for the given coded value; or null if not
defined.
- decode(ObjectNode) - Method in class com.hp.of.json.ActionCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.ControllerStatsCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.DataPathInfoCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.FlowClassCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.InstructionCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MatchFieldCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MBodyExperimenterCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MBodyFlowStatsCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MBodyGroupDescStatsCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MBodyGroupFeaturesCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MBodyGroupStatsCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MBodyMeterFeaturesCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MBodyMeterStatsCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MBodyPortStatsCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MetaFlowCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.MeterCodec
-
- decode(String) - Method in class com.hp.of.json.OfJsonCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.OfmExperimenterCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.OfmFlowModCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.OfmGroupModCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.OfmMeterModCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.PortCodec
-
- decode(ObjectNode) - Method in class com.hp.of.json.SplMetricCodec
-
- decode(int, ProtocolVersion) - Method in class com.hp.of.lib.AbstractBitCodec
-
Decodes the given int value into a set of flags from the enumeration
class associated with this codec instance.
- decode(int, ProtocolVersion) - Static method in enum com.hp.of.lib.err.ErrorType
-
Decodes the error type code and returns the corresponding
constant.
- decode(int) - Static method in enum com.hp.of.lib.ExperimenterId
-
Returns the experimenter ID for the given coded value; or null if
not defined.
- decode(int, ProtocolVersion) - Static method in enum com.hp.of.lib.mp.MultipartType
-
Decodes the multipart message type code and returns the corresponding
constant.
- decode(int, ProtocolVersion) - Static method in enum com.hp.of.lib.msg.GroupType
-
Decodes the group type code and returns the corresponding
constant.
- decode(byte) - Static method in enum com.hp.of.lib.ProtocolVersion
-
Decodes the version byte value and returns the version
constant associated with that value.
- decode(String) - Static method in class com.hp.sdn.adm.common.converter.TeamConfigurationJsonConverter
-
Decodes a team configuration from JSON format.
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.AlertCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.AlertTopicCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.AlertTopicListenerCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.ApplicationArtifactCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.ApplicationCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.AuditLogCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.ConfigCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.CounterDescriptorCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.CounterMetricCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.DeviceOwnerCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.GaugeDescriptorCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.GaugeMetricCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.HistogramDescriptorCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.HistogramMetricCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.LicenseCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.MeterDescriptorCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.MeterMetricCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.MetricUpdateCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.RatioGaugeDescriptorCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.RatioGaugeMetricCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.RegionCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.ReportContentCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.RollingCounterDescriptorCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.RollingCounterMetricCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.SystemInformationCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.TimerDescriptorCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.adm.json.TimerMetricCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.ctl.json.ConnectionPointCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.ctl.json.LinkCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.ctl.json.NodeCodec
-
- decode(ObjectNode) - Method in class com.hp.sdn.ctl.json.NodeInfoCodec
-
- decode(String) - Method in class com.hp.util.codec.EnumCodec
-
Returns the enum constant mapped to the given encoding.
- decode(String) - Method in interface com.hp.util.codec.StringCodec
-
This method takes an encoded string and returns the decoded
original string.
- decode(String) - Method in class com.hp.util.codec.StringSetCodec
-
Decodes an encoded value.
- decode(C) - Method in interface com.hp.util.Decoder
-
Decodes a code to reconstruct the original entity.
- decode(String) - Static method in class com.hp.util.health.HealthUtils
-
- decode(String) - Method in class com.hp.util.json.AbstractJsonCodec
-
- decode(String) - Method in interface com.hp.util.json.JsonCodec
-
Decodes the JSON string into a typed POJO.
- decode(ObjectNode) - Method in interface com.hp.util.json.JsonCodec
-
Decodes the JSON into a typed POJO.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.BooleanColumn.BooleanColumnDecoder
-
Method decode.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ByteArrayColumn.ByteArrayColumnDecoder
-
Method decode.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ByteColumn.ByteColumnDecoder
-
Method decode.
- decode(Column<C>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.CustomColumn.CustomColumnDecoder
-
Method decode.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.DateColumn.DateColumnDecoder
-
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.DoubleColumn.DoubleColumnDecoder
-
Method decode.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.EnumColumn.EnumColumnDecoder
-
The enum is encoded to String and decoded from String using the
constant name.
- decode(String, Class<E>) - Static method in class com.hp.util.persistence.cassandra.entitymgr.column.EnumColumn.EnumColumnDecoder
-
Decodes an enumeration.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.FloatColumn.FloatColumnDecoder
-
Method decode.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.IntegerColumn.IntegerColumnDecoder
-
Method decode.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.LongColumn.LongColumnDecoder
-
Method decode.
- decode(Column<K>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.StringColumn.StringColumnDecoder
-
Method decode.
- decode(Column<C>) - Method in class com.hp.util.persistence.cassandra.entitymgr.column.ValuelessColumn.ValuelessColumnDecoder
-
- decode(C) - Method in interface com.hp.util.snmp.command.Decoder
-
Decodes a code to reconstruct the original entity.
- decodeBase64Message(String) - Static method in class com.hp.keystone.PkiUtils
-
Convert a JSON friendly PKI token to a standard base64 encoded string.
- decodeBigPort(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into BigPortNumber object.
- decodeBitmap(int, ProtocolVersion) - Static method in enum com.hp.of.lib.msg.FlowModFlag
-
Decodes a flow mod flag bitmap to generate the corresponding set of
flags.
- decodeBitmap(int, ProtocolVersion) - Static method in enum com.hp.of.lib.msg.GroupCapability
-
Decodes the group capabilities flags and returns the set of
corresponding constants.
- decodeBitmap(int, ProtocolVersion) - Static method in enum com.hp.of.lib.msg.MeterFlag
-
Decodes the meter flags and returns the set of corresponding
constants.
- decodeBufferId(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into BufferId object.
- decodeDebugString() - Method in exception com.hp.util.pkt.ProtocolException
-
Returns the decode debug string associated with this exception or "".
- decodedPacket() - Method in interface com.hp.of.ctl.pkt.MessageContext
-
Returns the decoded packet data generated by the Network Packet Library
facility.
- decodedPacket() - Method in class com.hp.of.ctl.pkt.MessageContextAdapter
-
- decodedPacket() - Method in class com.hp.of.ctl.pkt.TestMessageContext
-
- decodeEthernet(byte[]) - Static method in class com.hp.util.pkt.Codec
-
Decodes an Ethernet packet.
- decodeEthernet(byte[], int) - Static method in class com.hp.util.pkt.Codec
-
Decodes an Ethernet packet.
- decodeEthType(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into EthernetType object.
- DecodeException - Exception in com.hp.of.lib
-
Exception thrown when an attempt to decode an encoded value fails.
- DecodeException() - Constructor for exception com.hp.of.lib.DecodeException
-
Constructs a new decode exception with null as its detail
message, and no specific cause.
- DecodeException(String, Throwable) - Constructor for exception com.hp.of.lib.DecodeException
-
Constructs a new decode exception with the specified detail
message, and the given cause.
- DecodeException(String) - Constructor for exception com.hp.of.lib.DecodeException
-
Constructs a new decode exception with the specified detail
message, and no specific cause.
- DecodeException(Throwable) - Constructor for exception com.hp.of.lib.DecodeException
-
Constructs a new decode exception with null as its detail
message, but with the given cause.
- decodeFlags(int, ProtocolVersion) - Static method in enum com.hp.of.lib.instr.ActionType
-
Decodes the action type flags, based on the code associated with the
flags, and returns the set of corresponding constants.
- decodeFlags(int, ProtocolVersion) - Static method in enum com.hp.of.lib.msg.GroupType
-
Decodes the group type flags, based on the code associated with the
flags, and returns the set of corresponding constants.
- decodeFlags(int, ProtocolVersion) - Static method in enum com.hp.of.lib.msg.MeterBandType
-
Decodes the meter band type flags, based on the code associated with the
flags, and returns the set of corresponding constants.
- decodeFlowModCmd(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into FlowModCommand object.
- decodeFlowModFlag(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into FlowModFlag object.
- decodeGroupId(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into GroupId object.
- decodeHeader(byte[]) - Static method in class com.hp.of.lib.msg.OpenflowMessage
-
A utility method that will attempt to decode the given bytes as an
openflow message header, and return a string representation of the
result.
- decodeICMPV4Type(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into ICMPv4Type object.
- decodeICMPV6Type(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into ICMPv6Type object.
- decodeIp(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into IpAddress object.
- decodeIpProto(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into IpProtocol object.
- decodeList(String) - Method in class com.hp.of.json.OfJsonCodec
-
- decodeList(String) - Method in class com.hp.util.json.AbstractJsonCodec
-
- decodeList(String) - Method in interface com.hp.util.json.JsonCodec
-
Decodes the JSON string into a typed list of POJO.
- decodeMac(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into MacAddress object.
- decodeMeterId(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into MeterId object.
- decodePort(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into PortNumber object.
- decodePrimitive(String) - Static method in class com.hp.util.codec.CodecUtils
-
This method accepts an encoded string (previously generated from
encodePrimitive
) and returns the original
value (as the original type).
- decodePrimitiveAsBytes(SnmpField) - Method in class com.hp.util.snmp.command.SnmpAbstractDecoder
-
Decodes a value.
- decodePrimitiveAsInt(SnmpField) - Method in class com.hp.util.snmp.command.SnmpAbstractDecoder
-
Decodes a value.
- decodePrimitiveAsIpAddress(SnmpField) - Method in class com.hp.util.snmp.command.SnmpAbstractDecoder
-
Decodes a value.
- decodePrimitiveAsLong(SnmpField) - Method in class com.hp.util.snmp.command.SnmpAbstractDecoder
-
Decodes a value.
- decodePrimitiveAsMacAddress(SnmpField) - Method in class com.hp.util.snmp.command.SnmpAbstractDecoder
-
Decodes a value.
- decodePrimitiveAsString(SnmpField) - Method in class com.hp.util.snmp.command.SnmpAbstractDecoder
-
Decodes a value.
- decodeProtocolVersion(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into ProtocolVersion object.
- decodeQueueId(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into QueueId object.
- Decoder<E,C> - Interface in com.hp.util
-
A decoder is a device which does the reverse of an encoder, undoing the encoding so that the original information can be retrieved.
- Decoder<E,C> - Interface in com.hp.util.snmp.command
-
A decoder is a device which does the reverse of an encoder, undoing the
encoding so that the original information can be retrieved.
- decodeStringArray(String) - Static method in class com.hp.util.codec.CodecUtils
-
This method takes a string generated by
encodeStringArray
and regenerates the contents of the original array.
- decodeStringList(String) - Static method in class com.hp.util.codec.CodecUtils
-
This method takes a string generated by
encodeStringList
and regenerates the contents of the original list.
- decodeTableId(JsonNode) - Static method in class com.hp.of.json.CodecUtils
-
Converts JsonNode into TableId object.
- decodeToken(String) - Static method in class com.hp.keystone.PkiUtils
-
Decode a CMS token retrieved from keystone by stripping headers, footers, and other extraneous characters to
produce a PKCS7 compatible signed message which can be used to instantiate a sun PCKS7 object.
- decompressPkizBytes(byte[]) - Static method in class com.hp.keystone.PkiUtils
-
- DECREMENT - Static variable in class com.hp.sdn.metric.MetricUpdate
-
- decrypt(String) - Method in class com.hp.sdn.driver.AbstractKey
-
Decrypts the given encrypted data.
- decrypt(String) - Method in class com.hp.util.security.EncryptedString
-
Decrypt a given string.
- decrypt(SnmpTarget) - Method in class com.hp.util.snmp.SnmpResponse
-
Decrypts the response based on the passed in target.
- decryptResponse(SnmpTarget, SnmpResponse) - Method in class com.hp.util.snmp.MsgProcessorV3
-
- DEF_ENFORCEMENT_LEVEL - Static variable in class com.hp.of.ctl.ControllerConfig
-
Default flow mod enforcement level.
- DEF_HYBRID_MODE - Static variable in class com.hp.of.ctl.ControllerConfig
-
Default setting for hybrid mode.
- DEF_IDLE_CHECK_MS - Static variable in class com.hp.of.ctl.ControllerConfig
-
Default number of milliseconds between idle connection checks.
- DEF_MAX_ECHO_ATTEMPTS - Static variable in class com.hp.of.ctl.ControllerConfig
-
Default number of attempts to wake idle connection with echo requests.
- DEF_MAX_ECHO_MS - Static variable in class com.hp.of.ctl.ControllerConfig
-
Default number of milliseconds between idle connection echo requests.
- DEF_MAX_IDLE_MS - Static variable in class com.hp.of.ctl.ControllerConfig
-
Default number of milliseconds to consider connections idle.
- DEF_PORT - Static variable in class com.hp.of.ctl.ControllerConfig
-
The default OpenFlow listen port (6633).
- DEF_RCV_BUF_SIZE - Static variable in class com.hp.of.ctl.ControllerConfig
-
The default buffer size for TCP / TLS connections.
- DEF_SUPPRESS_FLOW_FAILURES - Static variable in class com.hp.of.ctl.ControllerConfig
-
Default setting for suppressFlowFailures.
- DEF_TLS_PORT - Static variable in class com.hp.of.ctl.ControllerConfig
-
The default OpenFlow TLS listen port (6634).
- DEF_UDP_PORT - Static variable in class com.hp.of.ctl.ControllerConfig
-
The default OpenFlow UDP port (6635).
- DEF_UDP_RCV_BUF_SIZE - Static variable in class com.hp.of.ctl.ControllerConfig
-
The default buffer size for UDP connections.
- DEF_WORKER_COUNT - Static variable in class com.hp.of.ctl.ControllerConfig
-
The default I/O loop worker count.
- DEFAULT_AGE_OUT_MS - Static variable in class com.hp.util.cache.AgeOutHashMap
-
The default age-out (ms).
- DEFAULT_EOL - Static variable in class com.hp.util.syntax.usage.ColumnarTextFormat
-
Maximum length allowed for formatted help text output.
- DEFAULT_FORMAT - Static variable in class com.hp.util.syntax.parsers.DateConstraints
-
Default format for date parsing "yyyy-MM-dd/HH:mm:ss"
- DEFAULT_FORMAT - Static variable in class com.hp.util.syntax.parsers.NumberConstraints
-
Default format to use for number parsing.
- DEFAULT_FWD - Static variable in class com.hp.sdn.flow.FlowClassIDs
-
- DEFAULT_IP_FWD - Static variable in class com.hp.sdn.flow.FlowClassIDs
-
- DEFAULT_JOIN_DELIMITER - Static variable in class com.hp.util.StringUtils
-
- DEFAULT_KEY_SEPARATOR - Static variable in class com.hp.util.format.ResourceBundleTokenTranslator
-
- DEFAULT_MAX_BUFFER_SIZE - Static variable in class com.hp.util.net.ByteMessageTransfer
-
- DEFAULT_MAXIMUM_LINE_LENGTH - Static variable in class com.hp.util.syntax.usage.ColumnarTextFormat
-
Maximum length allowed for formatted help text output.
- DEFAULT_MESSAGE_FUTURE_TIMEOUT_MS - Static variable in class com.hp.of.ctl.ControllerParams
-
The default message future timeout (in ms).
- DEFAULT_STEAL - Static variable in class com.hp.sdn.flow.FlowClassIDs
-
- DEFAULT_TAG - Static variable in class com.hp.sdn.metric.MetricDescriptor
-
The default tag used internally
- DEFAULT_TIMEOUT - Static variable in class com.hp.nbio.SelectLoop
-
Default select timeout of 500L milliseconds.
- DEFAULT_TOKEN_CHAR - Static variable in class com.hp.util.format.SimpleTokenMessageTranslator
-
Default token flag value.
- DEFAULT_TOKEN_END - Static variable in class com.hp.util.format.SimpleTokenMessageTranslator
-
Default (optional) token end delimiter.
- DEFAULT_TOKEN_START - Static variable in class com.hp.util.format.SimpleTokenMessageTranslator
-
Default (optional) token start delimiter.
- DEFAULT_TYPE - Static variable in class com.hp.sdn.model.DefaultNode
-
The default type for any node.
- DEFAULT_USER - Static variable in class com.hp.util.rs.BaseResource
-
- DEFAULT_VALUE_SEPARATOR - Static variable in class com.hp.util.format.ResourceBundleTokenTranslator
-
- DefaultAuthentication - Class in com.hp.api.auth
-
Simple carrier of authentication record.
- DefaultAuthentication(String, long, String, String, String, String, String) - Constructor for class com.hp.api.auth.DefaultAuthentication
-
Create an authentication descriptor using the supplied information.
- DefaultConnectionPoint - Class in com.hp.sdn.model
-
- DefaultConnectionPoint(ElementId, InterfaceId) - Constructor for class com.hp.sdn.model.DefaultConnectionPoint
-
- DefaultConnectionPointSerializer - Class in com.hp.sdn.model
-
Serializer for ConnectionPoint.
- DefaultConnectionPointSerializer() - Constructor for class com.hp.sdn.model.DefaultConnectionPointSerializer
-
- DefaultDatagramEngine - Class in com.hp.util.net
-
Datagram engine implementation.
- DefaultDatagramEngine(Logger, ExecutorService, int, int) - Constructor for class com.hp.util.net.DefaultDatagramEngine
-
Constructor that creates a 1 or more socket handlers.
- DefaultDatagramEngine(Logger, ExecutorService, int) - Constructor for class com.hp.util.net.DefaultDatagramEngine
-
Constructor that creates a single socket handler.
- DefaultDataPathExtRep - Class in com.hp.sdn.disco.of.device
-
A default implementation of a datapath external representation.
- DefaultDataPathExtRep(IpAddress, DataPathId, String, String, String, String) - Constructor for class com.hp.sdn.disco.of.device.DefaultDataPathExtRep
-
Constructs a datapath external representation instance.
- DefaultDevice - Class in com.hp.sdn.model
-
Provides a default implementation of the
Device
API.
- DefaultDevice(DeviceId, Set<URI>, DeviceInfo, SupplierId) - Constructor for class com.hp.sdn.model.DefaultDevice
-
Constructs a device object given information.
- DefaultDevice(Device) - Constructor for class com.hp.sdn.model.DefaultDevice
-
Copy constructor
Only need to static value the online value, info and uris to be saved
later.
- DefaultDeviceDriverProvider - Class in com.hp.device
-
Default
device driver provider
implementation,
which allows assembly of device driver using off-the-shelf implementations
via XML-encoded resources and/or files.
- DefaultDeviceDriverProvider(String) - Constructor for class com.hp.device.DefaultDeviceDriverProvider
-
Create a driver provider with the specified platform context.
- DefaultDeviceEvent - Class in com.hp.sdn.device
-
- DefaultDeviceEvent(DeviceEvent.Type, Device, Interface) - Constructor for class com.hp.sdn.device.DefaultDeviceEvent
-
Constructs a device event with the given type, device and optionally
network interface.
- DefaultDeviceHandler - Class in com.hp.device
-
- DefaultDeviceHandler(AbstractDeviceInfo, IpAddress) - Constructor for class com.hp.device.DefaultDeviceHandler
-
Create a device handler for the specified device info and IP address.
- DefaultDeviceIdentity - Class in com.hp.device
-
A default implementation of the device identity facet.
- DefaultDeviceIdentity(DeviceInfo) - Constructor for class com.hp.device.DefaultDeviceIdentity
-
Constructs a device identity facet that is projected onto the specified
device info context.
- DefaultDeviceIdentityHandler - Class in com.hp.device
-
A default implementation of the device identity handler facet.
- DefaultDeviceIdentityHandler(DeviceInfo) - Constructor for class com.hp.device.DefaultDeviceIdentityHandler
-
Constructs a device identity configure facet that is projected onto the
specified device info context.
- DefaultDeviceInfo - Class in com.hp.device
-
A default implementation of
DeviceInfo
which will likely be
sufficient for most needs.
- DefaultDeviceInfo(DefaultDeviceType) - Constructor for class com.hp.device.DefaultDeviceInfo
-
Construct a new instance.
- DefaultDeviceType - Class in com.hp.device
-
Default
device type
implementation, which allows
assembly of device driver using off-the-shelf facet implementations via
XML-encoded resources and/or files.
- DefaultDeviceType(DeviceDriverProvider, DefaultDeviceType, String, String, String, String, String, Set<String>, String, String, String, PresentationResources, Map<Class<? extends Facet>, Class<? extends AbstractFacet>>, Set<String>, Class<? extends DeviceHandler>, Class<? extends DeviceLoader>, String, String) - Constructor for class com.hp.device.DefaultDeviceType
-
Creates a base device type associated with the given originating
provider.
- DefaultDeviceType(DefaultDeviceType) - Constructor for class com.hp.device.DefaultDeviceType
-
Copy constructor
- DefaultDeviceType(DeviceDriverProvider, String) - Constructor for class com.hp.device.DefaultDeviceType
-
Convenience constructor for unit tests that produces a device type that has a name and nothing else.
- DefaultDeviceTypeBuilder - Class in com.hp.device
-
- DefaultDeviceTypeBuilder(String) - Constructor for class com.hp.device.DefaultDeviceTypeBuilder
-
Constructs a builder for a device type of the given name.
- DefaultEventSinkBroker - Class in com.hp.util.event
-
- DefaultEventSinkBroker() - Constructor for class com.hp.util.event.DefaultEventSinkBroker
-
- DefaultFlags - Class in com.hp.device
-
A default implementation of the flags facet.
- DefaultFlags(DeviceInfo) - Constructor for class com.hp.device.DefaultFlags
-
Constructs a flags facet that is projected onto the specified device info context.
- DefaultInterface - Class in com.hp.sdn.model
-
- DefaultInterface(InterfaceId, InterfaceInfo) - Constructor for class com.hp.sdn.model.DefaultInterface
-
Constructor to combine id and info.
- DefaultInterface(DefaultInterface) - Constructor for class com.hp.sdn.model.DefaultInterface
-
Copy constructor
- DefaultInterfaceInfo - Class in com.hp.sdn.model
-
- DefaultInterfaceInfo(ElementId, BigPortNumber) - Constructor for class com.hp.sdn.model.DefaultInterfaceInfo
-
Constructs an Interface Info object.
- DefaultInterfaceInfo(DefaultInterfaceInfo) - Constructor for class com.hp.sdn.model.DefaultInterfaceInfo
-
Copy Constructor
- DefaultInterfaceSerializer - Class in com.hp.sdn.model
-
Serializer for DefaultInterface.
- DefaultInterfaceSerializer() - Constructor for class com.hp.sdn.model.DefaultInterfaceSerializer
-
- defaultKey(K) - Method in class com.hp.util.SafeMap.Builder
-
An optional default key can be set on the map, to be returned when
no mapping is found via
SafeMap.getFirstKey(V)
.
- DefaultLink - Class in com.hp.sdn.model
-
Provides a default implementation of
Link
.
- DefaultLink(ConnectionPoint, ConnectionPoint) - Constructor for class com.hp.sdn.model.DefaultLink
-
- DefaultLink(ConnectionPoint, ConnectionPoint, Link.Type) - Constructor for class com.hp.sdn.model.DefaultLink
-
- DefaultLinkEvent - Class in com.hp.sdn.link
-
- DefaultLinkEvent(LinkEvent.Type, Link) - Constructor for class com.hp.sdn.link.DefaultLinkEvent
-
Constructs a link event with the given type and link subject.
- DefaultLinkInfo - Class in com.hp.sdn.model
-
- DefaultLinkInfo(Link.Type) - Constructor for class com.hp.sdn.model.DefaultLinkInfo
-
Constructor for LinkInfo
- DefaultLinkInfoPattern - Class in com.hp.sdn.model
-
A default implementation of the
LinkInfo
API.
- DefaultLinkInfoPattern() - Constructor for class com.hp.sdn.model.DefaultLinkInfoPattern
-
- DefaultLinkInfoPattern(LinkInfo) - Constructor for class com.hp.sdn.model.DefaultLinkInfoPattern
-
Copy constructor; creates a new instance with the same data.
- DefaultLinkInfoPattern.LinkType - Enum in com.hp.sdn.model
-
- DefaultLinkSerializer - Class in com.hp.sdn.model
-
Serializer for DefaultLink.
- DefaultLinkSerializer() - Constructor for class com.hp.sdn.model.DefaultLinkSerializer
-
- defaultListener - Variable in class com.hp.sdn.dvc.facet.SnmpDriver
-
Default listener will save the response and status
- DefaultMessageFuture - Class in com.hp.of.lib.msg
-
- DefaultMessageFuture(OpenflowMessage) - Constructor for class com.hp.of.lib.msg.DefaultMessageFuture
-
Constructs a default message future for the given request.
- DefaultNode - Class in com.hp.sdn.model
-
Default implementation of
Node
.
- DefaultNode(NodeId) - Constructor for class com.hp.sdn.model.DefaultNode
-
Constructs a node with all optional values unspecified.
- DefaultNode(NodeId, SupplierId, Interface, MacAddress, NodeLocation, long) - Constructor for class com.hp.sdn.model.DefaultNode
-
Constructs a node with the given parameters.
- DefaultNodeEvent - Class in com.hp.sdn.node
-
- DefaultNodeEvent(NodeEvent.Type, Node...) - Constructor for class com.hp.sdn.node.DefaultNodeEvent
-
Constructs a node event with the given type and one or more subject nodes.
- DefaultNodeFilter - Class in com.hp.sdn.node
-
Default implementation of
NodeFilter
which allows matching
against any field in the
Node
.
- DefaultNodeFilter() - Constructor for class com.hp.sdn.node.DefaultNodeFilter
-
Constructs a node filter which will match against any node.
- DefaultNodeInfo - Class in com.hp.sdn.model
-
- DefaultNodeInfo() - Constructor for class com.hp.sdn.model.DefaultNodeInfo
-
Constructs a default node info object with all fields unspecified.
- DefaultNodeInfo(Node) - Constructor for class com.hp.sdn.model.DefaultNodeInfo
-
Constructs a default node info object from the given node.
- DefaultNodeLink - Class in com.hp.sdn.model
-
Default implementation of a node link.
- DefaultNodeLink(NodeId, InterfaceId, NodeLocation, boolean) - Constructor for class com.hp.sdn.model.DefaultNodeLink
-
Creates a new node link from Node to DPID when direction is true
Creates a new node link from DPID to Node when direction is false
using the supplied node information.
- DefaultNodeLink(Node) - Constructor for class com.hp.sdn.model.DefaultNodeLink
-
Creates a new node link using the supplied node information
- DefaultNodeLocation - Class in com.hp.sdn.model
-
- DefaultNodeLocation(DeviceId, InterfaceId) - Constructor for class com.hp.sdn.model.DefaultNodeLocation
-
Constructs a node location at the given device and interface, using
the current system timestamp.
- DefaultNodeLocation(DeviceId, InterfaceId, long) - Constructor for class com.hp.sdn.model.DefaultNodeLocation
-
Constructs a node location for the given device, interface, and
timestamp.
- DefaultNodeLocation(ConnectionPoint) - Constructor for class com.hp.sdn.model.DefaultNodeLocation
-
Constructs a node location from the given connection point.
- DefaultNodeLocationSerializer - Class in com.hp.sdn.model
-
Serializer for NodeLocation.
- DefaultNodeLocationSerializer() - Constructor for class com.hp.sdn.model.DefaultNodeLocationSerializer
-
- DefaultNodeSerializer - Class in com.hp.sdn.model
-
Serializer for DefaultNode.
- DefaultNodeSerializer() - Constructor for class com.hp.sdn.model.DefaultNodeSerializer
-
- defaultOpenflowSwitch() - Method in interface com.hp.sdn.driver.DeviceDriverService
-
Device Type Name for the default openflow switch, used when specific
match not found in OF discovery.
- defaultOpenflowSwitch() - Method in class com.hp.sdn.driver.DeviceDriverServiceAdapter
-
- DefaultPath - Class in com.hp.ds.graph
-
Simple concrete implementation of a directed graph path.
- DefaultPath(Vertex, Vertex) - Constructor for class com.hp.ds.graph.DefaultPath
-
Creates a new path from source to destination.
- DefaultPath(Path) - Constructor for class com.hp.ds.graph.DefaultPath
-
Creates a new path as a copy of another path.
- DefaultPath - Class in com.hp.sdn.model
-
Default implementation of a network path.
- DefaultPath(List<Link>) - Constructor for class com.hp.sdn.model.DefaultPath
-
Create a path from the specified list of links.
- DefaultPresentation - Class in com.hp.device
-
A default implementation of the presentation facet.
- DefaultPresentation(DeviceInfo) - Constructor for class com.hp.device.DefaultPresentation
-
Constructs a presentation facet that is projected onto the
specified device info context.
- DefaultSnmpClient - Class in com.hp.util.snmp
-
The SNMP client is designed to be thread safe.
- DefaultSnmpClient(DatagramEngine) - Constructor for class com.hp.util.snmp.DefaultSnmpClient
-
Constructor.
- DefaultSnmpClient(DatagramEngine, long) - Constructor for class com.hp.util.snmp.DefaultSnmpClient
-
Constructor.
- defaultSwitch() - Method in interface com.hp.sdn.driver.DeviceDriverService
-
Device Type Name for the default switch, used when specific match not
found.
- defaultSwitch() - Method in class com.hp.sdn.driver.DeviceDriverServiceAdapter
-
- DefaultThreadExecutor - Class in com.hp.util.concurrent
-
Thread executor implementation.
- DefaultThreadExecutor() - Constructor for class com.hp.util.concurrent.DefaultThreadExecutor
-
Creates a new task executor.
- DefaultThreadExecutor(String, int, int, int) - Constructor for class com.hp.util.concurrent.DefaultThreadExecutor
-
Creates a new task executor with fixed thread pool size.
- DefaultThreadExecutor(ThreadPoolExecutor, ScheduledExecutorService) - Constructor for class com.hp.util.concurrent.DefaultThreadExecutor
-
Creates a new task executor.
- DefaultTopologyEvent - Class in com.hp.sdn.topo
-
Default implementation of the topology event.
- DefaultTopologyEvent(Topology, List<ModelEvent>) - Constructor for class com.hp.sdn.topo.DefaultTopologyEvent
-
Constructs a topology event with the topology subject.
- DefaultTopologyEvent(TopologyEvent.Type, Topology, List<ModelEvent>) - Constructor for class com.hp.sdn.topo.DefaultTopologyEvent
-
Constructs a topology event with the given type and topology.
- DefaultVlanInfo - Class in com.hp.sdn.model
-
- DefaultVlanInfo(VlanId) - Constructor for class com.hp.sdn.model.DefaultVlanInfo
-
Constructs a vlan Info object.
- DefaultVxlan - Class in com.hp.sdn.model
-
Default implementation of
Tunnel
.
- DefaultVxlan(TunnelIndex, VxlanInfo) - Constructor for class com.hp.sdn.model.DefaultVxlan
-
Constructor to combine index and info.
- DefaultVxlanInfo - Class in com.hp.sdn.model
-
- DefaultVxlanInfo(BigPortNumber) - Constructor for class com.hp.sdn.model.DefaultVxlanInfo
-
Constructs an Vxlan Info object.
- delay(int) - Static method in class com.hp.util.Task
-
Utility method to pause the current thread.
- delegate - Variable in class com.hp.util.persistence.cassandra.query.ReadQueryDecorator
-
- delete(F) - Method in class com.hp.sdn.dvc.dao.AbstractQuery
-
- delete(KeyFilter) - Method in class com.hp.sdn.dvc.dao.KeyStore
-
- delete(KeyFilter) - Method in interface com.hp.sdn.dvc.dao.KeyStoreService
-
Remove the identified key from team / persistence.
- delete() - Method in interface com.hp.sdn.dvc.facet.NotificationHandler
-
Delete the host notification entry from the device.
- delete(LoginContext, URI) - Method in interface com.hp.sdn.misc.AdminRest
-
Issues a delete request against the specified URI.
- delete(LoginContext, URI, byte[]) - Method in interface com.hp.sdn.misc.AdminRest
-
Issues a delete request against the specified URI.
- delete(LoginContext, URI, int) - Method in interface com.hp.sdn.misc.AdminRest
-
Issues a delete request against the specified URI.
- delete(LoginContext, URI) - Method in class com.hp.sdn.misc.ResourceClient
-
Issues a delete request against the specified URI.
- delete(LoginContext, URI, int) - Method in class com.hp.sdn.misc.ResourceClient
-
Issues a delete request against the specified URI.
- delete(LoginContext, URI, byte[]) - Method in class com.hp.sdn.misc.ResourceClient
-
Issues a delete request against the specified URI.
- delete() - Method in interface com.hp.sdn.teaming.TeamingAdminService
-
Deletes a team.
- delete(P, DataStoreContext) - Method in class com.hp.util.dao.AbstractDao
-
- delete(Id<T, I>, DataStoreContext) - Method in class com.hp.util.dao.AbstractDao
-
- delete(F, DataStoreContext) - Method in class com.hp.util.dao.AbstractDao
-
- delete(P, DataStoreContext) - Method in interface com.hp.util.dao.Dao
-
Deletes a persistent object.
- delete(Id<T, I>, DataStoreContext) - Method in interface com.hp.util.dao.Dao
-
Deletes the persistent object with the given id.
- delete(F, DataStoreContext) - Method in interface com.hp.util.dao.Dao
-
Deletes all persistent objects matching the given filter.
- delete(P) - Method in interface com.hp.util.dao.DependentUpdater
-
Deletes a dependent.
- delete(Id<E, I>, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.CassAbstractDao
-
- delete(F, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.CassAbstractDao
-
- delete(ColumnName<K, ?>) - Method in class com.hp.util.persistence.cassandra.entitymgr.CassandraStorable
-
Deletes a column.
- delete(ColumnFamily<K, C>, K, ColumnName<C, ?>) - Method in class com.hp.util.persistence.cassandra.entitymgr.EntityManager
-
Deletes a single column.
- delete(C, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.AllRowsSecondaryIndex
-
Updates the index after a row has been deleted from the main column family.
- delete(C, K, DataStoreContext) - Method in interface com.hp.util.persistence.cassandra.index.CustomSecondaryIndex
-
Updates the index after a row has been deleted from the main column family.
- delete(K, DataStoreContext) - Method in interface com.hp.util.persistence.cassandra.index.CustomSecondaryIndex
-
Deletes a row in the secondary index column family.
- delete(C, K, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.GenericCustomSecondaryIndex
-
- delete(K, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.GenericCustomSecondaryIndex
-
- delete(Id<E, I>, C) - Method in interface com.hp.util.persistence.Dao
-
Deletes the persistent object with the given id.
- delete(F, C) - Method in interface com.hp.util.persistence.Dao
-
Deletes all persistent objects matching the given filter.
- deleteAlias(IpAddress) - Method in interface com.hp.sdn.api.TeamIpConfigService
-
Removes a network address from the controller's network interface.
- deleteAll(DataStoreContext) - Method in class com.hp.util.dao.AbstractDao
-
- deleteAll(DataStoreContext) - Method in interface com.hp.util.dao.Dao
-
Deletes all the persistent objects.
- deleteAll(DataStoreContext) - Method in class com.hp.util.persistence.cassandra.CassAbstractDao
-
- deleteAll(C) - Method in interface com.hp.util.persistence.Dao
-
Deletes all the persistent objects.
- deleteColumns(ColumnFamily<K, C>, K, Collection<ColumnName<C, ?>>) - Method in class com.hp.util.persistence.cassandra.entitymgr.EntityManager
-
Deletes a collection of columns.
- deleted(E) - Method in class com.hp.util.observer.AbstractDataListener
-
- deleted(E) - Method in interface com.hp.util.observer.DataListener
-
Method called to notify an item has been deleted.
- deleted() - Method in class com.hp.util.rs.BaseResource
-
Create a deleted response with no-cache headers.
- DeleteException - Exception in com.hp.api
-
Exception representing a condition where a deletion fails.
- DeleteException() - Constructor for exception com.hp.api.DeleteException
-
Constructs an exception with no message and no underlying cause.
- DeleteException(String) - Constructor for exception com.hp.api.DeleteException
-
Constructs an exception with the specified message.
- DeleteException(String, Throwable) - Constructor for exception com.hp.api.DeleteException
-
Constructs an exception with the specified message.
- deleteIndexedValues(K, Collection<Column<IndexEntryHandler.IndexEntry, D>>, DataStoreContext) - Method in class com.hp.util.persistence.cassandra.index.IndexEntryHandler
-
Deletes the given indexed values (old values).
- deleteLicenses() - Method in interface com.hp.sdn.adm.license.LicenseServiceInternal
-
Internal purpose of team synchronizing licenses information
- DeleteQuery<I extends Serializable,T extends TransportObject<? super T,I>,C> - Class in com.hp.util.persistence.cassandra.query
-
DeleteQuery used to delete an entry from a ColumnFamily/Table in a database.
- DeleteQuery(Id<T, I>, Dao<I, T, ?, ?, ?, C>) - Constructor for class com.hp.util.persistence.cassandra.query.DeleteQuery
-
Query to delete specific entry from a table/ColumnFamily.
- DeleteQueryWithFilter<F,C> - Class in com.hp.util.persistence.cassandra.query
-
DeleteQueryWithFilter deletes entries which satisfying the filter condition
from the database table.
- DeleteQueryWithFilter(F, Dao<?, ?, ?, F, ?, C>) - Constructor for class com.hp.util.persistence.cassandra.query.DeleteQueryWithFilter
-
Query to Delete entries with filter.
- deleteTeam(IpAddress) - Method in interface com.hp.sdn.api.TeamingAdminTransferService
-
Propagates a team delete action to the given member.
- deleteTrustedCertificate(String) - Method in class com.hp.util.CertificateManagement
-
Removes the certificate with the specified alias from the truststore.
- deleteVlan(VlanId) - Method in interface com.hp.sdn.dvc.facet.VlanHandler
-
Delete the vlan identified by the vlan identifier (VID).
- DELIMITER_V4 - Static variable in class com.hp.util.ip.IpAddress
-
The field delimiter in IPv4 addresses (i.e. a dot).
- DELIMITER_V6 - Static variable in class com.hp.util.ip.IpAddress
-
The field delimiter in IPv6 addresses (i.e. a colon).
- delimiters - Variable in class com.hp.util.Tokenizer
-
- delimiters() - Method in class com.hp.util.Tokenizer
-
Get the delimiters string.
- DENOMINATOR - Static variable in class com.hp.sdn.metric.MetricUpdate
-
- denominator(double) - Method in class com.hp.sdn.metric.RatioGaugeMetricValue.RatioGaugeValueBuilder
-
Sets the denominator.
- Denormalizer<C extends Serializable & Comparable<C>,D> - Interface in com.hp.util.persistence.cassandra.index
-
Secondary index denormalizer.
- Dependable<I> - Interface in com.hp.util.dao
-
Dependable object.
- Dependent<T> - Interface in com.hp.api
-
Dependent transport object.
- DependentUpdater<P extends Storable<?>,T extends Transportable<? super T,?>> - Interface in com.hp.util.dao
-
Dependent updater.
- deployMs(long) - Method in class com.hp.sdn.app.Application.Builder
-
Sets the deploy milliseconds.
- deployMs() - Method in class com.hp.sdn.app.Application
-
Get the deploy milliseconds.
- DepthFirstRecursiveSearch - Class in com.hp.ds.graph
-
Implementation of a general DFS algorithm using recursion method.
- DepthFirstRecursiveSearch() - Constructor for class com.hp.ds.graph.DepthFirstRecursiveSearch
-
- DepthFirstSearch - Class in com.hp.ds.graph
-
Implementation of a general DFS algorithm using iteration method.
- DepthFirstSearch() - Constructor for class com.hp.ds.graph.DepthFirstSearch
-
- DepthFirstSearch.EdgeType - Enum in com.hp.ds.graph
-
Classification of edges.
- DepthFirstSearch.SpanningTreeResult - Class in com.hp.ds.graph
-
Graph search result which includes edge classification for building
a spanning tree.
- DepthFirstSearch.SpanningTreeResult() - Constructor for class com.hp.ds.graph.DepthFirstSearch.SpanningTreeResult
-
- dequeue() - Method in class com.hp.nbio.MessageBuffer
-
Gets a list of messages from the buffer in non-blocking fashion.
- DESC - Static variable in class com.hp.sdn.adm.json.AbstractMetricDescriptorCodec
-
- desc(String) - Method in class com.hp.util.sql.OrderByClause.Builder
-
Adds a column name to order by (descending).
- DESC_STR_LEN - Static variable in class com.hp.of.lib.mp.MpBodyFactory
-
Description string field length.
- Describable - Interface in com.hp.api
-
Classes that implement this interface are declaring that they
have a name and a description which can each be modified.
- Described - Interface in com.hp.api
-
Classes that implement this interface are declaring that they
have a name and a description.
- description() - Method in interface com.hp.api.Described
-
Returns the description of the entity.
- DESCRIPTION - Static variable in class com.hp.device.CoreDevicePropertyKeys
-
- description(String) - Method in class com.hp.device.DefaultDeviceTypeBuilder
-
- description() - Method in interface com.hp.of.ctl.Alert
-
Returns a description of the alert condition.
- description() - Method in interface com.hp.of.ctl.prio.FlowClass
-
Returns the description of purpose and intent behind this class of flows.
- description() - Method in class com.hp.of.ctl.prio.FlowClassAdapter
-
- description() - Method in interface com.hp.sdn.adm.alert.AlertTopic
-
Returns the description of this topic.
- description() - Method in class com.hp.sdn.adm.dao.model.KeyEntity
-
- description() - Method in class com.hp.sdn.adm.hpws.SearchItem
-
Returns the product description.
- DESCRIPTION - Static variable in class com.hp.sdn.adm.json.AbstractMetricDescriptorCodec
-
- description(String) - Method in class com.hp.sdn.app.Application.Builder
-
Sets the description.
- description() - Method in class com.hp.sdn.app.Application
-
Gets the brief description for the application.
- description - Variable in class com.hp.sdn.driver.AbstractKey
-
- description() - Method in class com.hp.sdn.driver.AbstractKey
-
- description() - Method in interface com.hp.sdn.driver.Key
-
Return the user provided description for the key
- description(String) - Method in class com.hp.sdn.metric.CounterDescriptor.CounterDescriptorBuilder
-
- description(String) - Method in class com.hp.sdn.metric.GaugeDescriptor.GaugeDescriptorBuilder
-
- description(String) - Method in class com.hp.sdn.metric.HistogramDescriptor.HistogramDescriptorBuilder
-
- description(String) - Method in class com.hp.sdn.metric.MeterDescriptor.MeterDescriptorBuilder
-
- description - Variable in class com.hp.sdn.metric.MetricDescriptor.MetricDescriptorBuilder
-
- description(String) - Method in class com.hp.sdn.metric.MetricDescriptor.MetricDescriptorBuilder
-
- description(String) - Method in class com.hp.sdn.metric.RatioGaugeDescriptor.RatioGaugeDescriptorBuilder
-
- description(String) - Method in class com.hp.sdn.metric.RollingCounterDescriptor.RollingCounterDescriptorBuilder
-
- description(String) - Method in class com.hp.sdn.metric.TimerDescriptor.TimerDescriptorBuilder
-
- description() - Method in class com.hp.sdn.model.DefaultVlanInfo
-
- description() - Method in interface com.hp.sdn.model.VlanInfo
-
Returns the description assigned to the vlan.
- description() - Method in class com.hp.util.concurrent.NamedCallable
-
- description() - Method in class com.hp.util.concurrent.NamedRunnable
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.DefaultConnectionPointSerializer
-
- deserialize(ConnectionPointProto.ConnectionPoint) - Static method in class com.hp.sdn.model.DefaultConnectionPointSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.DefaultInterfaceSerializer
-
- deserialize(InterfaceProto.Interface) - Static method in class com.hp.sdn.model.DefaultInterfaceSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.DefaultLinkSerializer
-
- deserialize(LinkProto.Link) - Static method in class com.hp.sdn.model.DefaultLinkSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.DefaultNodeLocationSerializer
-
- deserialize(NodeLocationProto.NodeLocation) - Static method in class com.hp.sdn.model.DefaultNodeLocationSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.DefaultNodeSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.DeviceIdSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.ElementIdSerializer
-
- deserialize(ElementIdProto.ElementId) - Static method in class com.hp.sdn.model.ElementIdSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.InterfaceIdSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.LinkKeySerializer
-
- deserialize(LinkKeyProto.LinkKey) - Static method in class com.hp.sdn.model.LinkKeySerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.NodeIdSerializer
-
- deserialize(byte[]) - Method in class com.hp.sdn.model.SegmentIdSerializer
-
- deSerialize(byte[]) - Method in class com.hp.util.persistence.cassandra.entitymgr.wal.ObjectSerDes
-
Provides functionality to de-serialize an object.
- deserialize(byte[]) - Method in interface com.hp.util.serializer.Serializer
-
REstores an object from its serialization
- deserialize(byte[]) - Method in class com.hp.util.serializer.StandardSerializer
-
- destroy() - Static method in class com.hp.keystone.AuthClientFactory
-
Destroy the previously built factory.
- destroy() - Method in class com.hp.util.rs.auth.AbstractTokenAuthFilter
-
- destroy() - Method in class com.hp.util.rs.rate.AbstractLimiterFilter
-
- destroy() - Method in class com.hp.util.rs.SecurityFilter
-
- destroyObject(Object) - Method in class com.hp.keystone.HttpClientPoolFactory
-
- destroyTunnel(TunnelIndex) - Method in interface com.hp.sdn.dvc.facet.VxlanHandler
-
Destroys the tunnel identified by the specified tunnel interface index.
- detachMemento(DataPathId) - Method in class com.hp.of.lib.dt.DataPathUtils
-
Removes the reference to the datapath info (memento) from the
given datapath ID instance.
- detail() - Method in class com.hp.sdn.adm.hpws.Status
-
Returns the status detail (optional).
- detectChanges(NodeInfo) - Method in class com.hp.sdn.model.DefaultNode
-
Detects which fields have changed between this node and the supplied info.
- DEV - Static variable in interface com.hp.util.perf.api.Profile
-
- Device - Interface in com.hp.sdn.model
-
Device is a network infrastructure entity, e.g.
- DeviceAdvisor - Interface in com.hp.of.ctl
-
Provides an abstraction of the device services.
- deviceCount() - Method in interface com.hp.sdn.model.Topology
-
Returns the number of devices in the computed topology.
- deviceCount() - Method in interface com.hp.sdn.model.TopologyCluster
-
Returns the number of devices in the current cluster.
- DeviceDriverBroker - Interface in com.hp.device
-
- DeviceDriverFactory - Class in com.hp.device
-
- DeviceDriverFactory() - Constructor for class com.hp.device.DeviceDriverFactory
-
- DeviceDriverProvider - Interface in com.hp.device
-
- DeviceDriverService - Interface in com.hp.sdn.driver
-
Provides device driver services to external applications.
- DeviceDriverServiceAdapter - Class in com.hp.sdn.driver
-
- DeviceDriverServiceAdapter() - Constructor for class com.hp.sdn.driver.DeviceDriverServiceAdapter
-
- DeviceEntity - Class in com.hp.sdn.adm.dao.model
-
Device persistence object
- DeviceEntity(DeviceId, boolean, String, String, Set<URI>, String, SupplierId, String) - Constructor for class com.hp.sdn.adm.dao.model.DeviceEntity
-
- DeviceEntity() - Constructor for class com.hp.sdn.adm.dao.model.DeviceEntity
-
- DeviceEntity.EmbeddableUri - Class in com.hp.sdn.adm.dao.model
-
- DeviceEntity.EmbeddableUri() - Constructor for class com.hp.sdn.adm.dao.model.DeviceEntity.EmbeddableUri
-
- DeviceEntity.EmbeddableUri(URI) - Constructor for class com.hp.sdn.adm.dao.model.DeviceEntity.EmbeddableUri
-
- DeviceEvent - Interface in com.hp.sdn.device
-
Represents an event in the infrastructure device information model.
- DeviceEvent.Type - Enum in com.hp.sdn.device
-
Device event types.
- DeviceEventBroker - Interface in com.hp.sdn.dvc
-
Device event suppliers will use to notify device event listeners of events.
- DeviceException - Exception in com.hp.device
-
Run-time exception representing issues encountered by
com.hp.device
device driver facilities.
- DeviceException() - Constructor for exception com.hp.device.DeviceException
-
Creates a new device exception.
- DeviceException(String) - Constructor for exception com.hp.device.DeviceException
-
Creates a new device exception using the supplied message.
- DeviceException(String, Throwable) - Constructor for exception com.hp.device.DeviceException
-
Creates a new device exception using the supplied message and
underlying cause.
- DeviceExtRep - Interface in com.hp.sdn.disco.of.device
-
An API for encapsulating an "external representation" of a "device".
- DeviceFilter - Class in com.hp.sdn.device
-
Defines the filter to be used when obtaining devices from the
DeviceService
- DeviceFilter() - Constructor for class com.hp.sdn.device.DeviceFilter
-
- DeviceHandler - Interface in com.hp.device
-
A set of behaviors specific to a type of device; facilitating communication with an actual (live) instance
of that device type.
- DeviceId - Class in com.hp.sdn.model
-
Device identifier.
- deviceId(DeviceId) - Method in class com.hp.sdn.node.DefaultNodeFilter
-
Modifies the current filter to match nodes with the given device ID.
- deviceId() - Method in class com.hp.sdn.topo.TopoVertex
-
Returns the unique id of the device which this vertex represents.
- DeviceIdentity - Interface in com.hp.device
-
A generic
Facet
that provides read-only information about a device's identity.
- DeviceIdentityHandler - Interface in com.hp.device
-
A generic
Facet
that provides read-write access concerning a device's identity.
- DeviceIdSerializer - Class in com.hp.sdn.model
-
Serializer for Device Id.
- DeviceIdSerializer() - Constructor for class com.hp.sdn.model.DeviceIdSerializer
-
- DeviceInfo - Interface in