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

License:Apache License

public void setDataCacheRequestIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __DATACACHEREQUEST_ISSET_ID, value);
}

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

License:Apache License

public void setFlushsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __FLUSHS_ISSET_ID, value);
}

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

License:Apache License

public void setSyncsIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SYNCS_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.security.thrift.TAuthenticationKey.java

License:Apache License

public void setKeyIdIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __KEYID_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.security.thrift.TAuthenticationKey.java

License:Apache License

public void setExpirationDateIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __EXPIRATIONDATE_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.security.thrift.TAuthenticationKey.java

License:Apache License

public void setCreationDateIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __CREATIONDATE_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.security.thrift.TAuthenticationTokenIdentifier.java

License:Apache License

public void setIssueDateIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ISSUEDATE_ISSET_ID, value);
}

From source file:org.apache.accumulo.core.security.thrift.TDelegationTokenConfig.java

License:Apache License

public void setLifetimeIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LIFETIME_ISSET_ID, value);
}

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

License:Apache License

public void setStatusIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __STATUS_ISSET_ID, value);
}

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

License:Apache License

public void setElapsedIsSet(boolean value) {
    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ELAPSED_ISSET_ID, value);
}