Java Code Examples for org.apache.thrift.EncodingUtils#clearBit()

The following examples show how to use org.apache.thrift.EncodingUtils#clearBit() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: Message.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetHashId() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __HASHID_ISSET_ID);
}
 
Example 2
Source File: DelayMeta.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetTimestamp() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __TIMESTAMP_ISSET_ID);
}
 
Example 3
Source File: FetchRequest.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetMaxBatchSize() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __MAXBATCHSIZE_ISSET_ID);
}
 
Example 4
Source File: DelayMeta.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetDmsgtype() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __DMSGTYPE_ISSET_ID);
}
 
Example 5
Source File: DelayMessage.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetExpire() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __EXPIRE_ISSET_ID);
}
 
Example 6
Source File: DelayMeta.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetDmsgtype() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __DMSGTYPE_ISSET_ID);
}
 
Example 7
Source File: DelayMessage.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetDmsgtype() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __DMSGTYPE_ISSET_ID);
}
 
Example 8
Source File: ConsumerService.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetSuccess() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID);
}
 
Example 9
Source File: DelayMessage.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetAction() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __ACTION_ISSET_ID);
}
 
Example 10
Source File: ProducerService.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetTimeout() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __TIMEOUT_ISSET_ID);
}
 
Example 11
Source File: ConsumerService.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetSuccess() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID);
}
 
Example 12
Source File: ConsumerService.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetSuccess() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID);
}
 
Example 13
Source File: ConsumerService.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetSuccess() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID);
}
 
Example 14
Source File: PullException.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetCode() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __CODE_ISSET_ID);
}
 
Example 15
Source File: RestMessage.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetExpire() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __EXPIRE_ISSET_ID);
}
 
Example 16
Source File: DelayMeta.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetTimes() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __TIMES_ISSET_ID);
}
 
Example 17
Source File: PullRequest.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetMaxBatchSize() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __MAXBATCHSIZE_ISSET_ID);
}
 
Example 18
Source File: RestMessage.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetExpire() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __EXPIRE_ISSET_ID);
}
 
Example 19
Source File: DelayMessage.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetTimes() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __TIMES_ISSET_ID);
}
 
Example 20
Source File: PullRequest.java    From DDMQ with Apache License 2.0 4 votes vote down vote up
public void unsetMaxLingerTime() {
  __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __MAXLINGERTIME_ISSET_ID);
}