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.JobUpdateSettings.java

License:Apache License

public void setBlockIfNoPulsesAfterMsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __BLOCKIFNOPULSESAFTERMS_ISSET_ID, value);
}

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

License:Apache License

public void setCreatedTimestampMsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __CREATEDTIMESTAMPMS_ISSET_ID, value);
}

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

License:Apache License

public void setLastModifiedTimestampMsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LASTMODIFIEDTIMESTAMPMS_ISSET_ID, value);
}

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

License:Apache License

public void setExtractIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __EXTRACT_ISSET_ID, value);
}

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

License:Apache License

public void setCacheIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __CACHE_ISSET_ID, value);
}

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

License:Apache License

public void setVersionIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __VERSION_ISSET_ID, value);
}

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

License:Apache License

public void setFirstIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __FIRST_ISSET_ID, value);
}

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

License:Apache License

public void setLastIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LAST_ISSET_ID, value);
}

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

License:Apache License

public void setNumCpusIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __NUMCPUS_ISSET_ID, value);
}

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

License:Apache License

public void setRamMbIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __RAMMB_ISSET_ID, value);
}