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

com.aol.micro.server.couchbase.distributed.locking.LockData Maven / Gradle / Ivy

There is a newer version: 0.91.11
Show newest version
package com.aol.micro.server.couchbase.distributed.locking;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.experimental.Wither;

@Wither
@AllArgsConstructor
@Getter
public class LockData {

	private final String key;
	private final String value;
	private final boolean hasLock;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy