public static interface KeyValueStateMachineProto.ReleaseLockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLock()
string lock = 1; |
com.google.protobuf.ByteString |
getLockBytes()
string lock = 1; |
java.lang.String |
getRequester()
string requester = 2; |
com.google.protobuf.ByteString |
getRequesterBytes()
string requester = 2; |
java.lang.String |
getUniqueHash()
This is used to prevent multiple people from taking the same lock on the same box
|
com.google.protobuf.ByteString |
getUniqueHashBytes()
This is used to prevent multiple people from taking the same lock on the same box
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getLock()
string lock = 1;com.google.protobuf.ByteString getLockBytes()
string lock = 1;java.lang.String getRequester()
string requester = 2;com.google.protobuf.ByteString getRequesterBytes()
string requester = 2;java.lang.String getUniqueHash()
This is used to prevent multiple people from taking the same lock on the same box
string uniqueHash = 3;com.google.protobuf.ByteString getUniqueHashBytes()
This is used to prevent multiple people from taking the same lock on the same box
string uniqueHash = 3;