Example usage for org.apache.thrift EncodingUtils setBit

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

Introduction

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

Prototype

public static final long setBit(long v, int position, boolean value) 

Source Link

Usage

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

License:Apache License

public void setFinishedTaskCountIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __FINISHEDTASKCOUNT_ISSET_ID, value);
}

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

License:Apache License

public void setFailedTaskCountIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __FAILEDTASKCOUNT_ISSET_ID, value);
}

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

License:Apache License

public void setPendingTaskCountIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __PENDINGTASKCOUNT_ISSET_ID, value);
}

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

License:Apache License

public void setNextCronRunMsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __NEXTCRONRUNMS_ISSET_ID, value);
}

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

License:Apache License

public void setUpdateGroupSizeIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __UPDATEGROUPSIZE_ISSET_ID, value);
}

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

License:Apache License

public void setMaxPerInstanceFailuresIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __MAXPERINSTANCEFAILURES_ISSET_ID, value);
}

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

License:Apache License

public void setMaxFailedInstancesIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __MAXFAILEDINSTANCES_ISSET_ID, value);
}

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

License:Apache License

public void setMinWaitInInstanceRunningMsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __MINWAITININSTANCERUNNINGMS_ISSET_ID, value);
}

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

License:Apache License

public void setRollbackOnFailureIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ROLLBACKONFAILURE_ISSET_ID, value);
}

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

License:Apache License

public void setWaitForBatchCompletionIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __WAITFORBATCHCOMPLETION_ISSET_ID, value);
}