public interface PartitionedReadableFrameChannel extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases any resources associated with this readable channel.
|
ReadableFrameChannel |
getReadableFrameChannel(int partitionNumber)
Allows reading a particular partition in the channel
|
ReadableFrameChannel getReadableFrameChannel(int partitionNumber)
partitionNumber
- the partition to readvoid close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.