public static class ColumnFamilyStore.ViewFragment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Iterable<Memtable> |
memtables |
java.util.List<SSTableReader> |
sstables |
Constructor and Description |
---|
ViewFragment(java.util.List<SSTableReader> sstables,
java.lang.Iterable<Memtable> memtables) |
public final java.util.List<SSTableReader> sstables
public final java.lang.Iterable<Memtable> memtables
public ViewFragment(java.util.List<SSTableReader> sstables, java.lang.Iterable<Memtable> memtables)
Copyright © 2017 The Apache Software Foundation