public class RemoteTierObjectStoreSupplier
extends java.lang.Object
implements java.util.function.Supplier<kafka.tier.store.TierObjectStore>
Constructor and Description |
---|
RemoteTierObjectStoreSupplier(kafka.tier.compatibility.TierTestConfig config)
Given a Namespace from argparse, populates a Properties object to initialize a
TierObjectStore.
|
Modifier and Type | Method and Description |
---|---|
kafka.tier.store.TierObjectStore |
get()
Creates a new TierObjectStore based on earlier set properties.
|