public class DocCollection extends ZkNodeProps
Modifier and Type | Field and Description |
---|---|
static String |
DOC_ROUTER |
static String |
SHARDS |
propMap
Constructor and Description |
---|
DocCollection(String name,
Map<String,Slice> slices,
Map<String,Object> props,
DocRouter router) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return collection name.
|
DocRouter |
getRouter() |
Slice |
getSlice(String sliceName) |
Collection<Slice> |
getSlices()
Gets the list of slices for this collection.
|
Map<String,Slice> |
getSlicesMap()
Get the map of slices (sliceName->Slice) for this collection.
|
String |
toString() |
void |
write(JSONWriter jsonWriter) |
containsKey, fromKeyVals, get, getProperties, getStr, keySet, load, makeMap, shallowCopy
public static final String DOC_ROUTER
public static final String SHARDS
public DocCollection(String name, Map<String,Slice> slices, Map<String,Object> props, DocRouter router)
name
- The name of the collectionslices
- The logical shards of the collection. This is used directly and a copy is not made.props
- The properties of the slice. This is used directly and a copy is not made.public String getName()
public Collection<Slice> getSlices()
public Map<String,Slice> getSlicesMap()
public DocRouter getRouter()
public String toString()
toString
in class ZkNodeProps
public void write(JSONWriter jsonWriter)
write
in interface JSONWriter.Writable
write
in class ZkNodeProps
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.