Package org.apache.curator.framework.api
Interface Decompressible<T>
- All Known Subinterfaces:
GetDataBuilder
,TempGetDataBuilder
- All Known Implementing Classes:
GetDataBuilderImpl
public interface Decompressible<T>
-
Method Summary
Modifier and TypeMethodDescriptionCause the data to be de-compressed using the configured compression providerCause the data to not be de-compressed, even if theCuratorFramework
has compressionEnabled
-
Method Details
-
decompressed
T decompressed()Cause the data to be de-compressed using the configured compression provider- Returns:
- this
-
undecompressed
T undecompressed()Cause the data to not be de-compressed, even if theCuratorFramework
has compressionEnabled- Returns:
- this
-