Uses of Class
io.trino.plugin.hive.procedure.SyncPartitionMetadataProcedure.SyncMode
-
Packages that use SyncPartitionMetadataProcedure.SyncMode Package Description io.trino.plugin.hive.procedure -
-
Uses of SyncPartitionMetadataProcedure.SyncMode in io.trino.plugin.hive.procedure
Methods in io.trino.plugin.hive.procedure that return SyncPartitionMetadataProcedure.SyncMode Modifier and Type Method Description static SyncPartitionMetadataProcedure.SyncModeSyncPartitionMetadataProcedure.SyncMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncPartitionMetadataProcedure.SyncMode[]SyncPartitionMetadataProcedure.SyncMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-