|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 Beta Draft |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.olapi.data.source.BuildResult
public final class BuildResult
A container for an integer that identifies a build process in the
CUBE_BUILD_LOG
table.
An analytic workspace stores a log of a build in the
CUBE_BUILD_LOG
table.
It updates the table dynamically, so that you can monitor the progress
of a build.
Analytic Workspace Manager creates this log automatically.
You can create the log file yourself by running the SQL script
$ORACLE_HOME/olap/admin/utlolaplog.sql
.
You can create a new BuildResult
and then pass the
BuildResult
to a DataProvider.executeBuild
method.
The analytic workspace generates the identification number for the
build process and stores it in the BuildResult
.
Constructor Summary | |
---|---|
BuildResult()
Creates a new BuildResult object. |
Method Summary | |
---|---|
int |
getBuildID()
Gets the number that identifies a build process in the CUBE_BUILD_LOG table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildResult()
BuildResult
object.
Method Detail |
---|
public final int getBuildID()
CUBE_BUILD_LOG
table.
CUBE_BUILD_LOG
table.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |