Uses of Class
org.apache.accumulo.tserver.tablet.KVEntry
-
Packages that use KVEntry Package Description org.apache.accumulo.tserver.tablet -
-
Uses of KVEntry in org.apache.accumulo.tserver.tablet
Methods in org.apache.accumulo.tserver.tablet that return types with arguments of type KVEntry Modifier and Type Method Description List<KVEntry>ScanBatch. getResults()Constructor parameters in org.apache.accumulo.tserver.tablet with type arguments of type KVEntry Constructor Description ScanBatch(List<KVEntry> results, boolean more)
-