| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.framework.store |
Provides implementations for the
CollectorDataStore
interface for storing network data collected by a given collector. |
| Modifier and Type | Method and Description |
|---|---|
N5gFunction.eFunctionType |
N5gGNBFunction.getGnbFuncType() |
static N5gFunction.eFunctionType |
N5gFunction.eFunctionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static N5gFunction.eFunctionType[] |
N5gFunction.eFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
N5gGNBFunction |
N5gGNodeB.addGNBFunction(N5gFunction.eFunctionType type,
java.lang.String name,
java.lang.String vendor,
java.util.Map<java.lang.String,java.lang.Object> data)
Add an GNodeBFunction Type to this GNodeB
|
N5gGNBFunction |
LTEENodeB.addGNBFunction(N5gFunction.eFunctionType type,
java.lang.String name,
java.lang.String vendor,
java.util.Map<java.lang.String,java.lang.Object> data)
Add an GNodeBFunction Type to this GNodeB
|
void |
N5gGNBFunction.setGnbFuncType(N5gFunction.eFunctionType type) |