Package com.dremio.nessie.hms
Class Empties
- java.lang.Object
-
- com.dremio.nessie.hms.Empties
-
public class Empties extends Object
-
-
Constructor Summary
Constructors Constructor Description Empties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.hadoop.hive.metastore.api.ColumnStatisticscolStats()Default col stats.static org.apache.hadoop.hive.metastore.api.CatalogdefaultCatalog()Default catalog.static org.apache.hadoop.hive.metastore.api.NotificationEventResponseevent()Default events list.static org.apache.hadoop.hive.metastore.api.NotificationEventsCountResponseeventCount()Default event count.static org.apache.hadoop.hive.metastore.api.CurrentNotificationEventIdeventId()Default event id.static org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSetprivSet()Default privs.
-
-
-
Method Detail
-
privSet
public static org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet privSet()
Default privs.
-
colStats
public static org.apache.hadoop.hive.metastore.api.ColumnStatistics colStats()
Default col stats.
-
defaultCatalog
public static org.apache.hadoop.hive.metastore.api.Catalog defaultCatalog()
Default catalog.
-
eventCount
public static org.apache.hadoop.hive.metastore.api.NotificationEventsCountResponse eventCount()
Default event count.
-
event
public static org.apache.hadoop.hive.metastore.api.NotificationEventResponse event()
Default events list.
-
eventId
public static org.apache.hadoop.hive.metastore.api.CurrentNotificationEventId eventId()
Default event id.
-
-