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.IndexInfo
public boolean isUnique()
isUnique
in interface com.amazon.carbonado.capability.IndexInfo
public boolean isClustered()
isClustered
in interface com.amazon.carbonado.capability.IndexInfo
public java.lang.String[] getPropertyNames()
getPropertyNames
in interface com.amazon.carbonado.capability.IndexInfo
public com.amazon.carbonado.info.Direction[] getPropertyDirections()
getPropertyDirections
in interface com.amazon.carbonado.capability.IndexInfo
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.