public class IndexEntryAccessorTransport<S extends com.amazon.carbonado.Storable>
extends java.lang.Object
implements java.io.Serializable, com.amazon.carbonado.capability.IndexInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
com.amazon.carbonado.info.Direction[] |
getPropertyDirections() |
java.lang.String[] |
getPropertyNames() |
RemoteIndexEntryAccessor<S> |
getRemote() |
boolean |
isClustered() |
boolean |
isUnique() |
public RemoteIndexEntryAccessor<S> getRemote()
public java.lang.String getName()
getName in interface com.amazon.carbonado.capability.IndexInfopublic boolean isUnique()
isUnique in interface com.amazon.carbonado.capability.IndexInfopublic boolean isClustered()
isClustered in interface com.amazon.carbonado.capability.IndexInfopublic java.lang.String[] getPropertyNames()
getPropertyNames in interface com.amazon.carbonado.capability.IndexInfopublic com.amazon.carbonado.info.Direction[] getPropertyDirections()
getPropertyDirections in interface com.amazon.carbonado.capability.IndexInfoCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.