public interface Compressible<T>
| Modifier and Type | Method and Description |
|---|---|
T |
compressed()
Cause the data to be compressed using the configured compression provider
|
T |
uncompressed()
Cause the data to be uncompressed, even if the
CuratorFramework
has compressionEnabled |
T compressed()
T uncompressed()
CuratorFramework
has compressionEnabledCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.