ProxyCmdInitiateBackup Class Reference

#include <FemGeneratedClasses.h>

Inheritance diagram for ProxyCmdInitiateBackup:

JniProxy ProxyDatabaseCmd ProxyCsnHandleReturningCmd JniProxy ProxyCmd JniProxy JniProxy List of all members.

Public Member Functions

std::string getBackupPathname ()
bool isCheckSpaceRequirements ()
std::string getCompressionProgram ()
int64_t getLowerBoundCsn ()
int64_t getResultDataDeviceSize ()
void setResultDataDeviceSize (const int64_t &valueRef)
void clearResultDataDeviceSize ()
int64_t getSpacePadding ()
void init (JniEnvRef pEnv, jobject jObject)
 Initializes this proxy.
std::string getInterfaceName ()
 
Returns:
name of the Java interface implemented by this proxy

SharedProxyDbHandle getDbHandle ()
SharedProxyCsnHandle getResultHandle ()

Public Attributes

JniEnvRef pEnv
 The JniEnvRef for the thread in which this proxy operates.
jobject jObject
 The Java object being proxied.

Static Public Attributes

static jmethodID meth_getBackupPathname
static jmethodID meth_isCheckSpaceRequirements
static jmethodID meth_getCompressionProgram
static jmethodID meth_getLowerBoundCsn
static jmethodID meth_getResultDataDeviceSize
static jmethodID meth_setResultDataDeviceSize
static jmethodID meth_getSpacePadding
static jmethodID meth_getDbHandle
static jmethodID meth_getResultHandle

Protected Member Functions

std::string constructString (jobject jStringObj)
jstring constructJavaString (const std::string &stringObj)
int32_t int32Value (jobject jIntegerObj)
jobject constructJavaInteger (const int32_t &value)
int64_t int64Value (jobject jLongObj)
jobject constructJavaLong (const int64_t &value)
int16_t int16Value (jobject jShortObj)
jobject constructJavaShort (const int16_t &value)
double doubleValue (jobject jDoubleObj)
jobject constructJavaDouble (const double &value)
float floatValue (jobject jFloatObj)
jobject constructJavaFloat (const float &value)
bool boolValue (jobject jBooleanObj)
jobject constructJavaBoolean (const bool &value)

Detailed Description

Definition at line 634 of file FemGeneratedClasses.h.


Member Function Documentation

std::string ProxyCmdInitiateBackup::getBackupPathname (  ) 

Definition at line 960 of file FemGeneratedMethods.h.

References JniProxy::constructString(), JniProxy::jObject, meth_getBackupPathname, and JniProxy::pEnv.

Referenced by CmdInterpreter::visit().

00961 {
00962 return constructString(pEnv->CallObjectMethod(jObject,meth_getBackupPathname));
00963 }

bool ProxyCmdInitiateBackup::isCheckSpaceRequirements (  ) 

Definition at line 965 of file FemGeneratedMethods.h.

References JniProxy::jObject, meth_isCheckSpaceRequirements, and JniProxy::pEnv.

Referenced by CmdInterpreter::visit().

00966 {
00967 return pEnv->CallBooleanMethod(jObject,meth_isCheckSpaceRequirements);
00968 }

std::string ProxyCmdInitiateBackup::getCompressionProgram (  ) 

Definition at line 970 of file FemGeneratedMethods.h.

References JniProxy::constructString(), JniProxy::jObject, meth_getCompressionProgram, and JniProxy::pEnv.

Referenced by CmdInterpreter::visit().

00971 {
00972 return constructString(pEnv->CallObjectMethod(jObject,meth_getCompressionProgram));
00973 }

int64_t ProxyCmdInitiateBackup::getLowerBoundCsn (  ) 

Definition at line 975 of file FemGeneratedMethods.h.

References JniProxy::jObject, meth_getLowerBoundCsn, and JniProxy::pEnv.

Referenced by CmdInterpreter::visit().

00976 {
00977 return pEnv->CallLongMethod(jObject,meth_getLowerBoundCsn);
00978 }

int64_t ProxyCmdInitiateBackup::getResultDataDeviceSize (  ) 

Definition at line 980 of file FemGeneratedMethods.h.

References JniProxy::int64Value(), JniProxy::jObject, meth_getResultDataDeviceSize, and JniProxy::pEnv.

00981 {
00982 return int64Value(pEnv->CallObjectMethod(jObject,meth_getResultDataDeviceSize));
00983 }

void ProxyCmdInitiateBackup::setResultDataDeviceSize ( const int64_t valueRef  ) 

Definition at line 985 of file FemGeneratedMethods.h.

References JniProxy::constructJavaLong(), JniProxy::jObject, meth_setResultDataDeviceSize, and JniProxy::pEnv.

Referenced by CmdInterpreter::visit().

00986 {
00987 pEnv->CallVoidMethod(jObject,meth_setResultDataDeviceSize,constructJavaLong(valueRef));
00988 }

void ProxyCmdInitiateBackup::clearResultDataDeviceSize (  ) 

Definition at line 989 of file FemGeneratedMethods.h.

References JniProxy::jObject, meth_setResultDataDeviceSize, and JniProxy::pEnv.

00990 {
00991 pEnv->CallVoidMethod(jObject,meth_setResultDataDeviceSize,NULL);
00992 }

int64_t ProxyCmdInitiateBackup::getSpacePadding (  ) 

Definition at line 994 of file FemGeneratedMethods.h.

References JniProxy::jObject, meth_getSpacePadding, and JniProxy::pEnv.

Referenced by CmdInterpreter::visit().

00995 {
00996 return pEnv->CallLongMethod(jObject,meth_getSpacePadding);
00997 }

