public class DMLOperation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DMLOperation.Type
Type of DML operation.
|
| Constructor and Description |
|---|
DMLOperation(String databaseName,
String schemaName,
String tableName,
DMLOperation.Type operationType,
long ingestTimestampMillis,
int sizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDatabaseName() |
long |
getIngestTimestampMillis() |
String |
getSchemaName() |
int |
getSizeInBytes() |
String |
getTableName() |
DMLOperation.Type |
getType() |
int |
hashCode() |
public DMLOperation(String databaseName, @Nullable String schemaName, String tableName, DMLOperation.Type operationType, long ingestTimestampMillis, int sizeInBytes)
public String getDatabaseName()
public String getSchemaName()
public String getTableName()
public DMLOperation.Type getType()
public long getIngestTimestampMillis()
public int getSizeInBytes()
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.