|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface CreatePartition
An annotation for the Partition creation. A partition is defined by a name and a suffix, plus some other characteristics. Here is an example :
Required Element Summary | |
---|---|
java.lang.String |
name
The partition name |
java.lang.String |
suffix
The partition suffix |
Optional Element Summary | |
---|---|
int |
cacheSize
The cache size |
ContextEntry |
contextEntry
The context entry |
CreateIndex[] |
indexes
The associated indexes |
java.lang.Class<? extends Partition> |
type
The partition implementation class |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String suffix
public abstract java.lang.Class<? extends Partition> type
public abstract ContextEntry contextEntry
public abstract CreateIndex[] indexes
public abstract int cacheSize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |