Interface AsyncGetDataBuilder

    • Method Detail

      • decompressed

        AsyncPathable<AsyncStage<byte[]>> decompressed()
        Cause the data to be de-compressed using the configured compression provider
        Returns:
        this
      • storingStatIn

        AsyncPathable<AsyncStage<byte[]>> storingStatIn​(org.apache.zookeeper.data.Stat stat)
        Have the operation fill the provided stat object
        Parameters:
        stat - the stat to have filled in
        Returns:
        this