}
@SuppressWarnings("unchecked")
protected <T> List<T> callMethodOnPartition(String methodName, Object[] args, Class<?>[] types) throws Exception
{
GroupRpcDispatcher dispatcher = this.partition;
return (List<T>) dispatcher.callMethodOnCluster(this.name, methodName, args, types, true);
}