T
- the RiakIndex this Name encapsulatespublic abstract static class RiakIndex.Name<T extends RiakIndex> extends Object
RiakIndex
name and type.
This class serves two purposes; encapsulating the name and type of an
index as well as being a builder used with RiakIndexes
.RiakIndexes
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected IndexType |
type |
Modifier | Constructor and Description |
---|---|
protected |
RiakIndex.Name(String name,
IndexType type) |
public final String getName()
public final String getFullname()
public final IndexType getType()
Copyright © 2014. All rights reserved.