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

License:Apache License

public void setQueuedIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __QUEUED_ISSET_ID, value);
}

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

License:Apache License

public void setLastStatusIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LASTSTATUS_ISSET_ID, value);
}

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

License:Apache License

public void setUnassignedTabletsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __UNASSIGNEDTABLETS_ISSET_ID, value);
}

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

License:Apache License

public void setRuntimeIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __RUNTIME_ISSET_ID, value);
}

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

License:Apache License

public void setRecsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __RECS_ISSET_ID, value);
}

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

License:Apache License

public void setRecsInMemoryIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __RECSINMEMORY_ISSET_ID, value);
}

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

License:Apache License

public void setTabletsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __TABLETS_ISSET_ID, value);
}

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

License:Apache License

public void setOnlineTabletsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ONLINETABLETS_ISSET_ID, value);
}

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

License:Apache License

public void setIngestRateIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __INGESTRATE_ISSET_ID, value);
}

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

License:Apache License

public void setIngestByteRateIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __INGESTBYTERATE_ISSET_ID, value);
}