Package | Description |
---|---|
net.openhft.chronicle.queue.impl |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
Modifier and Type | Method and Description |
---|---|
static WireStoreSupplier.CreateStrategy |
WireStoreSupplier.CreateStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WireStoreSupplier.CreateStrategy[] |
WireStoreSupplier.CreateStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
@Nullable SingleChronicleQueueStore |
WireStoreSupplier.acquire(int cycle,
WireStoreSupplier.CreateStrategy createStrategy) |
@Nullable SingleChronicleQueueStore |
WireStorePool.acquire(int cycle,
WireStoreSupplier.CreateStrategy createStrategy,
SingleChronicleQueueStore oldStore) |
Copyright © 2023. All rights reserved.