Example usage for org.apache.thrift EncodingUtils testBit

List of usage examples for org.apache.thrift EncodingUtils testBit

Introduction

In this page you can find the example usage for org.apache.thrift EncodingUtils testBit.

Prototype

public static final boolean testBit(long v, int position) 

Source Link

Usage

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobStats.java

License:Apache License

/** Returns true if field finishedTaskCount is set (has been assigned a value) and false otherwise */
public boolean isSetFinishedTaskCount() {
    return EncodingUtils.testBit(__isset_bitfield, __FINISHEDTASKCOUNT_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobStats.java

License:Apache License

/** Returns true if field failedTaskCount is set (has been assigned a value) and false otherwise */
public boolean isSetFailedTaskCount() {
    return EncodingUtils.testBit(__isset_bitfield, __FAILEDTASKCOUNT_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobStats.java

License:Apache License

/** Returns true if field pendingTaskCount is set (has been assigned a value) and false otherwise */
public boolean isSetPendingTaskCount() {
    return EncodingUtils.testBit(__isset_bitfield, __PENDINGTASKCOUNT_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobSummary.java

License:Apache License

/** Returns true if field nextCronRunMs is set (has been assigned a value) and false otherwise */
public boolean isSetNextCronRunMs() {
    return EncodingUtils.testBit(__isset_bitfield, __NEXTCRONRUNMS_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobUpdateSettings.java

License:Apache License

/** Returns true if field updateGroupSize is set (has been assigned a value) and false otherwise */
public boolean isSetUpdateGroupSize() {
    return EncodingUtils.testBit(__isset_bitfield, __UPDATEGROUPSIZE_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobUpdateSettings.java

License:Apache License

/** Returns true if field maxPerInstanceFailures is set (has been assigned a value) and false otherwise */
public boolean isSetMaxPerInstanceFailures() {
    return EncodingUtils.testBit(__isset_bitfield, __MAXPERINSTANCEFAILURES_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobUpdateSettings.java

License:Apache License

/** Returns true if field maxFailedInstances is set (has been assigned a value) and false otherwise */
public boolean isSetMaxFailedInstances() {
    return EncodingUtils.testBit(__isset_bitfield, __MAXFAILEDINSTANCES_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobUpdateSettings.java

License:Apache License

/** Returns true if field minWaitInInstanceRunningMs is set (has been assigned a value) and false otherwise */
public boolean isSetMinWaitInInstanceRunningMs() {
    return EncodingUtils.testBit(__isset_bitfield, __MINWAITININSTANCERUNNINGMS_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobUpdateSettings.java

License:Apache License

/** Returns true if field rollbackOnFailure is set (has been assigned a value) and false otherwise */
public boolean isSetRollbackOnFailure() {
    return EncodingUtils.testBit(__isset_bitfield, __ROLLBACKONFAILURE_ISSET_ID);
}

From source file:org.apache.airavata.cloud.aurora.client.sdk.JobUpdateSettings.java

License:Apache License

/** Returns true if field waitForBatchCompletion is set (has been assigned a value) and false otherwise */
public boolean isSetWaitForBatchCompletion() {
    return EncodingUtils.testBit(__isset_bitfield, __WAITFORBATCHCOMPLETION_ISSET_ID);
}