An extension object for Asakusa SDK.
| Type | Name and description |
|---|---|
java.util.Set<AsakusaTestkit> |
availableTestkitsThe set available testkit. |
java.lang.Object |
coreWhether or not the SDK core (including core runtime and vocabulary) is enabled. |
java.lang.Object |
directioWhether or not Direct I/O feature is enabled. |
java.lang.Object |
dmdlWhether or not the DMDL compiler feature is enabled. |
java.lang.Object |
hiveWhether or not Direct I/O Hive support is enabled. |
java.lang.Object |
incubatingWhether or not incubating features are enabled. |
java.lang.Object |
operatorWhether or not the operator DSL compiler feature is enabled. |
java.lang.Object |
testingWhether or not the DSL testing feature is enabled. |
java.lang.Object |
testkitThe symbol of active testkit. |
java.lang.Object |
windgateWhether or not WindGate feature is enabled. |
java.lang.Object |
yaessWhether or not the YAESS feature is enabled. |
| 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() |
The set available testkit.
Whether or not the SDK core (including core runtime and vocabulary) is enabled.
This value will be resolved as it as boolean.
true Whether or not Direct I/O feature is enabled.
This value will be resolved as it as boolean.
true Whether or not the DMDL compiler feature is enabled.
This value will be resolved as it as boolean.
true Whether or not Direct I/O Hive support is enabled.
This value will be resolved as it as boolean.
false Whether or not incubating features are enabled.
This value will be resolved as it as boolean.
false Whether or not the operator DSL compiler feature is enabled.
This value will be resolved as it as boolean.
true Whether or not the DSL testing feature is enabled.
This value will be resolved as it as boolean.
true The symbol of active testkit.
This can be either AsakusaTestkit, java.lang.String (symbolic),
true (the highest priority in the available testkit),
or resolved as false (not available).
If the value is just true, the highest priority in availableTestkits will be activated.
true Whether or not WindGate feature is enabled.
This value will be resolved as it as boolean.
false Whether or not the YAESS feature is enabled.
This value will be resolved as it as boolean.
true