Direct I/O Hive settings for the Asakusa Framework organizer.
Type | Name and description |
---|---|
java.util.List<java.lang.Object> |
defaultLibraries Default libraries for Direct I/O Hive runtime. |
boolean |
enabled Configuration whether Direct I/O Hive features are enabled or not. |
java.util.List<java.lang.Object> |
libraries Libraries for Direct I/O Hive runtime. |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<java.lang.Object> |
getLibraries() Returns libraries for Direct I/O Hive runtime. |
|
void |
setLibraries(java.lang.Object... libraries) Sets libraries for Direct I/O Hive runtime. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Default libraries for Direct I/O Hive runtime. Clients should not modify this property, and use libraries instead.
Configuration whether Direct I/O Hive features are enabled or not.
Direct I/O Hive facilities will be enabled only if this value is true
.
false
Libraries for Direct I/O Hive runtime.