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:ezbake.services.deploy.thrift.WebAppInfo.java

License:Apache License

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

From source file:ezbake.services.deploy.thrift.WebAppInfo.java

License:Apache License

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

From source file:ezbake.services.provenance.thrift.AccumuloContinuationPoint.java

License:Apache License

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

From source file:ezbake.services.provenance.thrift.AddDocumentResult.java

License:Apache License

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

From source file:ezbake.services.provenance.thrift.AgeOffInitiationResult.java

License:Apache License

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

From source file:ezbake.services.provenance.thrift.AgeOffMapping.java

License:Apache License

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

From source file:ezbake.services.provenance.thrift.AgeOffRule.java

License:Apache License

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

From source file:ezbake.services.provenance.thrift.AgeOffRule.java

License:Apache License

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

From source file:ezbake.services.provenance.thrift.DocumentAgeOffInfo.java

License:Apache License

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

From source file:ezbake.services.provenance.thrift.DocumentAgeOffInfo.java

License:Apache License

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