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

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

package com.aerospike.mapper.tools;

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