Uses of Class
io.trino.execution.buffer.PageCodecMarker
-
Packages that use PageCodecMarker Package Description io.trino.execution.buffer -
-
Uses of PageCodecMarker in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return PageCodecMarker Modifier and Type Method Description static PageCodecMarkerPageCodecMarker. valueOf(String name)Returns the enum constant of this type with the specified name.static PageCodecMarker[]PageCodecMarker. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.execution.buffer with parameters of type PageCodecMarker Modifier and Type Method Description voidPageCodecMarker.MarkerSet. add(PageCodecMarker marker)booleanPageCodecMarker.MarkerSet. contains(PageCodecMarker marker)static PageCodecMarker.MarkerSetPageCodecMarker.MarkerSet. of(PageCodecMarker marker)voidPageCodecMarker.MarkerSet. remove(PageCodecMarker marker)
-