@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface CreatePartition
Modifier and Type | Required Element and Description |
---|---|
String |
name
The partition name
|
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
|
Class<? extends Partition> |
type
The partition implementation class
|
public abstract String name
public abstract String suffix
public abstract Class<? extends Partition> type
public abstract ContextEntry contextEntry
public abstract CreateIndex[] indexes
public abstract int cacheSize
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.