org.apache.curator.framework.api
Interface Compressible<T>

All Known Subinterfaces:
CreateBuilder, SetDataBuilder, TransactionCreateBuilder, TransactionSetDataBuilder

public interface Compressible<T>


Method Summary
 T compressed()
          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


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.