Package | Description |
---|---|
org.spf4j.perf.impl | |
org.spf4j.perf.impl.ms | |
org.spf4j.perf.impl.ms.graphite | |
org.spf4j.pool.jdbc | |
org.spf4j.recyclable |
Experimental implementation.
|
org.spf4j.recyclable.impl |
Modifier and Type | Method and Description |
---|---|
static MeasurementRecorder |
RecorderFactory.createDirectGraphiteTcpRecorder(Object forWhat,
String unitOfMeasurement,
String graphiteHost,
int graphitePort) |
static MeasurementRecorder |
RecorderFactory.createDirectGraphiteUdpRecorder(Object forWhat,
String unitOfMeasurement,
String graphiteHost,
int graphitePort) |
Modifier and Type | Method and Description |
---|---|
MeasurementStore |
StoreType.create(String configuration) |
MeasurementStore |
StoreFactory.create(String config) |
Constructor and Description |
---|
GraphiteTcpStore(String hostPort) |
GraphiteTcpStore(String hostName,
int port) |
GraphiteTcpStore(String hostName,
int port,
SocketFactory socketFactory) |
GraphiteTcpStore(URI uri) |
GraphiteUdpStore(String hostPort) |
GraphiteUdpStore(String hostName,
int port) |
GraphiteUdpStore(URI uri) |
Modifier and Type | Method and Description |
---|---|
Connection |
JdbcConnectionFactory.create() |
Constructor and Description |
---|
PooledDataSource(int coreSize,
int maxSize,
String driverName,
String url,
String user,
String password) |
Modifier and Type | Method and Description |
---|---|
T |
SmartObjectPool.borrowObject(ObjectBorower borower) |
T |
RecyclingSupplier.Factory.create()
create the object.
|
T |
RecyclingSupplier.get()
block until a object is available and return it.
|
Modifier and Type | Method and Description |
---|---|
RecyclingSupplier<T> |
RecyclingSupplierBuilder.build() |
org.spf4j.recyclable.impl.ObjectHolder<T> |
ObjectHolderFactory.create() |
Constructor and Description |
---|
ObjectHolderFactory(int precreateNumber,
RecyclingSupplier.Factory<T> factory) |
Copyright © 2014. All rights reserved.