}
};
constructors[FLUSH] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapFlushRequest();
}
};
constructors[GET_ALL] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {