| Package | Description |
|---|---|
| org.apache.hadoop.crypto.key.kms |
| Modifier and Type | Method | Description |
|---|---|---|
static ValueQueue.SyncGenerationPolicy |
ValueQueue.SyncGenerationPolicy.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ValueQueue.SyncGenerationPolicy[] |
ValueQueue.SyncGenerationPolicy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
ValueQueue(int numValues,
float lowWatermark,
long expiry,
int numFillerThreads,
ValueQueue.SyncGenerationPolicy policy,
ValueQueue.QueueRefiller<E> refiller) |
Constructor takes the following tunable configuration parameters
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.