Package | Description |
---|---|
org.apache.hive.hcatalog.api | |
org.apache.hive.hcatalog.api.repl | |
org.apache.hive.hcatalog.api.repl.exim |
Modifier and Type | Method and Description |
---|---|
List<HCatNotificationEvent> |
HCatClientHMSImpl.getNextNotification(long lastEventId,
int maxEvents,
IMetaStoreClient.NotificationFilter filter) |
abstract List<HCatNotificationEvent> |
HCatClient.getNextNotification(long lastEventId,
int maxEvents,
IMetaStoreClient.NotificationFilter filter)
Get a list of notifications
|
Modifier and Type | Field and Description |
---|---|
protected HCatNotificationEvent |
ReplicationTask.event |
Modifier and Type | Method and Description |
---|---|
HCatNotificationEvent |
ReplicationTask.getEvent()
Returns the event that this ReplicationTask is attempting to replicate
|
Modifier and Type | Method and Description |
---|---|
static ReplicationTask |
ReplicationTask.create(HCatClient client,
HCatNotificationEvent event)
Factory method to return appropriate subtype of ReplicationTask for given event
|
ReplicationTask |
ReplicationTask.Factory.create(HCatClient client,
HCatNotificationEvent event) |
protected void |
ReplicationTask.validateEventType(HCatNotificationEvent event,
String allowedEventType) |
Constructor and Description |
---|
NoopReplicationTask(HCatNotificationEvent event) |
ReplicationTask(HCatNotificationEvent event) |
Modifier and Type | Method and Description |
---|---|
ReplicationTask |
EximReplicationTaskFactory.create(HCatClient client,
HCatNotificationEvent event) |
Constructor and Description |
---|
AddPartitionReplicationTask(HCatNotificationEvent event) |
AlterPartitionReplicationTask(HCatNotificationEvent event) |
AlterTableReplicationTask(HCatNotificationEvent event) |
CreateDatabaseReplicationTask(HCatNotificationEvent event) |
CreateTableReplicationTask(HCatNotificationEvent event) |
DropDatabaseReplicationTask(HCatNotificationEvent event) |
DropPartitionReplicationTask(HCatNotificationEvent event) |
DropTableReplicationTask(HCatNotificationEvent event) |
InsertReplicationTask(HCatNotificationEvent event) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.