com.amazon.carbonado.capability
Interface IndexInfoCapability

All Superinterfaces:
Capability

public interface IndexInfoCapability
extends Capability

Capability for getting information about physical indexes for storables.

Author:
Brian S O'Neill

Method Summary
<S extends Storable>
IndexInfo[]
getIndexInfo(Class<S> storableType)
          Returns information about the known indexes for the given storable type.
 

Method Detail

getIndexInfo

<S extends Storable> IndexInfo[] getIndexInfo(Class<S> storableType)
                         throws RepositoryException
Returns information about the known indexes for the given storable type. The array might be empty, but it is never null. The array is a copy, and so it may be safely modified.

Throws:
RepositoryException


Copyright © 2006-2008 Amazon Technologies, Inc.. All Rights Reserved.