Tabnine Logo
RowIndexEntry.create
Code IndexAdd Tabnine to your IDE (free)

How to use
create
method
in
org.apache.cassandra.db.RowIndexEntry

Best Java code snippets using org.apache.cassandra.db.RowIndexEntry.create (Showing top 7 results out of 315)

origin: com.facebook.presto.cassandra/cassandra-server

public static RowIndexEntry rawAppend(ColumnFamily cf, long startPosition, DecoratedKey key, DataOutputPlus out) throws IOException
{
  assert cf.hasColumns() || cf.isMarkedForDelete();
  ColumnIndex.Builder builder = new ColumnIndex.Builder(cf, key.getKey(), out);
  ColumnIndex index = builder.build(cf);
  out.writeShort(END_OF_ROW);
  return RowIndexEntry.create(startPosition, cf.deletionInfo().getTopLevelDeletion(), index);
}
origin: com.facebook.presto.cassandra/cassandra-server

return RowIndexEntry.create(currentPosition, emptyColumnFamily.deletionInfo().getTopLevelDeletion(), columnsIndex);
origin: jsevellec/cassandra-unit

RowIndexEntry entry = RowIndexEntry.create(startPosition, indexFilePosition,
                      collecting.partitionLevelDeletion(),
                      columnIndexWriter.headerLength,
origin: org.apache.cassandra/cassandra-all

RowIndexEntry entry = RowIndexEntry.create(startPosition, indexFilePosition,
                      collecting.partitionLevelDeletion(),
                      columnIndexWriter.headerLength,
origin: com.strapdata.cassandra/cassandra-all

RowIndexEntry entry = RowIndexEntry.create(startPosition, indexFilePosition,
                      collecting.partitionLevelDeletion(),
                      columnIndexWriter.headerLength,
origin: com.netflix.sstableadaptor/sstable-adaptor-cassandra

RowIndexEntry entry = RowIndexEntry.create(startPosition, indexFilePosition,
                      collecting.partitionLevelDeletion(),
                      columnIndexWriter.headerLength,
origin: com.facebook.presto.cassandra/cassandra-server

            .updateMaxColumnNames(maxColumnNames)
            .updateHasLegacyCounterShards(hasLegacyCounterShards);
afterAppend(key, currentPosition, RowIndexEntry.create(currentPosition, cf.deletionInfo().getTopLevelDeletion(), columnIndexer.build()));
return currentPosition;
org.apache.cassandra.dbRowIndexEntrycreate

Popular methods of RowIndexEntry

  • <init>
  • deletionTime
  • isIndexed
  • columnsIndexCount
  • openWithIndex
  • serialize
  • serializeForCache
  • indexOnHeap
  • columnsIndex
  • promotedSize

Popular in Java

  • Parsing JSON documents to java classes using gson
  • notifyDataSetChanged (ArrayAdapter)
  • onCreateOptionsMenu (Activity)
  • onRequestPermissionsResult (Fragment)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • JList (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top Sublime Text 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