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 |
---|---|
LTESGWFunction |
LTEDataStore.addSGWFunction(LTESGW parent,
java.lang.String sgwName,
java.lang.String vendor,
java.util.Map<java.lang.String,java.lang.Object> data)
Add an SGWFunction to an SGW
|
LTESGWFunction |
LTESGW.addSGWFunction(java.lang.String sgwName,
java.lang.String vendor,
java.util.Map<java.lang.String,java.lang.Object> data)
Add an SGWFunction to this SGW
|
Modifier and Type | Method and Description |
---|---|
void |
LTEDataStore.addConnection(LTESGWFunction parent,
java.lang.String name,
LTEFunction.eConnectionType type,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds a connection to an SGW
|
void |
LTEDataStore.addLTEInterface(LTESGWFunction parent,
java.lang.String ipAddress,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds an Interface to a SGW function
|
void |
LTEDataStore.addPlmn(LTESGWFunction parent,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds a Plmn to a SGW function
|