
com.netflix.astyanax.recipes.queue.ShardLock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of astyanax-queue Show documentation
Show all versions of astyanax-queue Show documentation
astyanax-queue developed by Netflix
package com.netflix.astyanax.recipes.queue;
/**
* Interface for a queue shard lock.
*
* @author pbhattacharyya
*/
public interface ShardLock {
String getShardName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy