public class ZkWriteCommand extends Object
Modifier and Type | Field and Description |
---|---|
DocCollection |
collection |
String |
name |
boolean |
noop |
Modifier | Constructor and Description |
---|---|
protected |
ZkWriteCommand()
Returns a no-op
|
|
ZkWriteCommand(String name,
DocCollection collection) |
Modifier and Type | Method and Description |
---|---|
static ZkWriteCommand |
noop() |
String |
toString() |
public final String name
public final DocCollection collection
public final boolean noop
public ZkWriteCommand(String name, DocCollection collection)
protected ZkWriteCommand()
public static ZkWriteCommand noop()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.