public class WireStorePool extends Object
| Constructor and Description |
|---|
WireStorePool(WireStoreSupplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
WireStore |
acquire(long cycle) |
void |
release(WireStore store) |
static WireStorePool |
withSupplier(WireStoreSupplier supplier) |
public WireStorePool(@NotNull
WireStoreSupplier supplier)
public WireStore acquire(long cycle) throws IOException
IOExceptionpublic void release(WireStore store)
public static WireStorePool withSupplier(@NotNull WireStoreSupplier supplier)
Copyright © 2015. All rights reserved.