public abstract class ShardInfo<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
weight |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createResource() |
abstract java.lang.String |
getName() |
int |
getWeight() |
public int getWeight()
protected abstract T createResource()
public abstract java.lang.String getName()