std::string JniProxy::constructString ( jobject  jStringObj  )  [inline, protected, inherited]

Definition at line 50 of file JniProxy.h.

References JniUtil::toStdString().

Referenced by ProxyWindowPartitionDef::getAddProgram(), ProxyCmdRestoreFromBackup::getBackupPathname(), getBackupPathname(), ProxyFlatFileTupleStreamDef::getCalcProgram(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), getCompressionProgram(), ProxyGenericStreamDef::getContent(), ProxyFlatFileTupleStreamDef::getDataFilePath(), ProxySortingStreamDef::getDistinctness(), ProxyIndexWriterDef::getDistinctness(), ProxyIndexLoaderDef::getDistinctness(), ProxyWindowPartitionDef::getDropProgram(), ProxyFlatFileTupleStreamDef::getErrorFilePath(), ProxyFlatFileTupleStreamDef::getEscapeCharacter(), ProxyFlatFileTupleStreamDef::getFieldDelimiter(), ProxyAggInvocation::getFunction(), ProxyWindowPartitionDef::getInitializeProgram(), ProxyJavaTransformStreamDef::getJavaClassName(), ProxyExecutionStreamDef::getName(), ProxyDatabaseParam::getName(), ProxyColumnName::getName(), ProxyWindowStreamDef::getOutputProgram(), ProxyCalcTupleStreamDef::getProgram(), ProxyFlatFileTupleStreamDef::getQuoteCharacter(), ProxyWindowDef::getRange(), ProxyJavaTransformStreamDef::getReserved(), ProxyBarrierStreamDef::getReturnMode(), ProxyFlatFileTupleStreamDef::getRowDelimiter(), ProxyLcsRowScanStreamDef::getSamplingMode(), ProxyCmdCreateStreamHandle::getStreamName(), ProxyFlatFileTupleStreamDef::getSubstituteCharacter(), ProxyValuesStreamDef::getTupleBytesBase64(), ProxyReshapeStreamDef::getTupleCompareBytesBase64(), ProxyGenericStreamDef::getType(), and ProxyDatabaseParam::getValue().

00051     {
00052         jstring jString = reinterpret_cast<jstring>(jStringObj);
00053         return JniUtil::toStdString(pEnv,jString);
00054     }

jstring JniProxy::constructJavaString ( const std::string &  stringObj  )  [inline, protected, inherited]

Definition at line 57 of file JniProxy.h.

00058     {
00059         return pEnv->NewStringUTF(stringObj.c_str());
00060     }

int32_t JniProxy::int32Value ( jobject  jIntegerObj  )  [inline, protected, inherited]

Definition at line 62 of file JniProxy.h.

References JniUtil::methIntValue.

00063     {
00064         return pEnv->CallIntMethod(jIntegerObj, JniUtil::methIntValue);
00065     }

jobject JniProxy::constructJavaInteger ( const int32_t value  )  [inline, protected, inherited]

Definition at line 67 of file JniProxy.h.

References JniUtil::classInteger, and JniUtil::methIntegerValueOf.

00068     {
00069         return pEnv->CallStaticObjectMethod(
00070             JniUtil::classInteger,
00071             JniUtil::methIntegerValueOf,
00072             static_cast<jint>(value));
00073     }

int64_t JniProxy::int64Value ( jobject  jLongObj  )  [inline, protected, inherited]

Definition at line 75 of file JniProxy.h.

References JniUtil::methLongValue.

Referenced by getResultDataDeviceSize(), ProxyCmdVerifyIndex::getResultPageCount(), and ProxyCmdVerifyIndex::getResultUniqueKeyCount().

00076     {
00077         return pEnv->CallLongMethod(jLongObj, JniUtil::methLongValue);
00078     }

jobject JniProxy::constructJavaLong ( const int64_t value  )  [inline, protected, inherited]

Definition at line 80 of file JniProxy.h.

References JniUtil::classLong, and JniUtil::methLongValueOf.

Referenced by setResultDataDeviceSize(), ProxyCmdVerifyIndex::setResultPageCount(), and ProxyCmdVerifyIndex::setResultUniqueKeyCount().

00081     {
00082         return pEnv->CallStaticObjectMethod(
00083             JniUtil::classLong,
00084             JniUtil::methLongValueOf,
00085             static_cast<jlong>(value));
00086     }

int16_t JniProxy::int16Value ( jobject  jShortObj  )  [inline, protected, inherited]

Definition at line 88 of file JniProxy.h.

References JniUtil::methShortValue.

00089     {
00090         return pEnv->CallShortMethod(jShortObj, JniUtil::methShortValue);
00091     }

jobject JniProxy::constructJavaShort ( const int16_t value  )  [inline, protected, inherited]

Definition at line 93 of file JniProxy.h.

References JniUtil::classShort, and JniUtil::methShortValueOf.

00094     {
00095         return pEnv->CallStaticObjectMethod(
00096             JniUtil::classShort,
00097             JniUtil::methShortValueOf,
00098             static_cast<jshort>(value));
00099     }

double JniProxy::doubleValue ( jobject  jDoubleObj  )  [inline, protected, inherited]

Definition at line 101 of file JniProxy.h.

References JniUtil::methDoubleValue.

00102     {
00103         return pEnv->CallDoubleMethod(jDoubleObj, JniUtil::methDoubleValue);
00104     }

jobject JniProxy::constructJavaDouble ( const double &  value  )  [inline, protected, inherited]

Definition at line 106 of file JniProxy.h.

References JniUtil::classDouble, and JniUtil::methDoubleValueOf.

00107     {
00108         return pEnv->CallStaticObjectMethod(
00109             JniUtil::classDouble,
00110             JniUtil::methDoubleValueOf,
00111             static_cast<jdouble>(value));
00112     }

float JniProxy::floatValue ( jobject  jFloatObj  )  [inline, protected, inherited]

Definition at line 114 of file JniProxy.h.

References JniUtil::methFloatValue.

00115     {
00116         return pEnv->CallFloatMethod(jFloatObj, JniUtil::methFloatValue);
00117     }

jobject JniProxy::constructJavaFloat ( const float &  value  )  [inline, protected, inherited]

Definition at line 119 of file JniProxy.h.

References JniUtil::classFloat, and JniUtil::methFloatValueOf.

00120     {
00121         return pEnv->CallStaticObjectMethod(
00122             JniUtil::classFloat,
00123             JniUtil::methFloatValueOf,
00124             static_cast<jfloat>(value));
00125     }

bool JniProxy::boolValue ( jobject  jBooleanObj  )  [inline, protected, inherited]

Definition at line 127 of file JniProxy.h.

References JniUtil::methBooleanValue.

Referenced by ProxyCmdOpenDatabase::isResultRecoveryRequired().

00128     {
00129         return pEnv->CallBooleanMethod(jBooleanObj, JniUtil::methBooleanValue);
00130     }

jobject JniProxy::constructJavaBoolean ( const bool &  value  )  [inline, protected, inherited]

Definition at line 132 of file JniProxy.h.

References JniUtil::classBoolean, and JniUtil::methBooleanValueOf.

Referenced by ProxyCmdOpenDatabase::setResultRecoveryRequired().

00133     {
00134         return pEnv->CallStaticObjectMethod(
00135             JniUtil::classBoolean,
00136             JniUtil::methBooleanValueOf,
00137             static_cast<jboolean>(value));
00138     }

void JniProxy::init ( JniEnvRef  pEnv,
jobject  jObject 
) [inherited]

Initializes this proxy.

Parameters:
pEnv the JniEnvRef in which this proxy will operate
jObject the Java object to be proxied

Definition at line 40 of file JniProxy.cpp.

References JniProxy::jObject, and JniProxy::pEnv.

Referenced by Java_net_sf_farrago_fennel_FennelStorage_getAccessorXmiForTupleDescriptor().

00041 {
00042     pEnv = pEnvInit;
00043     jObject = jObjectInit;
00044 }

std::string JniProxy::getInterfaceName (  )  [inline, inherited]

Returns:
name of the Java interface implemented by this proxy

Definition at line 167 of file JniProxy.h.

References JniUtil::getFirstPublicInterfaceName().

Referenced by JniProxyVisitTableBase::accept().

00168     {
00169         jclass jClass = pEnv->GetObjectClass(jObject);
00170         return JniUtil::getFirstPublicInterfaceName(jClass);
00171     }

SharedProxyDbHandle ProxyDatabaseCmd::getDbHandle (  )  [inherited]

Definition at line 1204 of file FemGeneratedMethods.h.

References JniProxy::jObject, ProxyDatabaseCmd::meth_getDbHandle, and JniProxy::pEnv.

Referenced by CmdInterpreter::beginTxn(), and CmdInterpreter::visit().

01205 {
01206 SharedProxyDbHandle p;
01207 p->pEnv = pEnv;
01208 p->jObject = pEnv->CallObjectMethod(jObject,meth_getDbHandle);
01209 if (!p->jObject) p.reset();
01210 return p;
01211 }

SharedProxyCsnHandle ProxyCsnHandleReturningCmd::getResultHandle (  )  [inherited]

Definition at line 1195 of file FemGeneratedMethods.h.

References JniProxy::jObject, ProxyCsnHandleReturningCmd::meth_getResultHandle, and JniProxy::pEnv.

Referenced by CmdInterpreter::visit().

01196 {
01197 SharedProxyCsnHandle p;
01198 p->pEnv = pEnv;
01199 p->jObject = pEnv->CallObjectMethod(jObject,meth_getResultHandle);
01200 if (!p->jObject) p.reset();
01201 return p;
01202 }


Member Data Documentation

jmethodID ProxyCmdInitiateBackup::meth_getBackupPathname [static]

Definition at line 639 of file FemGeneratedClasses.h.

Referenced by getBackupPathname(), and staticInitFem().

jmethodID ProxyCmdInitiateBackup::meth_isCheckSpaceRequirements [static]

Definition at line 641 of file FemGeneratedClasses.h.

Referenced by isCheckSpaceRequirements(), and staticInitFem().

jmethodID ProxyCmdInitiateBackup::meth_getCompressionProgram [static]

Definition at line 643 of file FemGeneratedClasses.h.

Referenced by getCompressionProgram(), and staticInitFem().

jmethodID ProxyCmdInitiateBackup::meth_getLowerBoundCsn [static]

Definition at line 645 of file FemGeneratedClasses.h.

Referenced by getLowerBoundCsn(), and staticInitFem().

jmethodID ProxyCmdInitiateBackup::meth_getResultDataDeviceSize [static]

Definition at line 647 of file FemGeneratedClasses.h.

Referenced by getResultDataDeviceSize(), and staticInitFem().

jmethodID ProxyCmdInitiateBackup::meth_setResultDataDeviceSize [static]

Definition at line 650 of file FemGeneratedClasses.h.

Referenced by clearResultDataDeviceSize(), setResultDataDeviceSize(), and staticInitFem().

jmethodID ProxyCmdInitiateBackup::meth_getSpacePadding [static]

Definition at line 652 of file FemGeneratedClasses.h.

Referenced by getSpacePadding(), and staticInitFem().

JniEnvRef JniProxy::pEnv [inherited]

The JniEnvRef for the thread in which this proxy operates.

Definition at line 144 of file JniProxy.h.

Referenced by clearResultDataDeviceSize(), ProxyCmdVerifyIndex::clearResultPageCount(), ProxyCmdOpenDatabase::clearResultRecoveryRequired(), ProxyCmdVerifyIndex::clearResultUniqueKeyCount(), JniProxyVisitTable< Visitor >::VisitorMethodImpl< ProxyImpl >::execute(), ProxyWindowPartitionDef::getAddProgram(), ProxyAggStreamDef::getAggInvocation(), ProxyAggInvocation::getAggStreamDef(), ProxyTupleAccessor::getAttrAccessor(), ProxyTupleDescriptor::getAttrDescriptor(), ProxyTupleAttrProjection::getAttributeIndex(), ProxyTupleProjection::getAttrProjection(), ProxyCmdRestoreFromBackup::getBackupPathname(), getBackupPathname(), ProxyDynamicParameter::getBarrier(), ProxyTupleAccessor::getBitFieldOffset(), ProxyTupleAttrAccessor::getBitValueIndex(), ProxyWindowPartitionDef::getBucketDesc(), ProxyTupleAttrDescriptor::getByteLength(), ProxyFlatFileTupleStreamDef::getCalcProgram(), ProxyLcsClusterAppendStreamDef::getClusterColProj(), ProxyLcsRowScanStreamDef::getClusterScan(), ProxyLcsClusterScanDef::getClusterTupleDesc(), ProxyLhxJoinStreamDef::getCndBuildKeys(), ProxyLhxAggStreamDef::getCndGroupByKeys(), ProxyFlatFileTupleStreamDef::getCodePage(), ProxyFlatFileTupleStreamDef::getColumn(), ProxyReshapeParameter::getCompareOffset(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), getCompressionProgram(), ProxyExecStreamDataFlow::getConsumer(), ProxyLbmUnionStreamDef::getConsumerSridParamId(), ProxyGenericStreamDef::getContent(), ProxyCorrelationJoinStreamDef::getCorrelations(), ProxyCmdBeginTxnWithCsn::getCsnHandle(), ProxyFlatFileTupleStreamDef::getDataFilePath(), ProxyDatabaseCmd::getDbHandle(), ProxyCmdPrepareExecutionStreamGraph::getDegreeOfParallelism(), ProxySortingStreamDef::getDescendingProj(), ProxySortingStreamDef::getDistinctness(), ProxyIndexWriterDef::getDistinctness(), ProxyIndexLoaderDef::getDistinctness(), ProxyWindowPartitionDef::getDropProgram(), ProxyBarrierStreamDef::getDynamicParameter(), ProxyReshapeParameter::getDynamicParamId(), ProxyDynamicParamUse::getDynamicParamId(), ProxyExecutionStreamDef::getDynamicParamUse(), ProxyTupleAttrAccessor::getEndIndirectOffset(), ProxyFlatFileTupleStreamDef::getErrorFilePath(), ProxyFlatFileTupleStreamDef::getEscapeCharacter(), ProxySortingStreamDef::getEstimatedNumRows(), ProxyDynamicParamUse::getExecutionStreamDef(), ProxyFlatFileTupleStreamDef::getFieldDelimiter(), ProxyCmdRestoreFromBackup::getFileSize(), ProxyLhxJoinStreamDef::getFilterNullProj(), ProxyTupleAttrAccessor::getFixedOffset(), ProxyColumnName::getFlatFile(), ProxyAggInvocation::getFunction(), ProxyAggStreamDef::getGroupingPrefixSize(), ProxyCorrelation::getId(), ProxyLbmSplicerStreamDef::getIndexAccessor(), ProxyIndexCmd::getIndexId(), ProxyIndexAccessorDef::getIndexId(), ProxyCorrelation::getIndexSearch(), ProxyTableWriterDef::getIndexWriter(), ProxyWindowPartitionDef::getInitializeProgram(), ProxyAggInvocation::getInputAttributeIndex(), ProxyReshapeStreamDef::getInputCompareProjection(), ProxyIndexSearchDef::getInputDirectiveProj(), ProxyExecutionStreamDef::getInputFlow(), ProxyIndexSearchDef::getInputJoinProj(), ProxyIndexSearchDef::getInputKeyProj(), ProxyWindowStreamDef::getInputOrderKeyList(), ProxyIndexWriterDef::getInputProj(), ProxyLbmSplicerStreamDef::getInsertRowCountParamId(), ProxyLbmGeneratorStreamDef::getInsertRowCountParamId(), ProxyJavaTransformStreamDef::getJavaClassName(), ProxyKeyAccessorDef::getKeyProj(), ProxyIndexCmd::getKeyProj(), ProxyIndexCmd::getLeafPageIdProj(), ProxyNestedLoopJoinStreamDef::getLeftJoinKey(), ProxyLhxJoinStreamDef::getLeftKeyProj(), ProxyHandle::getLongHandle(), ProxyCmdRestoreFromBackup::getLowerBoundCsn(), getLowerBoundCsn(), ProxyCmdCompleteBackup::getLowerBoundCsn(), ProxyTupleAccessor::getMinByteLength(), ProxyExecutionStreamDef::getName(), ProxyDatabaseParam::getName(), ProxyColumnName::getName(), ProxyCorrelation::getNestedLoopJoin(), ProxyCmdVersionIndexRoot::getNewRootPageId(), ProxyTupleAttrAccessor::getNullBitIndex(), ProxyLhxJoinStreamDef::getNumBuildRows(), ProxyLhxAggStreamDef::getNumRows(), ProxyFlatFileTupleStreamDef::getNumRowsScan(), ProxyWindowDef::getOffset(), ProxyCorrelation::getOffset(), ProxyCmdAlterSystemDeallocate::getOldestLabelCsn(), ProxyCmdVersionIndexRoot::getOldRootPageId(), ProxyWindowDef::getOrderKeyList(), ProxyExecutionStreamDef::getOutputDesc(), ProxyExecutionStreamDef::getOutputFlow(), ProxyWindowStreamDef::getOutputProgram(), ProxyLcsRowScanStreamDef::getOutputProj(), ProxyIndexScanDef::getOutputProj(), ProxyReshapeStreamDef::getOutputProjection(), ProxyCmdSetParam::getParam(), ProxyDynamicParameter::getParameterId(), ProxyCmdOpenDatabase::getParams(), ProxyWindowDef::getPartition(), ProxyWindowPartitionDef::getPartitionKeyList(), ProxyExecStreamDataFlow::getProducer(), ProxyCalcTupleStreamDef::getProgram(), ProxyFlatFileTupleStreamDef::getQuoteCharacter(), ProxyWindowDef::getRange(), ProxyMultiUseBufferingStreamDef::getReaderRefCountParamId(), ProxyBernoulliSamplingStreamDef::getRepeatableSeed(), ProxyJavaTransformStreamDef::getReserved(), ProxyReshapeParameter::getReshape(), ProxyReshapeStreamDef::getReshapeParameter(), ProxyLcsRowScanStreamDef::getResidualFilterColumns(), getResultDataDeviceSize(), ProxyCsnHandleReturningCmd::getResultHandle(), ProxyCmdSavepoint::getResultHandle(), ProxyCmdOpenDatabase::getResultHandle(), ProxyCmdCreateStreamHandle::getResultHandle(), ProxyCmdCreateExecutionStreamGraph::getResultHandle(), ProxyBeginTxnCmd::getResultHandle(), ProxyCmdVerifyIndex::getResultPageCount(), ProxyCmdVerifyIndex::getResultUniqueKeyCount(), ProxyBarrierStreamDef::getReturnMode(), ProxyLbmUnionStreamDef::getRidLimitParamId(), ProxyLbmChopperStreamDef::getRidLimitParamId(), ProxyLhxJoinStreamDef::getRightKeyProj(), ProxyIndexAccessorDef::getRootPageId(), ProxyIndexAccessCmd::getRootPageId(), ProxyIndexAccessorDef::getRootPageIdParamId(), ProxyMockTupleStreamDef::getRowCount(), ProxyFlatFileTupleStreamDef::getRowDelimiter(), ProxyLbmSearchStreamDef::getRowLimitParamId(), ProxyLbmBitOpStreamDef::getRowLimitParamId(), ProxyLcsClusterScanDef::getRowScan(), ProxyLcsRowScanStreamDef::getSamplingClumps(), ProxyLcsRowScanStreamDef::getSamplingMode(), ProxyLcsRowScanStreamDef::getSamplingRate(), ProxyBernoulliSamplingStreamDef::getSamplingRate(), ProxyLcsRowScanStreamDef::getSamplingRepeatableSeed(), ProxyLcsRowScanStreamDef::getSamplingRowCount(), ProxyIndexSearchDef::getSearchKeyParameter(), ProxyIndexCmd::getSegmentId(), ProxyIndexAccessorDef::getSegmentId(), ProxyLbmUnionStreamDef::getSegmentLimitParamId(), getSpacePadding(), ProxySplicerIndexAccessorDef::getSplicer(), ProxyLbmSearchStreamDef::getStartRidParamId(), ProxyLbmBitOpStreamDef::getStartRidParamId(), ProxyCmdPrepareExecutionStreamGraph::getStreamDefs(), ProxyTupleStreamGraphCmd::getStreamGraphHandle(), ProxyJavaTransformStreamDef::getStreamId(), ProxyJavaSinkStreamDef::getStreamId(), ProxyCmdCreateStreamHandle::getStreamName(), ProxyFlatFileTupleStreamDef::getSubstituteCharacter(), ProxyEndTxnCmd::getSvptHandle(), ProxyIndexWriterDef::getTableWriter(), ProxyValuesStreamDef::getTupleBytesBase64(), ProxyReshapeStreamDef::getTupleCompareBytesBase64(), ProxyIndexCmd::getTupleDesc(), ProxyIndexAccessorDef::getTupleDesc(), ProxyTxnCmd::getTxnHandle(), ProxyGenericStreamDef::getType(), ProxyTupleAttrDescriptor::getTypeOrdinal(), ProxyTableUpdaterDef::getUpdateProj(), ProxyCmdRestoreFromBackup::getUpperBoundCsn(), ProxyCmdCompleteBackup::getUpperBoundCsn(), ProxyDatabaseParam::getValue(), ProxyWindowStreamDef::getWindow(), ProxyWindowPartitionDef::getWindow(), ProxyWindowDef::getWindowStream(), ProxyLbmSplicerStreamDef::getWriteRowCountParamId(), JniProxy::init(), ProxyCmdCheckpoint::isAsync(), isCheckSpaceRequirements(), ProxyCmdOpenDatabase::isCreateDatabase(), ProxyLbmGeneratorStreamDef::isCreateIndex(), ProxyLbmSplicerStreamDef::isCreateNewIndex(), ProxySortingStreamDef::isEarlyClose(), ProxyCmdVerifyIndex::isEstimate(), ProxyWindowStreamDef::isFilter(), ProxyCalcTupleStreamDef::isFilter(), ProxyLcsRowScanStreamDef::isFullScan(), ProxyCmdCheckpoint::isFuzzy(), ProxyLcsRowScanStreamDef::isHasExtraFilter(), ProxyFlatFileTupleStreamDef::isHasHeader(), ProxyExecStreamDataFlow::isImplicit(), ProxyCmdVerifyIndex::isIncludeTuples(), ProxyBufferingTupleStreamDef::isInMemory(), ProxyCmdCreateStreamHandle::isInput(), ProxyLhxJoinStreamDef::isLeftInner(), ProxyLhxJoinStreamDef::isLeftOuter(), ProxyCartesianProductStreamDef::isLeftOuter(), ProxyFlatFileTupleStreamDef::isLenient(), ProxyFlatFileTupleStreamDef::isMapped(), ProxyIndexLoaderDef::isMonotonic(), ProxyBufferingTupleStreamDef::isMultipass(), ProxyTupleAttrDescriptor::isNullable(), ProxyIndexSearchDef::isOuterJoin(), ProxyReshapeParameter::isOutputParam(), ProxyWindowDef::isPhysical(), ProxyIndexSearchDef::isPrefetch(), ProxyMergeStreamDef::isPrePullInputs(), ProxyDynamicParamUse::isRead(), ProxyCmdBeginTxn::isReadOnly(), ProxyIndexAccessorDef::isReadOnlyCommittedData(), ProxyBernoulliSamplingStreamDef::isRepeatable(), ProxyCmdOpenDatabase::isResultRecoveryRequired(), ProxyLhxJoinStreamDef::isRightInner(), ProxyLhxJoinStreamDef::isRightOuter(), ProxyLcsRowScanStreamDef::isSamplingRepeatable(), ProxyMergeStreamDef::isSequential(), ProxyLhxJoinStreamDef::isSetopAll(), ProxyLhxJoinStreamDef::isSetopDistinct(), ProxyFlatFileTupleStreamDef::isTranslationRecovery(), ProxyFlatFileTupleStreamDef::isTrim(), ProxyIndexSearchDef::isUniqueKey(), ProxyIndexWriterDef::isUpdateInPlace(), setResultDataDeviceSize(), ProxyCmdVerifyIndex::setResultPageCount(), ProxyCmdOpenDatabase::setResultRecoveryRequired(), ProxyCmdVerifyIndex::setResultUniqueKeyCount(), and ExecStreamFactory::visit().

jobject JniProxy::jObject [inherited]

The Java object being proxied.

Definition at line 149 of file JniProxy.h.

Referenced by clearResultDataDeviceSize(), ProxyCmdVerifyIndex::clearResultPageCount(), ProxyCmdOpenDatabase::clearResultRecoveryRequired(), ProxyCmdVerifyIndex::clearResultUniqueKeyCount(), JniProxyVisitTable< Visitor >::VisitorMethodImpl< ProxyImpl >::execute(), ProxyWindowPartitionDef::getAddProgram(), ProxyAggStreamDef::getAggInvocation(), ProxyAggInvocation::getAggStreamDef(), ProxyTupleAccessor::getAttrAccessor(), ProxyTupleDescriptor::getAttrDescriptor(), ProxyTupleAttrProjection::getAttributeIndex(), ProxyTupleProjection::getAttrProjection(), ProxyCmdRestoreFromBackup::getBackupPathname(), getBackupPathname(), ProxyDynamicParameter::getBarrier(), ProxyTupleAccessor::getBitFieldOffset(), ProxyTupleAttrAccessor::getBitValueIndex(), ProxyWindowPartitionDef::getBucketDesc(), ProxyTupleAttrDescriptor::getByteLength(), ProxyFlatFileTupleStreamDef::getCalcProgram(), ProxyLcsClusterAppendStreamDef::getClusterColProj(), ProxyLcsRowScanStreamDef::getClusterScan(), ProxyLcsClusterScanDef::getClusterTupleDesc(), ProxyLhxJoinStreamDef::getCndBuildKeys(), ProxyLhxAggStreamDef::getCndGroupByKeys(), ProxyFlatFileTupleStreamDef::getCodePage(), ProxyFlatFileTupleStreamDef::getColumn(), ProxyReshapeParameter::getCompareOffset(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), getCompressionProgram(), ProxyExecStreamDataFlow::getConsumer(), ProxyLbmUnionStreamDef::getConsumerSridParamId(), ProxyGenericStreamDef::getContent(), ProxyCorrelationJoinStreamDef::getCorrelations(), ProxyCmdBeginTxnWithCsn::getCsnHandle(), ProxyFlatFileTupleStreamDef::getDataFilePath(), ProxyDatabaseCmd::getDbHandle(), ProxyCmdPrepareExecutionStreamGraph::getDegreeOfParallelism(), ProxySortingStreamDef::getDescendingProj(), ProxySortingStreamDef::getDistinctness(), ProxyIndexWriterDef::getDistinctness(), ProxyIndexLoaderDef::getDistinctness(), ProxyWindowPartitionDef::getDropProgram(), ProxyBarrierStreamDef::getDynamicParameter(), ProxyReshapeParameter::getDynamicParamId(), ProxyDynamicParamUse::getDynamicParamId(), ProxyExecutionStreamDef::getDynamicParamUse(), ProxyTupleAttrAccessor::getEndIndirectOffset(), ProxyFlatFileTupleStreamDef::getErrorFilePath(), ProxyFlatFileTupleStreamDef::getEscapeCharacter(), ProxySortingStreamDef::getEstimatedNumRows(), ProxyDynamicParamUse::getExecutionStreamDef(), ProxyFlatFileTupleStreamDef::getFieldDelimiter(), ProxyCmdRestoreFromBackup::getFileSize(), ProxyLhxJoinStreamDef::getFilterNullProj(), ProxyTupleAttrAccessor::getFixedOffset(), ProxyColumnName::getFlatFile(), ProxyAggInvocation::getFunction(), ProxyAggStreamDef::getGroupingPrefixSize(), ProxyCorrelation::getId(), ProxyLbmSplicerStreamDef::getIndexAccessor(), ProxyIndexCmd::getIndexId(), ProxyIndexAccessorDef::getIndexId(), ProxyCorrelation::getIndexSearch(), ProxyTableWriterDef::getIndexWriter(), ProxyWindowPartitionDef::getInitializeProgram(), ProxyAggInvocation::getInputAttributeIndex(), ProxyReshapeStreamDef::getInputCompareProjection(), ProxyIndexSearchDef::getInputDirectiveProj(), ProxyExecutionStreamDef::getInputFlow(), ProxyIndexSearchDef::getInputJoinProj(), ProxyIndexSearchDef::getInputKeyProj(), ProxyWindowStreamDef::getInputOrderKeyList(), ProxyIndexWriterDef::getInputProj(), ProxyLbmSplicerStreamDef::getInsertRowCountParamId(), ProxyLbmGeneratorStreamDef::getInsertRowCountParamId(), ProxyJavaTransformStreamDef::getJavaClassName(), ProxyKeyAccessorDef::getKeyProj(), ProxyIndexCmd::getKeyProj(), ProxyIndexCmd::getLeafPageIdProj(), ProxyNestedLoopJoinStreamDef::getLeftJoinKey(), ProxyLhxJoinStreamDef::getLeftKeyProj(), ProxyHandle::getLongHandle(), ProxyCmdRestoreFromBackup::getLowerBoundCsn(), getLowerBoundCsn(), ProxyCmdCompleteBackup::getLowerBoundCsn(), ProxyTupleAccessor::getMinByteLength(), ProxyExecutionStreamDef::getName(), ProxyDatabaseParam::getName(), ProxyColumnName::getName(), ProxyCorrelation::getNestedLoopJoin(), ProxyCmdVersionIndexRoot::getNewRootPageId(), ProxyTupleAttrAccessor::getNullBitIndex(), ProxyLhxJoinStreamDef::getNumBuildRows(), ProxyLhxAggStreamDef::getNumRows(), ProxyFlatFileTupleStreamDef::getNumRowsScan(), ProxyWindowDef::getOffset(), ProxyCorrelation::getOffset(), ProxyCmdAlterSystemDeallocate::getOldestLabelCsn(), ProxyCmdVersionIndexRoot::getOldRootPageId(), ProxyWindowDef::getOrderKeyList(), ProxyExecutionStreamDef::getOutputDesc(), ProxyExecutionStreamDef::getOutputFlow(), ProxyWindowStreamDef::getOutputProgram(), ProxyLcsRowScanStreamDef::getOutputProj(), ProxyIndexScanDef::getOutputProj(), ProxyReshapeStreamDef::getOutputProjection(), ProxyCmdSetParam::getParam(), ProxyDynamicParameter::getParameterId(), ProxyCmdOpenDatabase::getParams(), ProxyWindowDef::getPartition(), ProxyWindowPartitionDef::getPartitionKeyList(), ProxyExecStreamDataFlow::getProducer(), ProxyCalcTupleStreamDef::getProgram(), ProxyFlatFileTupleStreamDef::getQuoteCharacter(), ProxyWindowDef::getRange(), ProxyMultiUseBufferingStreamDef::getReaderRefCountParamId(), ProxyBernoulliSamplingStreamDef::getRepeatableSeed(), ProxyJavaTransformStreamDef::getReserved(), ProxyReshapeParameter::getReshape(), ProxyReshapeStreamDef::getReshapeParameter(), ProxyLcsRowScanStreamDef::getResidualFilterColumns(), getResultDataDeviceSize(), ProxyCsnHandleReturningCmd::getResultHandle(), ProxyCmdSavepoint::getResultHandle(), ProxyCmdOpenDatabase::getResultHandle(), ProxyCmdCreateStreamHandle::getResultHandle(), ProxyCmdCreateExecutionStreamGraph::getResultHandle(), ProxyBeginTxnCmd::getResultHandle(), ProxyCmdVerifyIndex::getResultPageCount(), ProxyCmdVerifyIndex::getResultUniqueKeyCount(), ProxyBarrierStreamDef::getReturnMode(), ProxyLbmUnionStreamDef::getRidLimitParamId(), ProxyLbmChopperStreamDef::getRidLimitParamId(), ProxyLhxJoinStreamDef::getRightKeyProj(), ProxyIndexAccessorDef::getRootPageId(), ProxyIndexAccessCmd::getRootPageId(), ProxyIndexAccessorDef::getRootPageIdParamId(), ProxyMockTupleStreamDef::getRowCount(), ProxyFlatFileTupleStreamDef::getRowDelimiter(), ProxyLbmSearchStreamDef::getRowLimitParamId(), ProxyLbmBitOpStreamDef::getRowLimitParamId(), ProxyLcsClusterScanDef::getRowScan(), ProxyLcsRowScanStreamDef::getSamplingClumps(), ProxyLcsRowScanStreamDef::getSamplingMode(), ProxyLcsRowScanStreamDef::getSamplingRate(), ProxyBernoulliSamplingStreamDef::getSamplingRate(), ProxyLcsRowScanStreamDef::getSamplingRepeatableSeed(), ProxyLcsRowScanStreamDef::getSamplingRowCount(), ProxyIndexSearchDef::getSearchKeyParameter(), ProxyIndexCmd::getSegmentId(), ProxyIndexAccessorDef::getSegmentId(), ProxyLbmUnionStreamDef::getSegmentLimitParamId(), getSpacePadding(), ProxySplicerIndexAccessorDef::getSplicer(), ProxyLbmSearchStreamDef::getStartRidParamId(), ProxyLbmBitOpStreamDef::getStartRidParamId(), ProxyCmdPrepareExecutionStreamGraph::getStreamDefs(), ProxyTupleStreamGraphCmd::getStreamGraphHandle(), ProxyJavaTransformStreamDef::getStreamId(), ProxyJavaSinkStreamDef::getStreamId(), ProxyCmdCreateStreamHandle::getStreamName(), ProxyFlatFileTupleStreamDef::getSubstituteCharacter(), ProxyEndTxnCmd::getSvptHandle(), ProxyIndexWriterDef::getTableWriter(), ProxyValuesStreamDef::getTupleBytesBase64(), ProxyReshapeStreamDef::getTupleCompareBytesBase64(), ProxyIndexCmd::getTupleDesc(), ProxyIndexAccessorDef::getTupleDesc(), ProxyTxnCmd::getTxnHandle(), ProxyGenericStreamDef::getType(), ProxyTupleAttrDescriptor::getTypeOrdinal(), ProxyTableUpdaterDef::getUpdateProj(), ProxyCmdRestoreFromBackup::getUpperBoundCsn(), ProxyCmdCompleteBackup::getUpperBoundCsn(), ProxyDatabaseParam::getValue(), ProxyWindowStreamDef::getWindow(), ProxyWindowPartitionDef::getWindow(), ProxyWindowDef::getWindowStream(), ProxyLbmSplicerStreamDef::getWriteRowCountParamId(), JniProxy::init(), ProxyCmdCheckpoint::isAsync(), isCheckSpaceRequirements(), ProxyCmdOpenDatabase::isCreateDatabase(), ProxyLbmGeneratorStreamDef::isCreateIndex(), ProxyLbmSplicerStreamDef::isCreateNewIndex(), ProxySortingStreamDef::isEarlyClose(), ProxyCmdVerifyIndex::isEstimate(), ProxyWindowStreamDef::isFilter(), ProxyCalcTupleStreamDef::isFilter(), ProxyLcsRowScanStreamDef::isFullScan(), ProxyCmdCheckpoint::isFuzzy(), ProxyLcsRowScanStreamDef::isHasExtraFilter(), ProxyFlatFileTupleStreamDef::isHasHeader(), ProxyExecStreamDataFlow::isImplicit(), ProxyCmdVerifyIndex::isIncludeTuples(), ProxyBufferingTupleStreamDef::isInMemory(), ProxyCmdCreateStreamHandle::isInput(), ProxyLhxJoinStreamDef::isLeftInner(), ProxyLhxJoinStreamDef::isLeftOuter(), ProxyCartesianProductStreamDef::isLeftOuter(), ProxyFlatFileTupleStreamDef::isLenient(), ProxyFlatFileTupleStreamDef::isMapped(), ProxyIndexLoaderDef::isMonotonic(), ProxyBufferingTupleStreamDef::isMultipass(), ProxyTupleAttrDescriptor::isNullable(), ProxyIndexSearchDef::isOuterJoin(), ProxyReshapeParameter::isOutputParam(), ProxyWindowDef::isPhysical(), ProxyIndexSearchDef::isPrefetch(), ProxyMergeStreamDef::isPrePullInputs(), ProxyDynamicParamUse::isRead(), ProxyCmdBeginTxn::isReadOnly(), ProxyIndexAccessorDef::isReadOnlyCommittedData(), ProxyBernoulliSamplingStreamDef::isRepeatable(), ProxyCmdOpenDatabase::isResultRecoveryRequired(), ProxyLhxJoinStreamDef::isRightInner(), ProxyLhxJoinStreamDef::isRightOuter(), ProxyLcsRowScanStreamDef::isSamplingRepeatable(), ProxyMergeStreamDef::isSequential(), ProxyLhxJoinStreamDef::isSetopAll(), ProxyLhxJoinStreamDef::isSetopDistinct(), ProxyFlatFileTupleStreamDef::isTranslationRecovery(), ProxyFlatFileTupleStreamDef::isTrim(), ProxyIndexSearchDef::isUniqueKey(), ProxyIndexWriterDef::isUpdateInPlace(), JniProxy::JniProxy(), setResultDataDeviceSize(), ProxyCmdVerifyIndex::setResultPageCount(), ProxyCmdOpenDatabase::setResultRecoveryRequired(), ProxyCmdVerifyIndex::setResultUniqueKeyCount(), ExecStreamFactory::visit(), and JniProxy::~JniProxy().

jmethodID ProxyDatabaseCmd::meth_getDbHandle [static, inherited]

Definition at line 401 of file FemGeneratedClasses.h.

Referenced by ProxyDatabaseCmd::getDbHandle(), and staticInitFem().

jmethodID ProxyCsnHandleReturningCmd::meth_getResultHandle [static, inherited]

Definition at line 619 of file FemGeneratedClasses.h.

Referenced by ProxyCsnHandleReturningCmd::getResultHandle(), and staticInitFem().


The documentation for this class was generated from the following files:
Generated on Mon Jun 22 04:00:41 2009 for Fennel by  doxygen 1.5.1