Uses of Class
org.apache.pulsar.sql.presto.PulsarTransactionHandle
-
Packages that use PulsarTransactionHandle Package Description org.apache.pulsar.sql.presto Implementation of the connector to the Presto engine. -
-
Uses of PulsarTransactionHandle in org.apache.pulsar.sql.presto
Methods in org.apache.pulsar.sql.presto that return PulsarTransactionHandle Modifier and Type Method Description static PulsarTransactionHandlePulsarTransactionHandle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PulsarTransactionHandle[]PulsarTransactionHandle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-