public abstract class AbstractReadExecutor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ColumnFamilyStore |
cfs |
protected ReadCommand |
command |
protected java.util.List<java.net.InetAddress> |
endpoints |
protected ReadCallback<ReadResponse,Row> |
handler |
protected RowDigestResolver |
resolver |
protected java.util.List<java.net.InetAddress> |
unfiltered |
Modifier and Type | Method and Description |
---|---|
static AbstractReadExecutor |
getReadExecutor(ReadCommand command,
ConsistencyLevel consistency_level) |
protected final ReadCallback<ReadResponse,Row> handler
protected final ReadCommand command
protected final RowDigestResolver resolver
protected final java.util.List<java.net.InetAddress> unfiltered
protected final java.util.List<java.net.InetAddress> endpoints
protected final ColumnFamilyStore cfs
public static AbstractReadExecutor getReadExecutor(ReadCommand command, ConsistencyLevel consistency_level) throws UnavailableException
UnavailableException
Copyright © 2013 The Apache Software Foundation