Package io.trino.execution.buffer
Class PipelinedBufferInfo
java.lang.Object
io.trino.execution.buffer.PipelinedBufferInfo
-
Constructor Summary
ConstructorsConstructorDescriptionPipelinedBufferInfo(PipelinedOutputBuffers.OutputBufferId bufferId, long rowsAdded, long pagesAdded, int bufferedPages, long bufferedBytes, long pagesSent, boolean finished) -
Method Summary
-
Constructor Details
-
PipelinedBufferInfo
public PipelinedBufferInfo(PipelinedOutputBuffers.OutputBufferId bufferId, long rowsAdded, long pagesAdded, int bufferedPages, long bufferedBytes, long pagesSent, boolean finished)
-
-
Method Details
-
getBufferId
-
getRowsAdded
public long getRowsAdded() -
getPagesAdded
public long getPagesAdded() -
getBufferedPages
public int getBufferedPages() -
getBufferedBytes
public long getBufferedBytes() -
getPagesSent
public long getPagesSent() -
isFinished
public boolean isFinished() -
equals
-
hashCode
public int hashCode() -
toString
-