Tabnine Logo
BytesStore$1
Code IndexAdd Tabnine to your IDE (free)

How to use
BytesStore$1
in
org.apache.lucene.util.fst

Best Java code snippets using org.apache.lucene.util.fst.BytesStore$1 (Showing top 8 results out of 1,395)

origin: org.apache.lucene/lucene-core

@Override
public void setPosition(long pos) {
 int bufferIndex = (int) (pos >> blockBits);
 nextBuffer = bufferIndex+1;
 current = blocks.get(bufferIndex);
 nextRead = (int) (pos & blockMask);
 assert getPosition() == pos;
}
origin: harbby/presto-connectors

@Override
public void skipBytes(long count) {
 setPosition(getPosition() + count);
}
origin: org.infinispan/infinispan-embedded-query

@Override
public void skipBytes(long count) {
 setPosition(getPosition() + count);
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene

@Override
public void skipBytes(long count) {
 setPosition(getPosition() + count);
}
origin: org.infinispan/infinispan-embedded-query

@Override
public void setPosition(long pos) {
 int bufferIndex = (int) (pos >> blockBits);
 nextBuffer = bufferIndex+1;
 current = blocks.get(bufferIndex);
 nextRead = (int) (pos & blockMask);
 assert getPosition() == pos;
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene

@Override
public void setPosition(long pos) {
 int bufferIndex = (int) (pos >> blockBits);
 nextBuffer = bufferIndex+1;
 current = blocks.get(bufferIndex);
 nextRead = (int) (pos & blockMask);
 assert getPosition() == pos;
}
origin: harbby/presto-connectors

@Override
public void setPosition(long pos) {
 int bufferIndex = (int) (pos >> blockBits);
 nextBuffer = bufferIndex+1;
 current = blocks.get(bufferIndex);
 nextRead = (int) (pos & blockMask);
 assert getPosition() == pos;
}
origin: org.apache.lucene/lucene-core

@Override
public void skipBytes(long count) {
 setPosition(getPosition() + count);
}
org.apache.lucene.util.fstBytesStore$1

Most used methods

  • getPosition
  • setPosition

Popular in Java

  • Reading from database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • setRequestProperty (URLConnection)
  • setContentView (Activity)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now