|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.carbonado.synthetic.SyntheticPropertyList
public abstract class SyntheticPropertyList
Specification of a collection of properties which will participate in a key or index. Each property has its own direction specification.
| Method Summary | |
|---|---|
void |
addProperty(String propertyName)
Adds a property to this index, with an unspecified direction. |
void |
addProperty(String propertyName,
Direction direction)
Adds a property to this index, with the specified direction. |
Iterator<String> |
getProperties()
Returns all the properties in this index, optionally prefixed with a '+' or '-' to indicate direction. |
int |
getPropertyCount()
Returns the count of properties in this index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addProperty(String propertyName)
propertyName - name of property to add to index
public void addProperty(String propertyName,
Direction direction)
propertyName - name of property to add to indexdirection - optional direction of propertypublic int getPropertyCount()
public Iterator<String> getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||