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 provider
-
Method Details
-
decompressed
T decompressed()Cause the data to be de-compressed using the configured compression provider- Returns:
- this
-