| 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LookupEntity | |
|---|---|
| kieker.tools.bridge.connector | |
| kieker.tools.bridge.connector.http | |
| kieker.tools.bridge.connector.jms | |
| kieker.tools.bridge.connector.tcp | |
| Uses of LookupEntity in kieker.tools.bridge.connector | 
|---|
| Fields in kieker.tools.bridge.connector with type parameters of type LookupEntity | |
|---|---|
protected  java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> | 
AbstractConnector.lookupEntityMap
Map containing record ids and the assigned constructor and field type list.  | 
| Methods in kieker.tools.bridge.connector that return types with arguments of type LookupEntity | |
|---|---|
static java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> | 
ServiceConnectorFactory.createLookupEntityMap(java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Class<? extends IMonitoringRecord>> recordMap)
Calculates the lookup table from the record map.  | 
| Constructor parameters in kieker.tools.bridge.connector with type arguments of type LookupEntity | |
|---|---|
AbstractConnector(Configuration configuration,
                  java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
AbstractTCPService constructor.  | 
|
| Uses of LookupEntity in kieker.tools.bridge.connector.http | 
|---|
| Constructor parameters in kieker.tools.bridge.connector.http with type arguments of type LookupEntity | |
|---|---|
HTTPConnector(Configuration configuration,
              java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
 | 
|
| Uses of LookupEntity in kieker.tools.bridge.connector.jms | 
|---|
| Constructor parameters in kieker.tools.bridge.connector.jms with type arguments of type LookupEntity | |
|---|---|
JMSClientConnector(Configuration configuration,
                   java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
Create a JMSClientConnector.  | 
|
JMSEmbeddedConnector(Configuration configuration,
                     java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
Construct a new JMS service consumer and an embedded JMS service.  | 
|
| Uses of LookupEntity in kieker.tools.bridge.connector.tcp | 
|---|
| Constructor parameters in kieker.tools.bridge.connector.tcp with type arguments of type LookupEntity | |
|---|---|
TCPClientConnector(Configuration configuration,
                   java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
Create a TCPClientConnector.  | 
|
TCPMultiServerConnectionRunnable(java.net.Socket socket,
                                 java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap,
                                 java.util.concurrent.BlockingQueue<IMonitoringRecord> recordQueue)
Create a service thread.  | 
|
TCPMultiServerConnector(Configuration configuration,
                        java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
Create a TCPMultiServerConnector.  | 
|
TCPMultiServerPortListenerRunnable(int port,
                                   java.util.concurrent.BlockingQueue<IMonitoringRecord> recordQueue,
                                   java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap,
                                   java.util.concurrent.ExecutorService executor)
Create a listener for the incoming port of the multi server.  | 
|
TCPSingleServerConnector(Configuration configuration,
                         java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
Create a TCPSingleServerConnector.  | 
|
  | 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||