Package propel.core.counters

Examples of propel.core.counters.SharedModuloIndexerLight


  public SharedFixedSizeLongBuffer(@NotNull final long[] buffer)
  {
    int length = buffer.length;
    this.buffer = new long[length];
    System.arraycopy(buffer, 0, this.buffer, 0, length);
    indexer = new SharedModuloIndexerLight(length);
  }
View Full Code Here


  public SharedFixedSizeLongBuffer(@NotNull final long[] buffer)
  {
    int length = buffer.length;
    this.buffer = new long[length];
    System.arraycopy(buffer, 0, this.buffer, 0, length);
    indexer = new SharedModuloIndexerLight(length);
  }
View Full Code Here

TOP

Related Classes of propel.core.counters.SharedModuloIndexerLight

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.