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.experiment.ExperimentSummaryModel.java

License:Apache License

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

From source file:org.apache.airavata.model.experiment.UserConfigurationDataModel.java

License:Apache License

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

From source file:org.apache.airavata.model.experiment.UserConfigurationDataModel.java

License:Apache License

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

From source file:org.apache.airavata.model.experiment.UserConfigurationDataModel.java

License:Apache License

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

From source file:org.apache.airavata.model.experiment.UserConfigurationDataModel.java

License:Apache License

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

From source file:org.apache.airavata.model.experiment.UserConfigurationDataModel.java

License:Apache License

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

From source file:org.apache.airavata.model.process.ProcessModel.java

License:Apache License

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

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

License:Apache License

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

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

License:Apache License

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

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

License:Apache License

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