| Package | Description |
|---|---|
| org.apache.pulsar.common.policies.data |
Definition of different data structures for policies.
|
| Modifier and Type | Field and Description |
|---|---|
static OffloadPolicies.OffloadedReadPriority |
OffloadPolicies.DEFAULT_OFFLOADED_READ_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
static OffloadPolicies.OffloadedReadPriority |
OffloadPolicies.OffloadedReadPriority.fromString(String str) |
static OffloadPolicies.OffloadedReadPriority |
OffloadPolicies.OffloadedReadPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffloadPolicies.OffloadedReadPriority[] |
OffloadPolicies.OffloadedReadPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OffloadPolicies |
OffloadPolicies.create(String driver,
String region,
String bucket,
String endpoint,
String credentialId,
String credentialSecret,
Integer maxBlockSizeInBytes,
Integer readBufferSizeInBytes,
Long offloadThresholdInBytes,
Long offloadDeletionLagInMillis,
OffloadPolicies.OffloadedReadPriority readPriority) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.