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.accumulo.core.tabletserver.thrift.ActionStats.java

License:Apache License

public void setNumIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __NUM_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActionStats.java

License:Apache License

public void setSumDevIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUMDEV_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActionStats.java

License:Apache License

public void setFailIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __FAIL_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActionStats.java

License:Apache License

public void setQueueTimeIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __QUEUETIME_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActionStats.java

License:Apache License

public void setQueueSumDevIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __QUEUESUMDEV_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction.java

License:Apache License

public void setAgeIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __AGE_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction.java

License:Apache License

public void setEntriesReadIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ENTRIESREAD_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction.java

License:Apache License

public void setEntriesWrittenIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ENTRIESWRITTEN_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActiveScan.java

License:Apache License

public void setIdleTimeIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __IDLETIME_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.tabletserver.thrift.ActiveScan.java

License:Apache License

public void setScanIdIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SCANID_ISSET_ID, value);
}