Package org.apache.curator.framework.api
Interface Compressible<T>
-
- All Known Subinterfaces:
CreateBuilder,CreateBuilder2,CreateBuilderMain,SetDataBuilder,TransactionCreateBuilder<T>,TransactionCreateBuilder2<T>,TransactionSetDataBuilder<T>
- All Known Implementing Classes:
CreateBuilderImpl,SetDataBuilderImpl
public interface Compressible<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcompressed()Cause the data to be compressed using the configured compression provider
-
-
-
Method Detail
-
compressed
T compressed()
Cause the data to be compressed using the configured compression provider- Returns:
- this
-
-