public class FormatProperty extends Object
| Constructor and Description |
|---|
FormatProperty(boolean insertable,
boolean directInsert,
boolean stagingSupport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
directInsertSupported()
Return if this format supports direct insertion (e.g., HBASE or JDBC-based storages)
|
boolean |
isInsertable()
Return if this format supports staging phase
|
boolean |
isStagingSupport()
Return if this format supports staging phase
|
public FormatProperty(boolean insertable,
boolean directInsert,
boolean stagingSupport)
public boolean isInsertable()
public boolean directInsertSupported()
public boolean isStagingSupport()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.