return new TxnMultiMapGetRequest();
}
};
constructors[TXN_MM_REMOVE] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new TxnMultiMapRemoveRequest();
}
};
constructors[TXN_MM_VALUE_COUNT] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new TxnMultiMapValueCountRequest();