Package | Description |
---|---|
kieker.analysis.plugin.reader | |
kieker.analysis.plugin.reader.tcp | |
kieker.common.record.misc | |
kieker.common.util.registry |
Modifier and Type | Method and Description |
---|---|
ILookup<java.lang.String> |
StringRegistryCache.getOrCreateRegistry(java.lang.Long registryId)
Retrieves the registry with the given ID and creates a new one if necessary.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.Cache<java.lang.Long,ILookup<java.lang.String>> |
StringRegistryCache.createCache(long expirationDuration,
java.util.concurrent.TimeUnit expirationTimeUnit)
Creates the underlying cache.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractRecordTcpReader |
DualSocketTcpReader.createTcpMonitoringRecordReader(int port,
int bufferCapacity,
Log logger,
ILookup<java.lang.String> registry) |
Constructor and Description |
---|
AbstractRecordTcpReader(int port,
int bufferCapacity,
Log logger,
ILookup<java.lang.String> stringRegistry,
CachedRecordFactoryCatalog recordFactories) |
AbstractRecordTcpReader(Log logger,
ILookup<java.lang.String> stringRegistry)
Default constructor with
port=10133 and bufferCapacity=65535 and new CachedRecordFactoryCatalog() |
Modifier and Type | Method and Description |
---|---|
static void |
RegistryRecord.registerRecordInRegistry(java.nio.ByteBuffer buffer,
ILookup<java.lang.String> stringRegistry)
Static function used to register strings stored in a byte buffer as string in the string registry with the proper id.
|
Modifier and Type | Class and Description |
---|---|
class |
Lookup<E> |
Copyright 2017 Kieker Project, http://kieker-monitoring.net