@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface CreatePartition
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
The partition name
|
java.lang.String |
suffix
The partition suffix
|
| Modifier and Type | Optional Element and Description |
|---|---|
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
|
public abstract java.lang.Class<? extends Partition> type
public abstract ContextEntry contextEntry
public abstract CreateIndex[] indexes