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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecompressed()Cause the data to be de-compressed using the configured compression provider
-
-
-
Method Detail
-
decompressed
T decompressed()
Cause the data to be de-compressed using the configured compression provider- Returns:
- this
-
-