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.master.thrift.TableInfo.java

License:Apache License

public void setQueryRateIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __QUERYRATE_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TableInfo.java

License:Apache License

public void setQueryByteRateIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __QUERYBYTERATE_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TableInfo.java

License:Apache License

public void setScanRateIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SCANRATE_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TabletServerStatus.java

License:Apache License

public void setLastContactIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LASTCONTACT_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TabletServerStatus.java

License:Apache License

public void setOsLoadIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __OSLOAD_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TabletServerStatus.java

License:Apache License

public void setHoldTimeIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __HOLDTIME_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TabletServerStatus.java

License:Apache License

public void setLookupsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LOOKUPS_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TabletServerStatus.java

License:Apache License

public void setIndexCacheHitsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __INDEXCACHEHITS_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TabletServerStatus.java

License:Apache License

public void setIndexCacheRequestIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __INDEXCACHEREQUEST_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.master.thrift.TabletServerStatus.java

License:Apache License

public void setDataCacheHitsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __DATACACHEHITS_ISSET_ID, value);
}