public class AcquireLockOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AcquireLockOptions.AcquireLockOptionsBuilder
A builder for setting up an AcquireLockOptions object.
|
| Modifier and Type | Method and Description |
|---|---|
static AcquireLockOptions.AcquireLockOptionsBuilder |
builder(java.lang.String partitionKey)
Creates a new version of AcquireLockOptionsBuilder using the only
required parameter, which is a specific partition key.
|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public static AcquireLockOptions.AcquireLockOptionsBuilder builder(java.lang.String partitionKey)
partitionKey - The partition key under which the lock will be acquired.public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object