Class 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.ColumnStatistics colStats()
      Default col stats.
      static org.apache.hadoop.hive.metastore.api.Catalog defaultCatalog()
      Default catalog.
      static org.apache.hadoop.hive.metastore.api.NotificationEventResponse event()
      Default events list.
      static org.apache.hadoop.hive.metastore.api.NotificationEventsCountResponse eventCount()
      Default event count.
      static org.apache.hadoop.hive.metastore.api.CurrentNotificationEventId eventId()
      Default event id.
      static org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet privSet()
      Default privs.
    • Constructor Detail

      • Empties

        public Empties()
    • 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.