Package | Description |
---|---|
com.asakusafw.runtime.util.hadoop |
Utilities for Hadoop runtime.
|
Modifier and Type | Method and Description |
---|---|
static InstallationUtil.FrameworkVersion |
InstallationUtil.FrameworkVersion.find(String name)
Returns a version constant from its name.
|
static InstallationUtil.FrameworkVersion |
InstallationUtil.FrameworkVersion.get()
Returns the currently linked framework version.
|
static InstallationUtil.FrameworkVersion |
InstallationUtil.FrameworkVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallationUtil.FrameworkVersion[] |
InstallationUtil.FrameworkVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InstallationUtil.FrameworkVersion.isCompatibleTo(InstallationUtil.FrameworkVersion running)
Returns whether or not this version is compatible to the specified running version.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.