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

com.fasterxml.clustermate.client.call.ContentDeleter Maven / Gradle / Ivy

There is a newer version: 0.10.5
Show newest version
package com.fasterxml.clustermate.client.call;

import com.fasterxml.clustermate.api.EntryKey;
import com.fasterxml.clustermate.client.CallFailure;

/**
 * Interface for a general purpose DELETE accessor, for a resource stored
 * in a single server; one accessor per server and end point.
 */
public interface ContentDeleter
{
    public CallFailure tryDelete(CallConfig config, long endOfTime, K key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy