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.model.scheduling.ComputationalResourceSchedulingModel.java

License:Apache License

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

From source file:org.apache.airavata.model.scheduling.ComputationalResourceSchedulingModel.java

License:Apache License

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

From source file:org.apache.airavata.model.status.ExperimentStatus.java

License:Apache License

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

From source file:org.apache.airavata.model.status.QueueStatusModel.java

License:Apache License

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

From source file:org.apache.airavata.model.status.QueueStatusModel.java

License:Apache License

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

From source file:org.apache.airavata.model.status.QueueStatusModel.java

License:Apache License

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

From source file:org.apache.airavata.model.task.DataStagingTaskModel.java

License:Apache License

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

From source file:org.apache.airavata.model.task.DataStagingTaskModel.java

License:Apache License

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

From source file:org.apache.airavata.model.task.JobSubmissionTaskModel.java

License:Apache License

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

From source file:org.apache.airavata.model.tenant.Tenant.java

License:Apache License

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