public class LeaderKey extends Object
| Constructor and Description |
|---|
LeaderKey(com.google.protobuf.ByteString name,
com.google.protobuf.ByteString key,
long revision,
long lease) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKey() |
long |
getLease() |
com.google.protobuf.ByteString |
getName() |
long |
getRevision() |
public LeaderKey(com.google.protobuf.ByteString name,
com.google.protobuf.ByteString key,
long revision,
long lease)
public com.google.protobuf.ByteString getName()
public com.google.protobuf.ByteString getKey()
public long getRevision()
public long getLease()
Copyright © 2021. All rights reserved.