An extension object for Asakusa SDK.
Type | Name and description |
---|---|
java.util.Set<AsakusaTestkit> |
availableTestkits The set available testkit. |
java.lang.Object |
core Whether or not the SDK core (including core runtime and vocabulary) is enabled. |
java.lang.Object |
directio Whether or not Direct I/O feature is enabled. |
java.lang.Object |
dmdl Whether or not the DMDL compiler feature is enabled. |
java.lang.Object |
hive Whether or not Direct I/O Hive support is enabled. |
java.lang.Object |
incubating Whether or not incubating features are enabled. |
java.lang.Object |
operator Whether or not the operator DSL compiler feature is enabled. |
java.lang.Object |
testing Whether or not the DSL testing feature is enabled. |
java.lang.Object |
testkit The symbol of active testkit. |
java.lang.Object |
windgate Whether or not WindGate feature is enabled. |
java.lang.Object |
yaess Whether 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