Interface DfsBlockCache.ReadableChannelSupplier

  • All Known Implementing Classes:
    BlockBasedFile.LazyChannel
    Enclosing class:
    DfsBlockCache
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    static interface DfsBlockCache.ReadableChannelSupplier
    Supplier for readable channel
    • Method Detail

      • get

        ReadableChannel get()
                     throws java.io.IOException
        Returns:
        ReadableChannel
        Throws:
        java.io.IOException