Uses of Class
io.trino.execution.buffer.SerializedPage
-
Packages that use SerializedPage Package Description io.trino.execution.buffer io.trino.operator io.trino.server -
-
Uses of SerializedPage in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return SerializedPage Modifier and Type Method Description SerializedPagePagesSerde. serialize(PagesSerde.PagesSerdeContext context, Page page)Methods in io.trino.execution.buffer that return types with arguments of type SerializedPage Modifier and Type Method Description List<SerializedPage>BufferResult. getSerializedPages()static Iterator<SerializedPage>PagesSerdeUtil. readSerializedPages(io.airlift.slice.SliceInput sliceInput)Methods in io.trino.execution.buffer with parameters of type SerializedPage Modifier and Type Method Description PagePagesSerde. deserialize(PagesSerde.PagesSerdeContext context, SerializedPage serializedPage)PagePagesSerde. deserialize(SerializedPage serializedPage)static voidPagesSerdeUtil. writeSerializedPage(io.airlift.slice.SliceOutput output, SerializedPage page)Method parameters in io.trino.execution.buffer with type arguments of type SerializedPage Modifier and Type Method Description static longPagesSerdeUtil. calculateChecksum(List<SerializedPage> pages)voidArbitraryOutputBuffer. enqueue(int partition, List<SerializedPage> pages)voidArbitraryOutputBuffer. enqueue(List<SerializedPage> pages)voidBroadcastOutputBuffer. enqueue(int partitionNumber, List<SerializedPage> pages)voidBroadcastOutputBuffer. enqueue(List<SerializedPage> pages)voidLazyOutputBuffer. enqueue(int partition, List<SerializedPage> pages)voidLazyOutputBuffer. enqueue(List<SerializedPage> pages)voidOutputBuffer. enqueue(int partition, List<SerializedPage> pages)Adds a split-up page to a specific partition.voidOutputBuffer. enqueue(List<SerializedPage> pages)Adds a split-up page to an unpartitioned buffer.voidPartitionedOutputBuffer. enqueue(int partitionNumber, List<SerializedPage> pages)voidPartitionedOutputBuffer. enqueue(List<SerializedPage> pages)static longPagesSerdeUtil. writeSerializedPages(io.airlift.slice.SliceOutput sliceOutput, Iterable<SerializedPage> pages)Constructor parameters in io.trino.execution.buffer with type arguments of type SerializedPage Constructor Description BufferResult(String taskInstanceId, long token, long nextToken, boolean bufferComplete, List<SerializedPage> serializedPages) -
Uses of SerializedPage in io.trino.operator
Methods in io.trino.operator that return SerializedPage Modifier and Type Method Description SerializedPageExchangeClient. pollPage()Methods in io.trino.operator that return types with arguments of type SerializedPage Modifier and Type Method Description List<SerializedPage>HttpPageBufferClient.PagesResponse. getPages()WorkProcessor<SerializedPage>ExchangeClient. pages()Method parameters in io.trino.operator with type arguments of type SerializedPage Modifier and Type Method Description booleanHttpPageBufferClient.ClientCallback. addPages(HttpPageBufferClient client, List<SerializedPage> pages)static HttpPageBufferClient.PagesResponseHttpPageBufferClient.PagesResponse. createPagesResponse(String taskInstanceId, long token, long nextToken, Iterable<SerializedPage> pages, boolean complete) -
Uses of SerializedPage in io.trino.server
Method parameters in io.trino.server with type arguments of type SerializedPage Modifier and Type Method Description longPagesResponseWriter. getSize(List<SerializedPage> serializedPages, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidPagesResponseWriter. writeTo(List<SerializedPage> serializedPages, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream output)
-