public class StorageProperty extends Object
| Constructor and Description |
|---|
StorageProperty(String defaultFormat,
boolean movable,
boolean writable,
boolean absolutePathAllowed,
boolean metadataProvided) |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultFormat()
Return default data format
|
boolean |
isArbitraryPathAllowed()
Does this storage allows the use of arbitrary absolute paths outside tablespace?
|
boolean |
isMetadataProvided()
Is metadata provided?
|
boolean |
isMovable()
Move-like operation is allowed
|
boolean |
isWritable()
Is it Writable storage?
|
public StorageProperty(String defaultFormat, boolean movable, boolean writable, boolean absolutePathAllowed, boolean metadataProvided)
public String defaultFormat()
public boolean isMovable()
public boolean isWritable()
public boolean isArbitraryPathAllowed()
public boolean isMetadataProvided()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.