public abstract class UpdateCommand extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
BUFFERING |
static int |
CLEAR_CACHES |
protected int |
flags |
static int |
IGNORE_AUTOCOMMIT |
static int |
PEER_SYNC |
static int |
REPLAY |
protected SolrQueryRequest |
req |
protected String |
route |
protected long |
version |
Constructor and Description |
---|
UpdateCommand(SolrQueryRequest req) |
Modifier and Type | Method and Description |
---|---|
UpdateCommand |
clone() |
int |
getFlags() |
SolrQueryRequest |
getReq() |
String |
getRoute() |
long |
getVersion() |
abstract String |
name() |
void |
setFlags(int flags) |
void |
setReq(SolrQueryRequest req) |
void |
setRoute(String route) |
void |
setVersion(long version) |
String |
toString() |
protected SolrQueryRequest req
protected long version
protected int flags
public static int BUFFERING
public static int REPLAY
public static int PEER_SYNC
public static int IGNORE_AUTOCOMMIT
public static int CLEAR_CACHES
public UpdateCommand(SolrQueryRequest req)
public long getVersion()
public void setVersion(long version)
public void setFlags(int flags)
public int getFlags()
public SolrQueryRequest getReq()
public void setReq(SolrQueryRequest req)
public UpdateCommand clone()