else if (this.META_LOCALMESSAGE_CODEC_TYPE.equals("hessian1")) {
this.serializer = new Hessian1Serializer();
this.deserializer = new Hessian1Deserializer();
}
else {
throw new UnknowCodecTypeException(this.META_LOCALMESSAGE_CODEC_TYPE);
}
// ��������Ϣ��RecoverThreadCountһ��
this.threadPoolExecutor =
new ThreadPoolExecutor(metaClientConfig.getRecoverThreadCount(),