Package | Description |
---|---|
org.spf4j.recyclable | |
org.spf4j.recyclable.impl |
Modifier and Type | Method and Description |
---|---|
default T |
RecyclingSupplier.get() |
T |
NonValidatingRecyclingSupplier.get()
block until a object is available and return it.
|
default T |
RecyclingSupplier.get(long timeout,
TimeUnit unit) |
T |
RecyclingSupplier.tryGet(long deadlineNanos) |
default T |
RecyclingSupplier.tryGet(long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
T |
SharingObjectPool.tryGet(long deadlineNanos) |
Copyright © 2018 SPF4J. All rights reserved.