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

    Modifier and Type
    Method
    Description
    Cause the data to be compressed using the configured compression provider
  • Method Details

    • compressed

      T compressed()
      Cause the data to be compressed using the configured compression provider
      Returns:
      this