All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.mapper.tools.virtuallist.DeferredOperation Maven / Gradle / Ivy

package com.aerospike.mapper.tools.virtuallist;

import com.aerospike.client.Operation;

public interface DeferredOperation {
    Operation getOperation(OperationParameters operationParams);

    ResultsUnpacker[] getUnpackers(OperationParameters operationParams);

    boolean isGetOperation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy