public class ChannelWithMeta extends Object
Constructor and Description |
---|
ChannelWithMeta(FileIOChannel.ID channel,
int blockCount,
long numEstimatedBytes) |
Modifier and Type | Method and Description |
---|---|
int |
getBlockCount() |
FileIOChannel.ID |
getChannel() |
long |
getNumBytes() |
public ChannelWithMeta(FileIOChannel.ID channel, int blockCount, long numEstimatedBytes)
public FileIOChannel.ID getChannel()
public int getBlockCount()
public long getNumBytes()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.