|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface CreateIndex
An annotation for the Index creation. It's used when we need to inject an indexed attribute into a given partition. Here is an exemple :
Required Element Summary | |
---|---|
java.lang.String |
attribute
The indexed attribute |
Optional Element Summary | |
---|---|
int |
cacheSize
The cache size |
java.lang.Class<? extends Index> |
type
The index implementation class |
Element Detail |
---|
public abstract java.lang.String attribute
public abstract java.lang.Class<? extends Index> type
public abstract int cacheSize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |