}
};
constructors[EVICT_ALL] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapEvictAllRequest();
}
};
constructors[LOAD_ALL_GIVEN_KEYS] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {