Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Created September 24, 2019 22:01
Show Gist options
  • Select an option

  • Save mesmacosta/e5b79a93a0d6fb9cde2f9bdc36ebc013 to your computer and use it in GitHub Desktop.

Select an option

Save mesmacosta/e5b79a93a0d6fb9cde2f9bdc36ebc013 to your computer and use it in GitHub Desktop.
╔═══════════════════════════════════════════════╦════════════════════════╗
║ Method ║ Parameter ║
╠═══════════════════════════════════════════════╬════════════════════════╗
║ MetaStoreEventListener.onConfigChange ║ ConfigChangeEvent ║
║ MetaStoreEventListener.onCreateTable ║ CreateTableEvent ║
║ MetaStoreEventListener.onDropTable ║ DropTableEvent ║
║ MetaStoreEventListener.onAlterTable ║ AlterTableEvent ║
║ MetaStoreEventListener.onAddPartition ║ AddPartitionEvent ║
║ MetaStoreEventListener.onDropPartition ║ DropPartitionEvent ║
║ MetaStoreEventListener.onAlterPartition ║ AlterPartitionEvent ║
║ MetaStoreEventListener.onCreateDatabase ║ CreateDatabaseEvent ║
║ MetaStoreEventListener.onDropDatabase ║ DropDatabaseEvent ║
║ MetaStoreEventListener.onLoadPartitionDone ║ LoadPartitionDoneEvent ║
║ MetaStoreEventListener.onAddIndex ║ AddIndexEvent ║
║ MetaStoreEventListener.onDropIndex ║ DropIndexEvent ║
║ MetaStoreEventListener.onAlterIndex ║ AlterIndexEvent ║
║ MetaStoreEventListener.onCreateFunction ║ CreateFunctionEvent ║
║ MetaStoreEventListener.onDropFunction ║ DropFunctionEvent ║
║ MetaStoreEventListener.onInsert ║ InsertEvent ║
╚═══════════════════════════════════════════════╩════════════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment