Codota Logo
ConsumeQueueExt$CqExtUnit.<init>
Code IndexAdd Codota to your IDE (free)

How to use
org.apache.rocketmq.store.ConsumeQueueExt$CqExtUnit
constructor

Best Java code snippets using org.apache.rocketmq.store.ConsumeQueueExt$CqExtUnit.<init> (Showing top 18 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: apache/rocketmq

long processOffset = mappedFile.getFileFromOffset();
long mappedFileOffset = 0;
CqExtUnit extUnit = new CqExtUnit();
while (true) {
  extUnit.readBySkip(byteBuffer);
origin: apache/rocketmq

new ConsumeQueueExt.CqExtUnit(tagsCode, msgStoreTime, filterBitMap));
origin: apache/rocketmq

long nextOffset = offset;
int i = 0;
ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
for (; i < bufferCQ.getSize(); i += ConsumeQueue.CQ_STORE_UNIT_SIZE) {
  long offsetPy = bufferCQ.getByteBuffer().getLong();
origin: apache/rocketmq

/**
 * Get data from buffer.
 *
 * @param address less than 0
 */
public CqExtUnit get(final long address) {
  CqExtUnit cqExtUnit = new CqExtUnit();
  if (get(address, cqExtUnit)) {
    return cqExtUnit;
  }
  return null;
}
origin: apache/rocketmq

final int maxFilterMessageCount = Math.max(16000, maxMsgNums * ConsumeQueue.CQ_STORE_UNIT_SIZE);
final boolean diskFallRecorded = this.messageStoreConfig.isDiskFallRecorded();
ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
for (; i < bufferConsumeQueue.getSize() && i < maxFilterMessageCount; i += ConsumeQueue.CQ_STORE_UNIT_SIZE) {
  long offsetPy = bufferConsumeQueue.getByteBuffer().getLong();
origin: didi/DDMQ

/**
 * Get data from buffer.
 *
 * @param address less than 0
 */
public CqExtUnit get(final long address) {
  CqExtUnit cqExtUnit = new CqExtUnit();
  if (get(address, cqExtUnit)) {
    return cqExtUnit;
  }
  return null;
}
origin: didi/DDMQ

long tagsCode = request.getTagsCode();
if (isExtWriteEnable()) {
  ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
  cqExtUnit.setFilterBitMap(request.getBitMap());
  cqExtUnit.setMsgStoreTime(request.getStoreTimestamp());
origin: didi/DDMQ

long processOffset = mappedFile.getFileFromOffset();
long mappedFileOffset = 0;
CqExtUnit extUnit = new CqExtUnit();
while (true) {
  extUnit.readBySkip(byteBuffer);
origin: didi/DDMQ

long nextOffset = offset;
int i = 0;
ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
for (; i < bufferCQ.getSize(); i += ConsumeQueue.CQ_STORE_UNIT_SIZE) {
  long offsetPy = bufferCQ.getByteBuffer().getLong();
origin: didi/DDMQ

final int maxFilterMessageCount = Math.max(16000, maxMsgNums * ConsumeQueue.CQ_STORE_UNIT_SIZE);
final boolean diskFallRecorded = this.messageStoreConfig.isDiskFallRecorded();
ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
for (; i < bufferConsumeQueue.getSize() && i < maxFilterMessageCount; i += ConsumeQueue.CQ_STORE_UNIT_SIZE) {
  long offsetPy = bufferConsumeQueue.getByteBuffer().getLong();
origin: org.apache.rocketmq/rocketmq-store

/**
 * Get data from buffer.
 *
 * @param address less than 0
 */
public CqExtUnit get(final long address) {
  CqExtUnit cqExtUnit = new CqExtUnit();
  if (get(address, cqExtUnit)) {
    return cqExtUnit;
  }
  return null;
}
origin: org.apache.rocketmq/rocketmq-store

long tagsCode = request.getTagsCode();
if (isExtWriteEnable()) {
  ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
  cqExtUnit.setFilterBitMap(request.getBitMap());
  cqExtUnit.setMsgStoreTime(request.getStoreTimestamp());
origin: org.apache.rocketmq/rocketmq-store

long processOffset = mappedFile.getFileFromOffset();
long mappedFileOffset = 0;
CqExtUnit extUnit = new CqExtUnit();
while (true) {
  extUnit.readBySkip(byteBuffer);
origin: org.apache.rocketmq/rocketmq-broker

new ConsumeQueueExt.CqExtUnit(tagsCode, msgStoreTime, filterBitMap));
origin: org.apache.rocketmq/rocketmq-store

long nextOffset = offset;
int i = 0;
ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
for (; i < bufferCQ.getSize(); i += ConsumeQueue.CQ_STORE_UNIT_SIZE) {
  long offsetPy = bufferCQ.getByteBuffer().getLong();
origin: apache/rocketmq

long tagsCode = request.getTagsCode();
if (isExtWriteEnable()) {
  ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
  cqExtUnit.setFilterBitMap(request.getBitMap());
  cqExtUnit.setMsgStoreTime(request.getStoreTimestamp());
origin: org.apache.rocketmq/rocketmq-store

final int maxFilterMessageCount = Math.max(16000, maxMsgNums * ConsumeQueue.CQ_STORE_UNIT_SIZE);
final boolean diskFallRecorded = this.messageStoreConfig.isDiskFallRecorded();
ConsumeQueueExt.CqExtUnit cqExtUnit = new ConsumeQueueExt.CqExtUnit();
for (; i < bufferConsumeQueue.getSize() && i < maxFilterMessageCount; i += ConsumeQueue.CQ_STORE_UNIT_SIZE) {
  long offsetPy = bufferConsumeQueue.getByteBuffer().getLong();
origin: didi/DDMQ

new ConsumeQueueExt.CqExtUnit(tagsCode, msgStoreTime, filterBitMap));
org.apache.rocketmq.storeConsumeQueueExt$CqExtUnit<init>

Popular methods of ConsumeQueueExt$CqExtUnit

  • getTagsCode
  • getFilterBitMap
  • getMsgStoreTime
  • getSize
  • setFilterBitMap
  • setMsgStoreTime
  • setTagsCode

Popular in Java

  • Making http requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • runOnUiThread (Activity)
  • getContentResolver (Context)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • InetAddress (java.net)
    This class represents an Internet Protocol (IP) address. An IP address is either a 32-bit or 128-bit
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now