Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

AbortFile - Class in com.alipay.sofa.jraft.storage.log
Abort file
AbortFile(String) - Constructor for class com.alipay.sofa.jraft.storage.log.AbortFile
 
AbstractClientService - Class in com.alipay.sofa.jraft.rpc.impl
Abstract RPC client service based.
AbstractClientService() - Constructor for class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
acquire() - Method in class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
AdaptiveBufAllocator - Class in com.alipay.sofa.jraft.util
The code comes from https://github.com/netty/netty/blob/4.1/transport/src/main/java/io/netty/channel/AdaptiveRecvByteBufAllocator.java
AdaptiveBufAllocator(int, int, int) - Constructor for class com.alipay.sofa.jraft.util.AdaptiveBufAllocator
Creates a new predictor with the specified parameters.
AdaptiveBufAllocator.Handle - Interface in com.alipay.sofa.jraft.util
 
add(ConfigurationEntry) - Method in class com.alipay.sofa.jraft.conf.ConfigurationManager
Adds a new conf entry.
add(Node) - Method in class com.alipay.sofa.jraft.NodeManager
Adds a node.
add(E) - Method in class com.alipay.sofa.jraft.util.concurrent.ConcurrentHashSet
add an obj to set, if exist, return false, else return true
add(ByteBuffer) - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
add(int, ByteBuffer) - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
add(T) - Method in class com.alipay.sofa.jraft.util.SegmentList
 
addAddress(Endpoint) - Method in class com.alipay.sofa.jraft.NodeManager
Adds a RPC service address.
addAll(Collection<? extends ByteBuffer>) - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
addAll(int, Collection<? extends ByteBuffer>) - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
addAll(Collection<T>) - Method in class com.alipay.sofa.jraft.util.SegmentList
 
addAllEntries(Iterable<? extends RaftOutter.EntryMeta>) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
addAllEntries(Iterable<? extends ByteString>) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
repeated bytes entries = 3;
addAllFiles(Iterable<? extends LocalStorageOutter.LocalSnapshotPbMeta.File>) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
addAllLearners(Iterable<? extends ByteString>) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes learners = 8;
addAllLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
addAllLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
addAllLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
addAllLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
addAllLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
addAllLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
addAllNewLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
addAllNewPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
addAllNewPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
addAllNewPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
addAllNewPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
addAllNewPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
addAllOldLearners(Iterable<? extends ByteString>) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_learners = 9;
addAllOldLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
addAllOldLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
addAllOldLearners(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
addAllOldPeers(Iterable<? extends ByteString>) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_peers = 5;
addAllOldPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
addAllOldPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
addAllOldPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
addAllOldPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
addAllOldPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
addAllOldPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
addAllOldPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
addAllPeers(Iterable<? extends ByteString>) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes peers = 4;
addAllPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
addAllPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
addAllPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
addAllPeers(Iterable<String>) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
addEntries(RaftOutter.EntryMeta) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
addEntries(int, RaftOutter.EntryMeta) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
addEntries(RaftOutter.EntryMeta.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
addEntries(int, RaftOutter.EntryMeta.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
addEntries(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
repeated bytes entries = 3;
addEntriesBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
addEntriesBuilder(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
addFile(String, LocalFileMetaOutter.LocalFileMeta) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Adds a file metadata.
addFile(String, Message) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
addFile(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotWriter
Adds a snapshot file without metadata.
addFile(String, Message) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotWriter
Adds a snapshot file with metadata.
addFiles(LocalStorageOutter.LocalSnapshotPbMeta.File) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
addFiles(int, LocalStorageOutter.LocalSnapshotPbMeta.File) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
addFiles(LocalStorageOutter.LocalSnapshotPbMeta.File.Builder) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
addFiles(int, LocalStorageOutter.LocalSnapshotPbMeta.File.Builder) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
addFilesBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
addFilesBuilder(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
addFinishHook(Runnable) - Method in interface com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage.WriteContext
Adds a callback that will be invoked after all sub jobs finish.
addFinishHook(Runnable) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.BarrierWriteContext
 
addLastAppliedLogIndexListener(FSMCaller.LastAppliedLogIndexListener) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
addLastAppliedLogIndexListener(FSMCaller.LastAppliedLogIndexListener) - Method in interface com.alipay.sofa.jraft.FSMCaller
Adds a LastAppliedLogIndexListener.
addLastLogIndexListener(LogManager.LastLogIndexListener) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
addLastLogIndexListener(LogManager.LastLogIndexListener) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Adds a last log index listener
addLearner(PeerId) - Method in class com.alipay.sofa.jraft.conf.Configuration
Add a learner peer.
addLearners(String, Configuration, List<PeerId>) - Method in interface com.alipay.sofa.jraft.CliService
Add some new learners into the replicating group which consists of |conf|.
addLearners(Iterable<PeerId>) - Method in class com.alipay.sofa.jraft.conf.Configuration
Add learners in batch, returns the added count.
addLearners(String, Configuration, List<PeerId>) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
addLearners(List<PeerId>, Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
addLearners(ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes learners = 8;
addLearners(String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
addLearners(String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
addLearners(List<PeerId>, Closure) - Method in interface com.alipay.sofa.jraft.Node
Add some new learners to the raft group.
addLearners(Endpoint, CliRequests.AddLearnersRequest, RpcResponseClosure<CliRequests.LearnersOpResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Add learners
addLearners(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
addLearners(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
addLearners(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
addLearners(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
addLearners(Endpoint, CliRequests.AddLearnersRequest, RpcResponseClosure<CliRequests.LearnersOpResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
addLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
addLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
addLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
addLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
addLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
addLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
AddLearnersRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
AddLearners request processor.
AddLearnersRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.AddLearnersRequestProcessor
 
addNewLearners(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
addNewLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
addNewPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
addNewPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
addNewPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
addNewPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
addNewPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
addNewPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
addNewPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
addNewPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
addNewPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
addNewPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
addOldLearners(ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_learners = 9;
addOldLearners(String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
addOldLearners(String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
addOldLearners(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
addOldLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
addOldLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
addOldLearnersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
addOldPeers(ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_peers = 5;
addOldPeers(String) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
addOldPeers(String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
addOldPeers(String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
addOldPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
addOldPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
addOldPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
addOldPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
addOldPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
addOldPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
addOldPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
addOldPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
addOldPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
addOldPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
addOldPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
addPeer(String, Configuration, PeerId) - Method in interface com.alipay.sofa.jraft.CliService
Add a new peer into the replicating group which consists of |conf|.
addPeer(PeerId) - Method in class com.alipay.sofa.jraft.conf.Configuration
 
addPeer(String, Configuration, PeerId) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
addPeer(PeerId, Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
addPeer(PeerId, Closure) - Method in interface com.alipay.sofa.jraft.Node
Add a new peer to the raft group.
addPeer(Endpoint, CliRequests.AddPeerRequest, RpcResponseClosure<CliRequests.AddPeerResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Adds a peer.
addPeer(Endpoint, CliRequests.AddPeerRequest, RpcResponseClosure<CliRequests.AddPeerResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
AddPeerRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
AddPeer request processor.
AddPeerRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.AddPeerRequestProcessor
 
addPeers(ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes peers = 4;
addPeers(String) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
addPeers(String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
addPeers(String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
addPeers(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
addPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
addPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
addPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
addPeersBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
addRaftRequestProcessors(RpcServer) - Static method in class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
Adds RAFT and CLI service request processors with default executor.
addRaftRequestProcessors(RpcServer, Executor, Executor) - Static method in class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
Adds RAFT and CLI service request processors.
addRaftRequestProcessors(RpcServer, Executor, Executor, Executor) - Static method in class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
Adds RAFT and CLI service request processors.
addReader(FileReader) - Method in class com.alipay.sofa.jraft.storage.FileService
Adds a file reader and return it's generated readerId.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
addReplicator(PeerId, ReplicatorType, boolean) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
addReplicator(PeerId) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Adds a replicator for follower(ReplicatorType.Follower).
addReplicator(PeerId, ReplicatorType) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Add a replicator attached with |peer| will be a notification when the replicator catches up according to the arguments.
addReplicator(PeerId, ReplicatorType, boolean) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Try to add a replicator attached with |peer| will be a notification when the replicator catches up according to the arguments.
addReplicatorStateListener(Replicator.ReplicatorStateListener) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
addReplicatorStateListener(Replicator.ReplicatorStateListener) - Method in interface com.alipay.sofa.jraft.Node
SOFAJRaft users can implement the ReplicatorStateListener interface by themselves.
addRequest(byte[], ReadIndexClosure) - Method in class com.alipay.sofa.jraft.core.ReadOnlyServiceImpl
 
addRequest(ReadOnlyOption, byte[], ReadIndexClosure) - Method in class com.alipay.sofa.jraft.core.ReadOnlyServiceImpl
 
addRequest(byte[], ReadIndexClosure) - Method in interface com.alipay.sofa.jraft.ReadOnlyService
Adds a ReadIndex request.
addRequest(ReadOnlyOption, byte[], ReadIndexClosure) - Method in interface com.alipay.sofa.jraft.ReadOnlyService
Adds a ReadIndex request.
addressOffset(ByteBuffer) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Gets the offset of the address field of the given direct ByteBuffer.
addShutdownHook(Runnable) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
Add a Runnable which will be executed on shutdown of this instance.
addSignal(String, List<JRaftSignalHandler>) - Static method in class com.alipay.sofa.jraft.util.SignalHelper
Registers user signal handlers.
addTask(Runnable) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
Add a task to the task queue, or throws a RejectedExecutionException if this instance was shutdown before.
AdjustableSemaphore - Class in com.alipay.sofa.jraft.util.concurrent
An implementation of adjustable semaphore.
AdjustableSemaphore() - Constructor for class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
 
AdjustableSemaphore(int) - Constructor for class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
 
adjustTimeout(int) - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Adjust timeoutMs before every scheduling.
afterExecute(Runnable, Throwable) - Method in class com.alipay.sofa.jraft.util.LogScheduledThreadPoolExecutor
 
afterExecute(Runnable, Throwable) - Method in class com.alipay.sofa.jraft.util.LogThreadPoolExecutor
 
afterExecute(Runnable, Throwable) - Method in class com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor
 
afterExecute(Runnable, Throwable) - Method in class com.alipay.sofa.jraft.util.MetricThreadPoolExecutor
 
allocate() - Method in interface com.alipay.sofa.jraft.util.AdaptiveBufAllocator.Handle
Creates a new buffer whose capacity is probably large enough to write all outbound data and small enough not to waste its space.
allocate(int) - Static method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
allocate() - Static method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
allocate(int) - Static method in class com.alipay.sofa.jraft.util.Utils
Allocate a byte buffer with size.
allocate() - Static method in class com.alipay.sofa.jraft.util.Utils
Allocate a byte buffer with Utils.RAFT_DATA_BUF_SIZE
allocateByRecyclers() - Method in interface com.alipay.sofa.jraft.util.AdaptiveBufAllocator.Handle
Gets a buffer from recyclers whose capacity is probably large enough to write all outbound data and small enough not to waste its space, recycling is needed.
allocateByRecyclers(int) - Static method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
allocateByRecyclers() - Static method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
allocateInstance(Class<?>) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
ANY_PEER - Static variable in class com.alipay.sofa.jraft.entity.PeerId
 
APPEND_ENTRIES_THREADS_SEND - Static variable in class com.alipay.sofa.jraft.util.Utils
Default jraft append-entries executor(send) pool size.
appendEntries(Endpoint, RpcRequests.AppendEntriesRequest, int, RpcResponseClosure<RpcRequests.AppendEntriesResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
appendEntries(Endpoint, RpcRequests.AppendEntriesRequest, int, RpcResponseClosure<RpcRequests.AppendEntriesResponse>) - Method in interface com.alipay.sofa.jraft.rpc.RaftClientService
Sends a append-entries request and handle the response with done.
appendEntries(List<LogEntry>, LogManager.StableClosure) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
appendEntries(List<LogEntry>) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
appendEntries(List<LogEntry>, LogManager.StableClosure) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Append log entry vector and wait until it's stable (NOT COMMITTED!)
appendEntries(List<LogEntry>) - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Append entries to log, return append success number.
AppendEntriesRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.core
Append entries request processor.
AppendEntriesRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.AppendEntriesRequestProcessor
 
appendEntry(LogEntry) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
appendEntry(LogEntry) - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Append entries to log.
appendPeers(Collection<PeerId>) - Method in class com.alipay.sofa.jraft.conf.Configuration
 
appendPendingClosure(Closure) - Method in interface com.alipay.sofa.jraft.closure.ClosureQueue
Append a new closure into queue.
appendPendingClosure(Closure) - Method in class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
appendPendingTask(Configuration, Configuration, Closure) - Method in class com.alipay.sofa.jraft.core.BallotBox
Called by leader, otherwise the behavior is undefined Store application context before replication.
apply(Task) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
apply(Task) - Method in interface com.alipay.sofa.jraft.Node
[Thread-safe and wait-free] Apply task to the replicated-state-machine About the ownership: |task.data|: for the performance consideration, we will take away the content.
ApplyTaskMode - Enum in com.alipay.sofa.jraft.option
Apply task in blocking or non-blocking mode.
arrayBaseOffset(Class<?>) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Reports the offset of the first element in the storage allocation of a given array class.
arrayBaseOffset(Class<?>) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
Reports the offset of the first element in the storage allocation of a given array class.
ArrayDeque<E> - Class in com.alipay.sofa.jraft.util
Extend array list to add peek/poll first/last element.
ArrayDeque() - Constructor for class com.alipay.sofa.jraft.util.ArrayDeque
 
arrayIndexScale(Class<?>) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Reports the scale factor for addressing elements in the storage allocation of a given array class.
arrayIndexScale(Class<?>) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
Reports the scale factor for addressing elements in the storage allocation of a given array class.
AsciiStringUtil - Class in com.alipay.sofa.jraft.util
 
atomicMoveFile(File, File, boolean) - Static method in class com.alipay.sofa.jraft.util.Utils
 
AutoDetectDecoder - Class in com.alipay.sofa.jraft.entity.codec
Decoder that supports both v1 and v2 log entry codec protocol.
availablePermits() - Method in class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
Returns the current number of permits available in this semaphore.
await() - Method in class com.alipay.sofa.jraft.closure.SynchronizedClosure
Wait for closure run
await() - Method in class com.alipay.sofa.jraft.util.CountDownEvent
 
awaitTermination(long, TimeUnit) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 

B

Ballot - Class in com.alipay.sofa.jraft.entity
A ballot to vote.
Ballot() - Constructor for class com.alipay.sofa.jraft.entity.Ballot
 
Ballot.PosHint - Class in com.alipay.sofa.jraft.entity
 
Ballot.UnfoundPeerId - Class in com.alipay.sofa.jraft.entity
 
BallotBox - Class in com.alipay.sofa.jraft.core
Ballot box for voting.
BallotBox() - Constructor for class com.alipay.sofa.jraft.core.BallotBox
 
BallotBoxOptions - Class in com.alipay.sofa.jraft.option
Ballot box options.
BallotBoxOptions() - Constructor for class com.alipay.sofa.jraft.option.BallotBoxOptions
 
BarrierWriteContext() - Constructor for class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.BarrierWriteContext
 
BaseCliRequestProcessor<T extends com.google.protobuf.Message> - Class in com.alipay.sofa.jraft.rpc.impl.cli
Base template to handle cli requests.
BaseCliRequestProcessor(Executor, Message) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor
 
BaseCliRequestProcessor.CliRequestContext - Class in com.alipay.sofa.jraft.rpc.impl.cli
Cli request context
beforeExecute(Thread, Runnable) - Method in class com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor
 
beforeExecute(Thread, Runnable) - Method in class com.alipay.sofa.jraft.util.MetricThreadPoolExecutor
 
Bits - Class in com.alipay.sofa.jraft.util
Bits util.
Bits() - Constructor for class com.alipay.sofa.jraft.util.Bits
 
BOLT_CTX - Static variable in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
BOLT_REJECTED_EXECUTION_POLICY - Static variable in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
BoltRaftRpcFactory - Class in com.alipay.sofa.jraft.rpc.impl
 
BoltRaftRpcFactory() - Constructor for class com.alipay.sofa.jraft.rpc.impl.BoltRaftRpcFactory
 
BoltRpcClient - Class in com.alipay.sofa.jraft.rpc.impl
Bolt rpc client impl.
BoltRpcClient(RpcClient) - Constructor for class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
BoltRpcServer - Class in com.alipay.sofa.jraft.rpc.impl
Bolt RPC server impl.
BoltRpcServer(RpcServer) - Constructor for class com.alipay.sofa.jraft.rpc.impl.BoltRpcServer
 
bootstrap(BootstrapOptions) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
bootstrap(BootstrapOptions) - Static method in class com.alipay.sofa.jraft.JRaftUtils
Bootstrap a non-empty raft node.
BootstrapOptions - Class in com.alipay.sofa.jraft.option
Bootstrap options
BootstrapOptions() - Constructor for class com.alipay.sofa.jraft.option.BootstrapOptions
 
boundPort() - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcServer
 
boundPort() - Method in interface com.alipay.sofa.jraft.rpc.RpcServer
 
BufferUtils - Class in com.alipay.sofa.jraft.util
Explicit cast to Buffer parent buffer type.
BufferUtils() - Constructor for class com.alipay.sofa.jraft.util.BufferUtils
 
build() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
build() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
build() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
build() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
build() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
build() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
build() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
build() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
build() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
build() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
build() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
build() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentFileOptions.Builder
 
build() - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
build() - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Builds a MetricReporter with the given properties.
build() - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
build() - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.ScheduledPoolBuilder
 
builder(String, RaftOptions) - Static method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
Creates a RocksDBSegmentLogStorage builder.
Builder() - Constructor for class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
builder() - Static method in class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentFileOptions
 
Builder() - Constructor for class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentFileOptions.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
buildPartial() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
ByteBufferCollector - Class in com.alipay.sofa.jraft.util
A byte buffer collector that will expand automatically.
Bytes - Class in com.alipay.sofa.jraft.util
Utility class that handles immutable byte arrays.
Bytes(byte[]) - Constructor for class com.alipay.sofa.jraft.util.Bytes
Create a Bytes using the byte array.
BytesCarrier - Class in com.google.protobuf
 
BytesCarrier() - Constructor for class com.google.protobuf.BytesCarrier
 
BytesUtil - Class in com.alipay.sofa.jraft.util
 
BytesUtil.ByteArrayComparator - Interface in com.alipay.sofa.jraft.util
 

C

cancel(boolean) - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
cancel() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
cancel() - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
cancel() - Method in interface com.alipay.sofa.jraft.storage.snapshot.remote.Session
Cancel the copy job.
cancel() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotCopier
Cancel the copy job.
cancel() - Method in interface com.alipay.sofa.jraft.util.timer.Timeout
Attempts to cancel the TimerTask associated with this handle.
capacity() - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
CatchUpClosure - Class in com.alipay.sofa.jraft.closure
A catchup closure for peer to catch up.
CatchUpClosure() - Constructor for class com.alipay.sofa.jraft.closure.CatchUpClosure
 
changePeers(String, Configuration, Configuration) - Method in interface com.alipay.sofa.jraft.CliService
Gracefully change the peers of the replication group.
changePeers(String, Configuration, Configuration) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
changePeers(Configuration, Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
changePeers(Configuration, Closure) - Method in interface com.alipay.sofa.jraft.Node
Change the configuration of the raft group to |newPeers| , done.run() would be invoked after this operation finishes, describing the detailed result.
changePeers(Endpoint, CliRequests.ChangePeersRequest, RpcResponseClosure<CliRequests.ChangePeersResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Change peers.
changePeers(Endpoint, CliRequests.ChangePeersRequest, RpcResponseClosure<CliRequests.ChangePeersResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
ChangePeersRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
Change peers request processor.
ChangePeersRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.ChangePeersRequestProcessor
 
checkAndSetConfiguration(ConfigurationEntry) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
checkAndSetConfiguration(ConfigurationEntry) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Check if |current| should be updated to the latest configuration Returns the latest configuration, otherwise null.
checkConnection(Endpoint, boolean) - Method in interface com.alipay.sofa.jraft.rpc.ClientService
Check connection for given address and async to create a new one if there is no connection.
checkConnection(Endpoint, boolean) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
checkConnection(Endpoint) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
checkConnection(Endpoint, boolean) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
checkConnection(Endpoint) - Method in interface com.alipay.sofa.jraft.rpc.RpcClient
Check connection for given address.
checkConnection(Endpoint, boolean) - Method in interface com.alipay.sofa.jraft.rpc.RpcClient
Check connection for given address and async to create a new one if there is no connection.
checkConsistency() - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
checkConsistency() - Method in interface com.alipay.sofa.jraft.storage.LogManager
Check log consistency, returns the status
checkedCast(long) - Static method in class com.alipay.sofa.jraft.util.Ints
Returns the int value that is equal to value, if possible.
Checkpoint(String, int) - Constructor for class com.alipay.sofa.jraft.storage.log.CheckpointFile.Checkpoint
 
CheckpointFile - Class in com.alipay.sofa.jraft.storage.log
Segments checkpoint file.
CheckpointFile(String) - Constructor for class com.alipay.sofa.jraft.storage.log.CheckpointFile
 
CheckpointFile.Checkpoint - Class in com.alipay.sofa.jraft.storage.log
Checkpoint metadata info.
checkReplicator(PeerId, boolean) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
checkReplicator(PeerId, boolean) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Check replicator state, if it's not started, start it; if it is blocked, unblock it.
Checksum - Interface in com.alipay.sofa.jraft.entity
Checksum for entity.
checksum() - Method in interface com.alipay.sofa.jraft.entity.Checksum
Calculate a checksum value for this entity.
checksum(long, long) - Method in interface com.alipay.sofa.jraft.entity.Checksum
Returns the checksum value of two long values.
checksum(Collection<? extends Checksum>, long) - Method in interface com.alipay.sofa.jraft.entity.Checksum
Returns the checksum value of act on factors.
checksum() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
checksum() - Method in class com.alipay.sofa.jraft.entity.LogId
 
checksum() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
CHECKSUM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
CHECKSUM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
CHECKSUM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
classIterator() - Method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
 
clear() - Method in interface com.alipay.sofa.jraft.closure.ClosureQueue
Clear all closure in queue.
clear() - Method in class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
clear() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
clear() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
clear() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
clear() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
clear() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
clear() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
clear() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
clear() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
clear() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
clear() - Method in class com.alipay.sofa.jraft.NodeManager
Clear the states, for test
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.InvokeContext
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
clear() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
clear(int, boolean) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
Clear data in [startPos, startPos+64).
clear(Buffer) - Static method in class com.alipay.sofa.jraft.util.BufferUtils
 
clear() - Method in class com.alipay.sofa.jraft.util.concurrent.ConcurrentHashSet
clear the set
clear() - Method in class com.alipay.sofa.jraft.util.SegmentList
 
clearBufferedLogs() - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
clearBufferedLogs() - Method in interface com.alipay.sofa.jraft.storage.LogManager
We don't delete all the logs before last snapshot to avoid installing snapshot on slow replica.
clearChecksum() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
optional int64 checksum = 7;
clearChecksum() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional string checksum = 3;
clearChecksum() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
clearCommittedIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 committed_index = 8;
clearCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 count = 3;
clearData() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required bytes data = 6;
clearData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
optional bytes data = 9;
clearData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
required bytes data = 2;
clearDataLen() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
optional int64 data_len = 4;
clearEntries() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
clearEntries() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
repeated bytes entries = 3;
clearEof() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
Data is in attachment
clearErrorCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
required int32 errorCode = 1;
clearErrorMsg() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
optional string errorMsg = 2;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
clearFailureReplicators() - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
clearFailureReplicators() - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Clear failure to start replicators
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
clearFilename() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required string filename = 2;
clearFiles() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
clearFirstLogIndex() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
required int64 first_log_index = 1;
clearGranted() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
required bool granted = 2;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string group_id = 1;
clearGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string group_id = 1;
clearIndex() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required int64 index = 3;
clearIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
required int64 index = 1;
clearLastIncludedIndex() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
required int64 last_included_index = 1;
clearLastIncludedTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
required int64 last_included_term = 2;
clearLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional int64 last_log_index = 3;
clearLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 last_log_index = 6;
clearLastLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 last_log_term = 5;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string leader_id = 2;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string leader_id = 2;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string leader_id = 2;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
required string leader_id = 1;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional string leader_id = 2;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string leader_id = 2;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string leader_id = 2;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string leader_id = 2;
clearLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string leader_id = 2;
clearLearners() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes learners = 8;
clearLearners() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
clearLearners() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
clearLearners() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
clearLearners() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
clearLearners() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
clearLearners() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
clearMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
optional .jraft.SnapshotMeta meta = 1;
clearMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
optional .jraft.LocalFileMeta meta = 2;
clearMeta() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required .jraft.SnapshotMeta meta = 5;
clearName() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
required string name = 1;
clearNewLearners() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
clearNewPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
clearNewPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
clearNewPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
clearNewPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
clearNewPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
clearOffset() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 offset = 4;
clearOldLearners() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_learners = 9;
clearOldLearners() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
clearOldLearners() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
clearOldLearners() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
clearOldPeers() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_peers = 5;
clearOldPeers() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
clearOldPeers() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
clearOldPeers() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
clearOldPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
clearOldPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
clearOldPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
clearOldPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
clearOnlyAlive() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional bool only_alive = 3 [default = false];
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string peer_id = 3;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
optional string peer_id = 2;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string peer_id = 3;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string peer_id = 2;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
optional string peer_id = 2;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
optional string peer_id = 3;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string peer_id = 3;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string peer_id = 3;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string peer_id = 3;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional string peer_id = 4;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string peer_id = 3;
clearPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string peer_id = 3;
clearPeers() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes peers = 4;
clearPeers() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
clearPeers() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
clearPeers() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
clearPeers() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
clearPendingTasks() - Method in class com.alipay.sofa.jraft.core.BallotBox
Called when the leader steps down, otherwise the behavior is undefined When a leader steps down, the uncommitted user applications should fail immediately, which the new leader will deal whether to commit or truncate.
clearPrevLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 prev_log_index = 6;
clearPrevLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 prev_log_term = 5;
clearPreVote() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required bool pre_vote = 7;
clearReaderId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 reader_id = 1;
clearReadOnlyOptions() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional .jraft.ReadOnlyType readOnlyOptions = 5;
clearReadPartly() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
optional bool read_partly = 5;
clearReadSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional int64 read_size = 3;
clearReplicatorStateListeners() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
clearReplicatorStateListeners() - Method in interface com.alipay.sofa.jraft.Node
Remove all the ReplicatorStateListeners which have been added by users.
clearSendTimestamp() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
required int64 send_timestamp = 1;
clearServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string server_id = 2;
clearServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string server_id = 2;
clearServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string server_id = 2;
clearServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string server_id = 2;
clearServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string server_id = 2;
clearServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string server_id = 2;
clearSource() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional .jraft.FileSource source = 2;
clearSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
required bool success = 2;
clearSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
required bool success = 2;
clearSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
required bool success = 2;
clearSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
required bool success = 2;
clearTerm() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required int64 term = 2;
clearTerm() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required int64 term = 1;
clearTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
required int64 term = 1;
clearTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 term = 4;
clearTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
required int64 term = 1;
clearTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required int64 term = 4;
clearTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
required int64 term = 1;
clearTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 term = 4;
clearTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
required int64 term = 1;
clearTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required int64 term = 4;
clearTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
required int64 term = 1;
clearType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required .jraft.EntryType type = 1;
clearType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
required .jraft.EntryType type = 2;
clearUri() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string uri = 6;
clearUserMeta() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional bytes user_meta = 1;
clearVotedfor() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required string votedfor = 2;
CliClientService - Interface in com.alipay.sofa.jraft.rpc
Cli RPC client service.
CliClientServiceImpl - Class in com.alipay.sofa.jraft.rpc.impl.cli
 
CliClientServiceImpl() - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
ClientService - Interface in com.alipay.sofa.jraft.rpc
RPC client service
ClientServiceConnectionEventProcessor - Class in com.alipay.sofa.jraft.rpc.impl.core
Client RPC service connection event processor for ConnectionEventType.CONNECT
ClientServiceConnectionEventProcessor(ReplicatorGroup) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.ClientServiceConnectionEventProcessor
 
CliOptions - Class in com.alipay.sofa.jraft.option
Cli service options.
CliOptions() - Constructor for class com.alipay.sofa.jraft.option.CliOptions
 
CliRequestContext(Node, String, PeerId) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor.CliRequestContext
 
CliRequests - Class in com.alipay.sofa.jraft.rpc
 
CliRequests.AddLearnersRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AddLearnersRequest
CliRequests.AddLearnersRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AddLearnersRequest
CliRequests.AddLearnersRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.AddPeerRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AddPeerRequest
CliRequests.AddPeerRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AddPeerRequest
CliRequests.AddPeerRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.AddPeerResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AddPeerResponse
CliRequests.AddPeerResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AddPeerResponse
CliRequests.AddPeerResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.ChangePeersRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ChangePeersRequest
CliRequests.ChangePeersRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ChangePeersRequest
CliRequests.ChangePeersRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.ChangePeersResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ChangePeersResponse
CliRequests.ChangePeersResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ChangePeersResponse
CliRequests.ChangePeersResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.GetLeaderRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetLeaderRequest
CliRequests.GetLeaderRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetLeaderRequest
CliRequests.GetLeaderRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.GetLeaderResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetLeaderResponse
CliRequests.GetLeaderResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetLeaderResponse
CliRequests.GetLeaderResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.GetPeersRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetPeersRequest
CliRequests.GetPeersRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetPeersRequest
CliRequests.GetPeersRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.GetPeersResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetPeersResponse
CliRequests.GetPeersResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetPeersResponse
CliRequests.GetPeersResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.LearnersOpResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.LearnersOpResponse
CliRequests.LearnersOpResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.LearnersOpResponse
CliRequests.LearnersOpResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.RemoveLearnersRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RemoveLearnersRequest
CliRequests.RemoveLearnersRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RemoveLearnersRequest
CliRequests.RemoveLearnersRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.RemovePeerRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RemovePeerRequest
CliRequests.RemovePeerRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RemovePeerRequest
CliRequests.RemovePeerRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.RemovePeerResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RemovePeerResponse
CliRequests.RemovePeerResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RemovePeerResponse
CliRequests.RemovePeerResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.ResetLearnersRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ResetLearnersRequest
CliRequests.ResetLearnersRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ResetLearnersRequest
CliRequests.ResetLearnersRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.ResetPeerRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ResetPeerRequest
CliRequests.ResetPeerRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ResetPeerRequest
CliRequests.ResetPeerRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.SnapshotRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.SnapshotRequest
CliRequests.SnapshotRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.SnapshotRequest
CliRequests.SnapshotRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliRequests.TransferLeaderRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.TransferLeaderRequest
CliRequests.TransferLeaderRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.TransferLeaderRequest
CliRequests.TransferLeaderRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
CliService - Interface in com.alipay.sofa.jraft
Client command-line service
CliServiceImpl - Class in com.alipay.sofa.jraft.core
Cli service implementation.
CliServiceImpl() - Constructor for class com.alipay.sofa.jraft.core.CliServiceImpl
 
clone() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
clone() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
clone() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
clone() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
clone() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
clone() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
clone() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
clone() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
clone() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
clone() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
close() - Method in interface com.alipay.sofa.jraft.rpc.Connection
Close the connection.
close() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
close() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
close() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
close(boolean) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
close() - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
close(boolean) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotWriter
Close the writer.
closeConnection(Endpoint) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
closeConnection(Endpoint) - Method in interface com.alipay.sofa.jraft.rpc.RpcClient
Close all connections of a address.
closeQuietly(Closeable) - Static method in class com.alipay.sofa.jraft.util.Utils
Close a closeable.
Closure - Interface in com.alipay.sofa.jraft
Callback closure.
ClosureQueue - Interface in com.alipay.sofa.jraft.closure
A thread-safe closure queue.
ClosureQueueImpl - Class in com.alipay.sofa.jraft.closure
Closure queue implementation.
ClosureQueueImpl() - Constructor for class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
ClosureQueueImpl(String) - Constructor for class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
com.alipay.sofa.jraft - package com.alipay.sofa.jraft
 
com.alipay.sofa.jraft.closure - package com.alipay.sofa.jraft.closure
 
com.alipay.sofa.jraft.conf - package com.alipay.sofa.jraft.conf
 
com.alipay.sofa.jraft.core - package com.alipay.sofa.jraft.core
 
com.alipay.sofa.jraft.entity - package com.alipay.sofa.jraft.entity
 
com.alipay.sofa.jraft.entity.codec - package com.alipay.sofa.jraft.entity.codec
 
com.alipay.sofa.jraft.entity.codec.v1 - package com.alipay.sofa.jraft.entity.codec.v1
 
com.alipay.sofa.jraft.entity.codec.v2 - package com.alipay.sofa.jraft.entity.codec.v2
 
com.alipay.sofa.jraft.error - package com.alipay.sofa.jraft.error
 
com.alipay.sofa.jraft.option - package com.alipay.sofa.jraft.option
 
com.alipay.sofa.jraft.rpc - package com.alipay.sofa.jraft.rpc
 
com.alipay.sofa.jraft.rpc.impl - package com.alipay.sofa.jraft.rpc.impl
 
com.alipay.sofa.jraft.rpc.impl.cli - package com.alipay.sofa.jraft.rpc.impl.cli
 
com.alipay.sofa.jraft.rpc.impl.core - package com.alipay.sofa.jraft.rpc.impl.core
 
com.alipay.sofa.jraft.storage - package com.alipay.sofa.jraft.storage
 
com.alipay.sofa.jraft.storage.impl - package com.alipay.sofa.jraft.storage.impl
 
com.alipay.sofa.jraft.storage.io - package com.alipay.sofa.jraft.storage.io
 
com.alipay.sofa.jraft.storage.log - package com.alipay.sofa.jraft.storage.log
 
com.alipay.sofa.jraft.storage.snapshot - package com.alipay.sofa.jraft.storage.snapshot
 
com.alipay.sofa.jraft.storage.snapshot.local - package com.alipay.sofa.jraft.storage.snapshot.local
 
com.alipay.sofa.jraft.storage.snapshot.remote - package com.alipay.sofa.jraft.storage.snapshot.remote
 
com.alipay.sofa.jraft.util - package com.alipay.sofa.jraft.util
 
com.alipay.sofa.jraft.util.concurrent - package com.alipay.sofa.jraft.util.concurrent
 
com.alipay.sofa.jraft.util.internal - package com.alipay.sofa.jraft.util.internal
 
com.alipay.sofa.jraft.util.timer - package com.alipay.sofa.jraft.util.timer
 
com.google.protobuf - package com.google.protobuf
 
commit() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
commit() - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
commit() - Method in interface com.alipay.sofa.jraft.Iterator
Commit state machine.
commitAndSnapshotSync(Closure) - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
commitAndSnapshotSync(Closure) - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
commitAndSnapshotSync(Closure) - Method in interface com.alipay.sofa.jraft.Iterator
Commit state machine, then try to save a snapshot with current log applied if commit successfully.
commitAt(long, long, PeerId) - Method in class com.alipay.sofa.jraft.core.BallotBox
Called by leader, otherwise the behavior is undefined Set logs in [first_log_index, last_log_index] are stable at |peer|.
COMMITTED_INDEX_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
committedPos - Variable in class com.alipay.sofa.jraft.storage.log.CheckpointFile.Checkpoint
 
compare(byte[], int, int, byte[], int, int) - Method in interface com.alipay.sofa.jraft.util.BytesUtil.ByteArrayComparator
 
compare(byte[], byte[]) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
 
compareTo(LogId) - Method in class com.alipay.sofa.jraft.entity.LogId
 
compareTo(Bytes) - Method in class com.alipay.sofa.jraft.util.Bytes
 
complete(Object, Throwable) - Method in interface com.alipay.sofa.jraft.rpc.InvokeCallback
 
concatenate(ByteString, ByteString) - Static method in class com.google.protobuf.ZeroByteStringHelper
Concatenate the given strings while performing various optimizations to slow the growth rate of tree depth and tree node count.
concatenate(List<ByteBuffer>) - Static method in class com.google.protobuf.ZeroByteStringHelper
 
ConcurrentHashSet<E> - Class in com.alipay.sofa.jraft.util.concurrent
Concurrent hash set.
ConcurrentHashSet() - Constructor for class com.alipay.sofa.jraft.util.concurrent.ConcurrentHashSet
constructor
config(T) - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory.ConfigHelper
 
configRpcClient(RpcClient) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
configRpcClient(RpcClient) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
Configuration - Class in com.alipay.sofa.jraft.conf
A configuration with a set of peers.
Configuration() - Constructor for class com.alipay.sofa.jraft.conf.Configuration
 
Configuration(Iterable<PeerId>) - Constructor for class com.alipay.sofa.jraft.conf.Configuration
Construct a configuration instance with peers.
Configuration(Configuration) - Constructor for class com.alipay.sofa.jraft.conf.Configuration
Construct a configuration from another conf.
Configuration(Iterable<PeerId>, Iterable<PeerId>) - Constructor for class com.alipay.sofa.jraft.conf.Configuration
Construct a Configuration instance with peers and learners.
ConfigurationEntry - Class in com.alipay.sofa.jraft.conf
A configuration entry with current peers and old peers.
ConfigurationEntry() - Constructor for class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
ConfigurationEntry(LogId, Configuration, Configuration) - Constructor for class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
ConfigurationManager - Class in com.alipay.sofa.jraft.conf
Configuration manager
ConfigurationManager() - Constructor for class com.alipay.sofa.jraft.conf.ConfigurationManager
 
connect(Endpoint) - Method in interface com.alipay.sofa.jraft.rpc.ClientService
Connect to endpoint, returns true when success.
connect(Endpoint) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
Connection - Interface in com.alipay.sofa.jraft.rpc
RPC connection
ConnectionClosedEventListener - Interface in com.alipay.sofa.jraft.rpc.impl
 
contains(PeerId) - Method in class com.alipay.sofa.jraft.conf.Configuration
 
contains(PeerId) - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
contains(PeerId) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
contains(PeerId) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Returns true if the there's a replicator attached to the given |peer|
contains(long) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
Returns true when the segment file contains the log index.
contains(Object) - Method in class com.alipay.sofa.jraft.util.concurrent.ConcurrentHashSet
 
contains(String) - Static method in class com.alipay.sofa.jraft.util.SystemPropertyUtil
Returns true if and only if the system property with the specified key exists.
containsLearner(PeerId) - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
convertDurationsTo(TimeUnit) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Convert durations to the given time unit.
convertMsgType(ReadOnlyOption) - Static method in enum com.alipay.sofa.jraft.option.ReadOnlyOption
 
convertRatesTo(TimeUnit) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Convert rates to the given time unit.
Copiable<T> - Interface in com.alipay.sofa.jraft.util
Copiable mark interface.
copy() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
copy() - Method in class com.alipay.sofa.jraft.entity.LogId
 
copy() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
copy() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
copy() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
copy() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
copy() - Method in class com.alipay.sofa.jraft.Status
 
copy() - Method in interface com.alipay.sofa.jraft.util.Copiable
Copy current object(deep-clone).
copy() - Method in class com.alipay.sofa.jraft.util.Endpoint
 
copy2IoBuffer(String, ByteBufferCollector, CopyOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.RemoteFileCopier
Copy `source` from remote to buffer.
copyFrom(String, SnapshotCopierOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
copyFrom(String, SnapshotCopierOptions) - Method in interface com.alipay.sofa.jraft.storage.SnapshotStorage
Copy data from remote uri.
copyMemory(Object, long, Object, long, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
copyMemory(long, long, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
CopyOptions - Class in com.alipay.sofa.jraft.option
Copier options.
CopyOptions() - Constructor for class com.alipay.sofa.jraft.option.CopyOptions
 
CopySession - Class in com.alipay.sofa.jraft.storage.snapshot.remote
Copy session.
CopySession(RaftClientService, Scheduler, SnapshotThrottle, RaftOptions, RpcRequests.GetFileRequest.Builder, Endpoint) - Constructor for class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
copyToFile(String, String, CopyOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.RemoteFileCopier
Copy `source` from remote to local dest.
coreThreads(Integer) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
coreThreads(Integer) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.ScheduledPoolBuilder
 
COUNT_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
countDown() - Method in class com.alipay.sofa.jraft.util.CountDownEvent
 
CountDownEvent - Class in com.alipay.sofa.jraft.util
CountDown event.
CountDownEvent() - Constructor for class com.alipay.sofa.jraft.util.CountDownEvent
 
cpus() - Static method in class com.alipay.sofa.jraft.util.Utils
Get system CPUs count.
CRC64 - Class in com.alipay.sofa.jraft.util
CRC64
CRC64() - Constructor for class com.alipay.sofa.jraft.util.CRC64
 
crc64(byte[]) - Static method in class com.alipay.sofa.jraft.util.CrcUtil
Compute CRC64 checksum for byte[].
crc64(byte[], int, int) - Static method in class com.alipay.sofa.jraft.util.CrcUtil
Compute CRC64 checksum for byte[].
crc64(ByteBuffer) - Static method in class com.alipay.sofa.jraft.util.CrcUtil
Compute CRC64 checksum for ByteBuffer.
CRC_SWITCH - Static variable in class com.alipay.sofa.jraft.rpc.InvokeContext
 
CrcUtil - Class in com.alipay.sofa.jraft.util
CRC utilities to compute CRC64 checksum.
create() - Method in class com.alipay.sofa.jraft.storage.log.AbortFile
 
create() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
create(boolean) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
create() - Method in interface com.alipay.sofa.jraft.storage.SnapshotStorage
Create a snapshot writer.
createAndInitCliService(CliOptions) - Static method in class com.alipay.sofa.jraft.RaftServiceFactory
Create and initialize a CliService instance.
createAndInitRaftNode(String, PeerId, NodeOptions) - Static method in class com.alipay.sofa.jraft.RaftServiceFactory
Create and initialize a raft node with node options.
createAndStartRaftRpcServer(Endpoint) - Static method in class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
Creates a raft RPC server and starts it.
createAndStartRaftRpcServer(Endpoint, Executor, Executor) - Static method in class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
Creates a raft RPC server and starts it.
createCliService() - Static method in class com.alipay.sofa.jraft.RaftServiceFactory
Create a CliService instance.
createExecutor(String, int) - Static method in class com.alipay.sofa.jraft.JRaftUtils
Create a executor with size.
createLogEntryCodecFactory() - Method in class com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory
 
createLogEntryCodecFactory() - Method in interface com.alipay.sofa.jraft.JRaftServiceFactory
Creates a log entry codec factory.
createLogStorage(String, RaftOptions) - Method in class com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory
 
createLogStorage(String, RaftOptions) - Method in interface com.alipay.sofa.jraft.JRaftServiceFactory
Creates a raft log storage.
createRaftMetaStorage(String, RaftOptions) - Method in class com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory
 
createRaftMetaStorage(String, RaftOptions) - Method in interface com.alipay.sofa.jraft.JRaftServiceFactory
Creates a raft meta storage.
createRaftNode(String, PeerId) - Static method in class com.alipay.sofa.jraft.RaftServiceFactory
Create a raft node with group id and it's serverId.
createRaftRpcServer(Endpoint) - Static method in class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
Creates a raft RPC server with default request executors.
createRaftRpcServer(Endpoint, Executor, Executor) - Static method in class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
Creates a raft RPC server with executors to handle requests.
createRaftRpcServer(Endpoint, Executor, Executor, Executor) - Static method in class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
Creates a raft RPC server with executors to handle requests.
createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient>) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRaftRpcFactory
 
createRpcClient() - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
Creates a raft RPC client.
createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient>) - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
Creates a raft RPC client.
createRpcServer(Endpoint, RaftRpcFactory.ConfigHelper<RpcServer>) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRaftRpcFactory
 
createRpcServer(Endpoint) - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
Creates a raft RPC server.
createRpcServer(Endpoint, RaftRpcFactory.ConfigHelper<RpcServer>) - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
Creates a raft RPC server.
createScheduler(int, String) - Method in class com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory
 
createScheduler(int, String) - Method in interface com.alipay.sofa.jraft.util.timer.RaftTimerFactory
 
createSnapshotStorage(NodeOptions) - Method in class com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory
 
createSnapshotStorage(NodeOptions) - Method in interface com.alipay.sofa.jraft.JRaftServiceFactory
Creates a raft snapshot storage
createThreadFactory(String) - Static method in class com.alipay.sofa.jraft.JRaftUtils
Create a thread factory.
createTimer(String) - Method in class com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory
 
createTimer(String) - Method in interface com.alipay.sofa.jraft.util.timer.RaftTimerFactory
 
cutCause(T) - Static method in class com.alipay.sofa.jraft.util.internal.ThrowUtil
 

D

DATA_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
DATA_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
DATA_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
DATA_LEN_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
DebugStatistics - Class in com.alipay.sofa.jraft.util
 
DebugStatistics() - Constructor for class com.alipay.sofa.jraft.util.DebugStatistics
 
decode(byte[]) - Method in class com.alipay.sofa.jraft.entity.codec.AutoDetectDecoder
 
decode(byte[]) - Method in interface com.alipay.sofa.jraft.entity.codec.LogEntryDecoder
Decode a log entry from byte array, return null when fail to decode.
decode(byte[]) - Method in class com.alipay.sofa.jraft.entity.codec.v1.V1Decoder
Deprecated.
 
decode(LogEntry, byte[]) - Method in class com.alipay.sofa.jraft.entity.codec.v1.V1Decoder
Deprecated.
 
decode(byte[]) - Method in class com.alipay.sofa.jraft.entity.codec.v2.V2Decoder
 
decode(byte[]) - Method in class com.alipay.sofa.jraft.entity.LogEntry
Deprecated. 
decoder() - Method in class com.alipay.sofa.jraft.entity.codec.DefaultLogEntryCodecFactory
 
decoder() - Method in interface com.alipay.sofa.jraft.entity.codec.LogEntryCodecFactory
Returns a log entry decoder.
decoder() - Method in class com.alipay.sofa.jraft.entity.codec.v1.LogEntryV1CodecFactory
Deprecated.
 
decoder() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogEntryV2CodecFactory
 
decodeUtf8(byte[], int, int) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtf8Util
 
decodeUtf8Direct(ByteBuffer, int, int) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtf8Util
 
DEFAULT - Static variable in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
 
DEFAULT - Static variable in class com.alipay.sofa.jraft.util.AdaptiveBufAllocator
 
DefaultExecutorChooserFactory - Class in com.alipay.sofa.jraft.util.concurrent
 
DefaultFixedThreadsExecutorGroup - Class in com.alipay.sofa.jraft.util.concurrent
 
DefaultFixedThreadsExecutorGroup(SingleThreadExecutor[]) - Constructor for class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
DefaultFixedThreadsExecutorGroup(SingleThreadExecutor[], ExecutorChooserFactory.ExecutorChooser) - Constructor for class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
DefaultFixedThreadsExecutorGroup(ExecutorService[]) - Constructor for class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
DefaultFixedThreadsExecutorGroup(ExecutorService[], ExecutorChooserFactory.ExecutorChooser) - Constructor for class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
DefaultFixedThreadsExecutorGroupFactory - Class in com.alipay.sofa.jraft.util.concurrent
 
defaultJRaftClientConfigHelper(RpcOptions) - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
 
defaultJRaftServerConfigHelper(RpcOptions) - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
 
DefaultJRaftServiceFactory - Class in com.alipay.sofa.jraft.core
The default factory for JRaft services.
DefaultJRaftServiceFactory() - Constructor for class com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory
 
DefaultLogEntryCodecFactory - Class in com.alipay.sofa.jraft.entity.codec
Default log entry codec factory
DefaultPrinter(PrintWriter) - Constructor for class com.alipay.sofa.jraft.util.Describer.DefaultPrinter
 
DefaultRaftClientService - Class in com.alipay.sofa.jraft.rpc.impl.core
Raft rpc service based bolt.
DefaultRaftClientService(ReplicatorGroup) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
DefaultRaftClientService(ReplicatorGroup, FixedThreadsExecutorGroup) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
DefaultRaftTimerFactory - Class in com.alipay.sofa.jraft.util.timer
 
DefaultRaftTimerFactory() - Constructor for class com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory
 
defaultResp() - Method in class com.alipay.sofa.jraft.rpc.RpcRequestProcessor
 
defaultServiceFactory - Static variable in class com.alipay.sofa.jraft.option.BootstrapOptions
 
defaultServiceFactory - Static variable in class com.alipay.sofa.jraft.option.NodeOptions
 
DefaultSingleThreadExecutor - Class in com.alipay.sofa.jraft.util.concurrent
 
DefaultSingleThreadExecutor(ExecutorService) - Constructor for class com.alipay.sofa.jraft.util.concurrent.DefaultSingleThreadExecutor
Anti-gentleman is not against villains, we believe that you are providing a single-thread executor.
DefaultSingleThreadExecutor(String, int) - Constructor for class com.alipay.sofa.jraft.util.concurrent.DefaultSingleThreadExecutor
 
DefaultTimer - Class in com.alipay.sofa.jraft.util.timer
 
DefaultTimer(int, String) - Constructor for class com.alipay.sofa.jraft.util.timer.DefaultTimer
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.core.BallotBox
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.RouteTable
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
describe(Describer.Printer) - Method in interface com.alipay.sofa.jraft.util.Describer
 
describe(Describer.Printer) - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
 
describeCode(int) - Static method in enum com.alipay.sofa.jraft.error.RaftError
 
Describer - Interface in com.alipay.sofa.jraft.util
Components that implement this interface need to be able to describe their own state and output state information via the describe method.
Describer.DefaultPrinter - Class in com.alipay.sofa.jraft.util
 
Describer.Printer - Interface in com.alipay.sofa.jraft.util
 
deserializeContent(T) - Method in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
deserializeContent(T, InvokeContext) - Method in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
deserializeHeader(T) - Method in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
deserializeHeader(T, InvokeContext) - Method in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
destroy() - Method in class com.alipay.sofa.jraft.rpc.impl.core.AppendEntriesRequestProcessor
 
destroy() - Method in class com.alipay.sofa.jraft.storage.log.AbortFile
 
destroy() - Method in class com.alipay.sofa.jraft.storage.log.CheckpointFile
 
destroy() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
Destroy the file.
destroy() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Destroy timer
diff(Configuration, Configuration, Configuration) - Method in class com.alipay.sofa.jraft.conf.Configuration
Get the difference between |*this| and |rhs| |included| would be assigned to |*this| - |rhs| |excluded| would be assigned to |rhs| - |*this|
DirectExecutor - Enum in com.alipay.sofa.jraft.util
An executor that direct run command.
Disabled - Static variable in class com.alipay.sofa.jraft.core.ElectionPriority
Priority -1 represents this node disabled the priority election function.
disabledMetricAttributes(Set<MetricAttribute>) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Don't report the passed metric attributes for all metrics (e.g.
disconnect(Endpoint) - Method in interface com.alipay.sofa.jraft.rpc.ClientService
Disconnect from endpoint.
disconnect(Endpoint) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
DisruptorBuilder<T> - Class in com.alipay.sofa.jraft.util
A builder to build a disruptor instance.
DisruptorMetricSet - Class in com.alipay.sofa.jraft.util
Disruptor metric set including buffer-size, remaining-capacity etc.
DisruptorMetricSet(RingBuffer<?>) - Constructor for class com.alipay.sofa.jraft.util.DisruptorMetricSet
 
done() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
done() - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
done() - Method in interface com.alipay.sofa.jraft.Iterator
If done() is non-NULL, you must call done()->Run() after applying this task no matter this operation succeeds or fails, otherwise the corresponding resources would leak.
doSnapshot(Closure) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
doSnapshot(Closure) - Method in interface com.alipay.sofa.jraft.storage.SnapshotExecutor
Start to snapshot StateMachine, and |done| is called after the execution finishes or fails.
doSnapshotSync(Closure) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
doSnapshotSync(Closure) - Method in interface com.alipay.sofa.jraft.storage.SnapshotExecutor
Start to snapshot StateMachine immediately with the latest log applied to state machine.

E

ElectionPriority - Class in com.alipay.sofa.jraft.core
ElectionPriority Type
ElectionPriority() - Constructor for class com.alipay.sofa.jraft.core.ElectionPriority
 
EMPTY_BYTES - Static variable in class com.alipay.sofa.jraft.util.BytesUtil
 
EMPTY_DATA - Static variable in class com.alipay.sofa.jraft.entity.LogEntry
 
emptyPeer() - Static method in class com.alipay.sofa.jraft.entity.PeerId
Create an empty peer.
EmptyWriteContext() - Constructor for class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage.EmptyWriteContext
 
enableMetric(Boolean) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
enableMetric(Boolean) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.ScheduledPoolBuilder
 
encode(LogEntry) - Method in interface com.alipay.sofa.jraft.entity.codec.LogEntryEncoder
Encode a log entry into a byte array.
encode(LogEntry) - Method in class com.alipay.sofa.jraft.entity.codec.v1.V1Encoder
Deprecated.
 
encode(LogEntry) - Method in class com.alipay.sofa.jraft.entity.codec.v2.V2Encoder
 
encode() - Method in class com.alipay.sofa.jraft.entity.LogEntry
Deprecated. 
encodedLength(CharSequence) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtf8Util
Returns the number of bytes in the UTF-8-encoded form of sequence.
encoder() - Method in class com.alipay.sofa.jraft.entity.codec.DefaultLogEntryCodecFactory
 
encoder() - Method in interface com.alipay.sofa.jraft.entity.codec.LogEntryCodecFactory
Returns a log entry encoder.
encoder() - Method in class com.alipay.sofa.jraft.entity.codec.v1.LogEntryV1CodecFactory
Deprecated.
 
encoder() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogEntryV2CodecFactory
 
encodeUtf8(CharSequence, byte[], int, int) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtf8Util
 
encodeUtf8Direct(CharSequence, ByteBuffer) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtf8Util
 
Endpoint - Class in com.alipay.sofa.jraft.util
A IP address with port.
Endpoint() - Constructor for class com.alipay.sofa.jraft.util.Endpoint
 
Endpoint(String, int) - Constructor for class com.alipay.sofa.jraft.util.Endpoint
 
ensurePipeline() - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRaftRpcFactory
 
ensurePipeline() - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
Ensure RPC framework supports pipeline.
entries - Variable in class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
ENTRIES_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
ENTRIES_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
entry() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
ENTRY_TYPE_CONFIGURATION_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
ENTRY_TYPE_CONFIGURATION = 3;
ENTRY_TYPE_DATA_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
ENTRY_TYPE_DATA = 2;
ENTRY_TYPE_NO_OP_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
ENTRY_TYPE_NO_OP = 1;
ENTRY_TYPE_UNKNOWN_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
ENTRY_TYPE_UNKNOWN = 0;
entrySet() - Method in class com.alipay.sofa.jraft.rpc.InvokeContext
 
EnumOutter - Class in com.alipay.sofa.jraft.entity
 
EnumOutter.EntryType - Enum in com.alipay.sofa.jraft.entity
Protobuf enum jraft.EntryType
EnumOutter.ErrorType - Enum in com.alipay.sofa.jraft.entity
Protobuf enum jraft.ErrorType
EnumOutter.ReadOnlyType - Enum in com.alipay.sofa.jraft.entity
Protobuf enum jraft.ReadOnlyType
EOF - Static variable in interface com.alipay.sofa.jraft.storage.io.FileReader
 
EOF_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.conf.Configuration
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.LogId
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.NodeId
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.PeerId
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
equals(Object) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
equals(Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
equals(Object) - Method in class com.alipay.sofa.jraft.Status
 
equals(Object) - Method in class com.alipay.sofa.jraft.util.Bytes
 
equals(Object) - Method in class com.alipay.sofa.jraft.util.Endpoint
 
ERROR_RESPONSE_NUM - Static variable in interface com.alipay.sofa.jraft.rpc.RpcResponseFactory
This is a convention that if a Message contains an RpcRequests.ErrorResponse field, it can only be in position 99.
ERROR_TYPE_LOG_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
ERROR_TYPE_LOG = 1;
ERROR_TYPE_META_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
ERROR_TYPE_META = 5;
ERROR_TYPE_NONE_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
ERROR_TYPE_NONE = 0;
ERROR_TYPE_SNAPSHOT_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
ERROR_TYPE_SNAPSHOT = 3;
ERROR_TYPE_STABLE_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
ERROR_TYPE_STABLE = 2;
ERROR_TYPE_STATE_MACHINE_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
ERROR_TYPE_STATE_MACHINE = 4;
ERRORCODE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
ERRORMSG_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
ERRORRESPONSE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
execute(int, Runnable) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
execute(Runnable) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultSingleThreadExecutor
 
execute(int, Runnable) - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroup
Executes the given task at some time in the future.
execute(Runnable) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
execute(Runnable) - Method in enum com.alipay.sofa.jraft.util.DirectExecutor
 
executor() - Method in class com.alipay.sofa.jraft.rpc.impl.PingRequestProcessor
 
executor() - Method in interface com.alipay.sofa.jraft.rpc.InvokeCallback
 
executor() - Method in interface com.alipay.sofa.jraft.rpc.RpcProcessor
Get user's executor.
executor() - Method in class com.alipay.sofa.jraft.rpc.RpcRequestProcessor
 
ExecutorChooserFactory - Interface in com.alipay.sofa.jraft.util.concurrent
Factory that creates new ExecutorChooserFactory.ExecutorChoosers.
ExecutorChooserFactory.ExecutorChooser - Interface in com.alipay.sofa.jraft.util.concurrent
 
executorSelector() - Method in class com.alipay.sofa.jraft.rpc.impl.core.AppendEntriesRequestProcessor
 
executorSelector() - Method in interface com.alipay.sofa.jraft.rpc.RpcProcessor
 
ExecutorServiceHelper - Class in com.alipay.sofa.jraft.util
 
ExecutorServiceHelper() - Constructor for class com.alipay.sofa.jraft.util.ExecutorServiceHelper
 
exists() - Method in class com.alipay.sofa.jraft.storage.log.AbortFile
 
expandAtMost(int) - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
expandByteBuffer(ByteBuffer) - Static method in class com.alipay.sofa.jraft.util.Utils
Expand byte buffer for 1024 bytes.
expandByteBufferAtLeast(ByteBuffer, int) - Static method in class com.alipay.sofa.jraft.util.Utils
Expand byte buffer at least minLength.
expandByteBufferAtMost(ByteBuffer, int) - Static method in class com.alipay.sofa.jraft.util.Utils
Expand byte buffer at most maxLength.
expandIfNecessary() - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 

F

failure - Variable in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 
failure(Throwable) - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
Notify about the failure, occured during asynchronous operation execution.
FILE_SOURCE_LOCAL_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
FILE_SOURCE_LOCAL = 0;
FILE_SOURCE_REFERENCE_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
FILE_SOURCE_REFERENCE = 1;
FILENAME_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
FileOutputSignalHandler - Class in com.alipay.sofa.jraft.util
 
FileOutputSignalHandler() - Constructor for class com.alipay.sofa.jraft.util.FileOutputSignalHandler
 
FileReader - Interface in com.alipay.sofa.jraft.storage.io
Read data from a file, all the method should be thread-safe.
FILES_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
FileService - Class in com.alipay.sofa.jraft.storage
File reader service.
fillInStackTrace() - Method in exception com.alipay.sofa.jraft.error.RetryAgainException
 
filter(MetricFilter) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Only report metrics which match the given filter.
finalize() - Method in class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
 
find(String) - Method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
 
findNextPositivePowerOfTwo(int) - Static method in class com.alipay.sofa.jraft.util.Ints
Fast method of finding the next power of 2 greater than or equal to the supplied value.
findTheNextCandidate(ConfigurationEntry) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
findTheNextCandidate(ConfigurationEntry) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Find the follower with the most log entries in this group, which is likely becomes the leader according to the election algorithm of raft.
finishJob() - Method in interface com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage.WriteContext
Finish a sub job
finishJob() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.BarrierWriteContext
 
first() - Method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
 
FIRST_LOG_IDX_KEY - Static variable in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
First log index and last log index key in configuration column family.
FIRST_LOG_INDEX_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
firstLogIndex - Variable in class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
FixedThreadsExecutorGroup - Interface in com.alipay.sofa.jraft.util.concurrent
 
FixedThreadsExecutorGroupFactory - Interface in com.alipay.sofa.jraft.util.concurrent
 
flip(Buffer) - Static method in class com.alipay.sofa.jraft.util.BufferUtils
 
formattedFor(Locale) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Format numbers for the given Locale.
formattedFor(TimeZone) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Use the given TimeZone for the time.
forNumber(int) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
 
forNumber(int) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
 
forNumber(int) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
 
forNumber(int) - Static method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
 
forNumber(int) - Static method in enum com.alipay.sofa.jraft.error.RaftError
 
forRegistry(MetricRegistry) - Static method in class com.alipay.sofa.jraft.util.MetricReporter
FSMCaller - Interface in com.alipay.sofa.jraft
Finite state machine caller.
FSMCaller.LastAppliedLogIndexListener - Interface in com.alipay.sofa.jraft
Listen on lastAppliedLogIndex update events.
FSMCallerImpl - Class in com.alipay.sofa.jraft.core
The finite state machine caller implementation.
FSMCallerImpl() - Constructor for class com.alipay.sofa.jraft.core.FSMCallerImpl
 
FSMCallerImpl.OnErrorClosure - Class in com.alipay.sofa.jraft.core
Closure runs with an error.
FSMCallerOptions - Class in com.alipay.sofa.jraft.option
FSM caller options.
FSMCallerOptions() - Constructor for class com.alipay.sofa.jraft.option.FSMCallerOptions
 
fsync(File) - Static method in class com.alipay.sofa.jraft.util.Utils
Calls fsync on a file or directory.
FutureImpl<R> - Class in com.alipay.sofa.jraft.rpc.impl
Simple Future implementation, which uses ReentrantLock to synchronize during the lifecycle.
FutureImpl() - Constructor for class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 
FutureImpl(ReentrantLock) - Constructor for class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 

G

generateURIForCopy() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
generateURIForCopy() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotReader
Generate uri for other peers to copy this snapshot.
get(long) - Method in class com.alipay.sofa.jraft.conf.ConfigurationManager
 
get(String, PeerId) - Method in class com.alipay.sofa.jraft.NodeManager
Get node by groupId and peer.
get() - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
get(long, TimeUnit) - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
get(String) - Method in class com.alipay.sofa.jraft.rpc.InvokeContext
 
get() - Method in class com.alipay.sofa.jraft.util.Bytes
Get the data from the Bytes.
get(U) - Method in interface com.alipay.sofa.jraft.util.internal.IntegerFieldUpdater
 
get(U) - Method in interface com.alipay.sofa.jraft.util.internal.LongFieldUpdater
 
get(U) - Method in interface com.alipay.sofa.jraft.util.internal.ReferenceFieldUpdater
 
get() - Method in class com.alipay.sofa.jraft.util.Recyclers
 
get(int) - Method in class com.alipay.sofa.jraft.util.SegmentList
 
get(String) - Static method in class com.alipay.sofa.jraft.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to null if the property access fails.
get(String, String) - Static method in class com.alipay.sofa.jraft.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getAddr() - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
getAfterShutdown() - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
getAliveLearners(String, Configuration) - Method in interface com.alipay.sofa.jraft.CliService
Ask all alive learners of the replication group.
getAliveLearners(String, Configuration) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
getAlivePeers(String, Configuration) - Method in interface com.alipay.sofa.jraft.CliService
Ask all alive peers of the replication group.
getAlivePeers(String, Configuration) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
getAllNodes() - Method in class com.alipay.sofa.jraft.NodeManager
Get all nodes
getAppendEntriesExecutors() - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
getApplyBatch() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getApplyTaskMode() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getAttachment() - Method in class com.alipay.sofa.jraft.util.CountDownEvent
 
getAttribute(String) - Method in interface com.alipay.sofa.jraft.rpc.Connection
Get the attribute that bound to the connection.
getAutoCommitPerLog() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
getBallotBox() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getBallotBox() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getBoolean(Object, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getBoolean(boolean[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getBoolean(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getBoolean(String, boolean) - Static method in class com.alipay.sofa.jraft.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getBooleanVolatile(boolean[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getBooleanVolatile(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getBootstrapId() - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
getBuffer() - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
getByte(Object, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getByte(byte[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getByte(long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getByte(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getByte(long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getByteArray(ByteString) - Static method in class com.google.protobuf.ZeroByteStringHelper
Carry the byte[] from ByteString, if failed, then call ByteString.toByteArray().
getBytes(String) - Static method in class com.alipay.sofa.jraft.util.Utils
Get string bytes in UTF-8 charset.
getByteVolatile(byte[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getByteVolatile(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getCapacity() - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
getCatchupMargin() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getCheckpointIntervalMs() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
getChecksum() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
optional int64 checksum = 7;
getChecksum() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
optional int64 checksum = 7;
getChecksum() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
optional int64 checksum = 7;
getChecksum() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional string checksum = 3;
getChecksum() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
optional string checksum = 3;
getChecksum() - Method in interface com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMetaOrBuilder
optional string checksum = 3;
getChecksum() - Method in class com.alipay.sofa.jraft.entity.LogEntry
Returns the checksum of the log entry.
getChecksum() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
getChecksum() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
getChecksum() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
getChecksumBytes() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional string checksum = 3;
getChecksumBytes() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
optional string checksum = 3;
getChecksumBytes() - Method in interface com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMetaOrBuilder
optional string checksum = 3;
getCliClientService() - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
getCliRpcThreadPoolSize() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getClosure() - Method in class com.alipay.sofa.jraft.closure.JoinableClosure
 
getClosureQueue() - Method in class com.alipay.sofa.jraft.option.BallotBoxOptions
 
getClosureQueue() - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
getCode() - Method in class com.alipay.sofa.jraft.Status
Get error code.
getCommittedIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 committed_index = 8;
getCommittedIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required int64 committed_index = 8;
getCommittedIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required int64 committed_index = 8;
getConf() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
getConfiguration(String) - Static method in class com.alipay.sofa.jraft.JRaftUtils
Create a configuration from a string in the form of "host1:port1[:idx],host2:port2[:idx]......", returns a empty configuration when string is blank.
getConfiguration(String) - Method in class com.alipay.sofa.jraft.RouteTable
Get the configuration by groupId, returns null when not found.
getConfiguration(long) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
getConfiguration(long) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Get the configuration at index.
getConfigurationManager() - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
getConfigurationManager() - Method in class com.alipay.sofa.jraft.option.LogStorageOptions
 
getConnection() - Method in interface com.alipay.sofa.jraft.rpc.RpcContext
Get current connection.
getCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 count = 3;
getCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required int64 count = 3;
getCount() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required int64 count = 3;
getCurrentConf() - Method in class com.alipay.sofa.jraft.core.NodeImpl
Retrieve current configuration this node seen so far.
getCurrentMeta() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotWriter
Retrieve current snapshot meta.
getData() - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
getData() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required bytes data = 6;
getData() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
required bytes data = 6;
getData() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
required bytes data = 6;
getData() - Method in class com.alipay.sofa.jraft.entity.LogEntry
Returns the log data, it's not read-only, you SHOULD take care it's modification and thread-safety by yourself.
getData() - Method in class com.alipay.sofa.jraft.entity.Task
 
getData() - Method in class com.alipay.sofa.jraft.entity.UserLog
 
getData() - Method in interface com.alipay.sofa.jraft.Iterator
Return the data whose content is the same as what was passed to Node#apply(Task) in the leader node.
getData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
optional bytes data = 9;
getData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
optional bytes data = 9;
getData() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
optional bytes data = 9;
getData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
required bytes data = 2;
getData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
required bytes data = 2;
getData() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
required bytes data = 2;
getData() - Method in class com.alipay.sofa.jraft.util.ThreadId
 
getDataLen() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
optional int64 data_len = 4;
getDataLen() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
optional int64 data_len = 4;
getDataLen() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
optional int64 data_len = 4;
getDecayPriorityGap() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getDefaultAppendEntriesExecutor() - Static method in class com.alipay.sofa.jraft.util.Utils
 
getDefaultByteArrayComparator() - Static method in class com.alipay.sofa.jraft.util.BytesUtil
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
getDefaultInstance(String) - Static method in class com.alipay.sofa.jraft.rpc.ProtobufMsgFactory
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
getDefaultInstance() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
getDefaultInstanceForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
getDefaultRocksDBColumnFamilyOptions() - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
 
getDefaultRocksDBOptions() - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
 
getDefaultRocksDBTableConfig() - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
getDescriptor() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
 
getDescriptor() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.EnumOutter
 
getDescriptor() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
 
getDescriptor() - Static method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
getDescriptor() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
getDescriptorForType() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
 
getDescriptorForType() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
 
getDescriptorForType() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
 
getDescriptorForType() - Method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
getDescriptorForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
getDisruptorBufferSize() - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
getDisruptorBufferSize() - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
getDisruptorBufferSize() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getDisruptorPublishEventWaitTimeoutSecs() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getDone() - Method in class com.alipay.sofa.jraft.entity.ReadIndexState
 
getDone() - Method in class com.alipay.sofa.jraft.entity.Task
 
getDouble(Object, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getDouble(double[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getDouble(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getDoubleVolatile(double[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getDoubleVolatile(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getDynamicHeartBeatTimeoutMs() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getElectionHeartbeatFactor() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getElectionPriority() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getElectionTimeoutMs() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getElectionTimeoutMs() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getElectionTimeoutMs() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getElectionTimer(boolean, String) - Method in class com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory
 
getElectionTimer(boolean, String) - Method in interface com.alipay.sofa.jraft.util.timer.RaftTimerFactory
 
getEndpoint() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
getEndPoint(String) - Static method in class com.alipay.sofa.jraft.JRaftUtils
Create a Endpoint instance from a string in the form of "host:port", returns null when string is blank.
getEntries(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
getEntries(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
repeated .jraft.EntryMeta entries = 7;
getEntries(int) - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
repeated .jraft.EntryMeta entries = 7;
getEntries(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
repeated bytes entries = 3;
getEntries(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
repeated bytes entries = 3;
getEntries(int) - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
repeated bytes entries = 3;
getEntries() - Method in class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
getEntriesBuilder(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
getEntriesBuilderList() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
getEntriesCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
getEntriesCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
repeated .jraft.EntryMeta entries = 7;
getEntriesCount() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
repeated .jraft.EntryMeta entries = 7;
getEntriesCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
repeated bytes entries = 3;
getEntriesCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
repeated bytes entries = 3;
getEntriesCount() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
repeated bytes entries = 3;
getEntriesList() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
getEntriesList() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
repeated .jraft.EntryMeta entries = 7;
getEntriesList() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
repeated .jraft.EntryMeta entries = 7;
getEntriesList() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
repeated bytes entries = 3;
getEntriesList() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
repeated bytes entries = 3;
getEntriesList() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
repeated bytes entries = 3;
getEntriesOrBuilder(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
getEntriesOrBuilder(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
repeated .jraft.EntryMeta entries = 7;
getEntriesOrBuilder(int) - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
repeated .jraft.EntryMeta entries = 7;
getEntriesOrBuilderList() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
getEntriesOrBuilderList() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
repeated .jraft.EntryMeta entries = 7;
getEntriesOrBuilderList() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
repeated .jraft.EntryMeta entries = 7;
getEntry(long) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
getEntry(long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
getEntry(long) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Get the log entry at index.
getEntry(long) - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Get logEntry by index.
getEntryFromMemory(long) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
getEof() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
Data is in attachment
getEof() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
Data is in attachment
getEof() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
Data is in attachment
getError() - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl.OnErrorClosure
 
getError() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
getErrorCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
required int32 errorCode = 1;
getErrorCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
required int32 errorCode = 1;
getErrorCode() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponseOrBuilder
required int32 errorCode = 1;
getErrorMsg() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
optional string errorMsg = 2;
getErrorMsg() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
optional string errorMsg = 2;
getErrorMsg() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponseOrBuilder
optional string errorMsg = 2;
getErrorMsg() - Method in class com.alipay.sofa.jraft.Status
Get the error msg.
getErrorMsgBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
optional string errorMsg = 2;
getErrorMsgBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
optional string errorMsg = 2;
getErrorMsgBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponseOrBuilder
optional string errorMsg = 2;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
optional .jraft.ErrorResponse errorResponse = 99;
getErrorResponseOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
getEventFactory() - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
getExecutor(String) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolsFactory
 
getExpectedTerm() - Method in class com.alipay.sofa.jraft.entity.Task
 
getFailure() - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 
getFile(Endpoint, RpcRequests.GetFileRequest, int, RpcResponseClosure<RpcRequests.GetFileResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
getFile(Endpoint, RpcRequests.GetFileRequest, int, RpcResponseClosure<RpcRequests.GetFileResponse>) - Method in interface com.alipay.sofa.jraft.rpc.RaftClientService
Get a piece of file data by GetFileRequest, and handle the response with done.
getFileMeta(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshot
 
getFileMeta(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Get the file metadata by fileName, returns null when not found.
getFileMeta(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
getFileMeta(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
getFileMeta(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.Snapshot
Get file meta by fileName.
getFilename() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required string filename = 2;
getFilename() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required string filename = 2;
getFilename() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required string filename = 2;
getFilenameBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required string filename = 2;
getFilenameBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required string filename = 2;
getFilenameBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required string filename = 2;
GetFileRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.core
Get file request processor.
GetFileRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.GetFileRequestProcessor
 
getFiles(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFiles(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFiles(int) - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMetaOrBuilder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesBuilder(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesBuilderList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesCount() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesCount() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesCount() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMetaOrBuilder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesList() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMetaOrBuilder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesOrBuilder(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesOrBuilder(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesOrBuilder(int) - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMetaOrBuilder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesOrBuilderList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesOrBuilderList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFilesOrBuilderList() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMetaOrBuilder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
getFirstIndex() - Method in class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
getFirstLogIndex() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
required int64 first_log_index = 1;
getFirstLogIndex() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
required int64 first_log_index = 1;
getFirstLogIndex() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMetaOrBuilder
required int64 first_log_index = 1;
getFirstLogIndex() - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
getFirstLogIndex() - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
getFirstLogIndex() - Method in interface com.alipay.sofa.jraft.storage.LogManager
Get the first log index of log
getFirstLogIndex() - Method in class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
getFirstLogIndex() - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Returns first log index in log.
getFloat(Object, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getFloat(float[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getFloat(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getFloatVolatile(float[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getFloatVolatile(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getFsm() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
getFsm() - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
getFsm() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getFsmCaller() - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
getFsmCaller() - Method in class com.alipay.sofa.jraft.option.ReadOnlyServiceOptions
 
getFsmCaller() - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
getGranted() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
required bool granted = 2;
getGranted() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
required bool granted = 2;
getGranted() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponseOrBuilder
required bool granted = 2;
getGroupConf() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
getGroupId() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getGroupId() - Method in class com.alipay.sofa.jraft.entity.NodeId
 
getGroupId() - Method in interface com.alipay.sofa.jraft.Node
Get the raft group id.
getGroupId() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
getGroupId() - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
getGroupId() - Method in class com.alipay.sofa.jraft.option.LogStorageOptions
 
getGroupId() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getGroupId() - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
getGroupId() - Method in class com.alipay.sofa.jraft.RaftGroupService
Returns the raft group id.
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
required string group_id = 1;
getGroupId(CliRequests.AddLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.AddLearnersRequestProcessor
 
getGroupId(CliRequests.AddPeerRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.AddPeerRequestProcessor
 
getGroupId(T) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor
Returns the raft group id
getGroupId(CliRequests.ChangePeersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ChangePeersRequestProcessor
 
getGroupId(CliRequests.GetLeaderRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetLeaderRequestProcessor
 
getGroupId(CliRequests.GetPeersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetPeersRequestProcessor
 
getGroupId(CliRequests.RemoveLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.RemoveLearnersRequestProcessor
 
getGroupId(CliRequests.RemovePeerRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.RemovePeerRequestProcessor
 
getGroupId(CliRequests.ResetLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ResetLearnersRequestProcessor
 
getGroupId(CliRequests.ResetPeerRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ResetPeerRequestProcessor
 
getGroupId(CliRequests.SnapshotRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.SnapshotRequestProcessor
 
getGroupId(CliRequests.TransferLeaderRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.TransferLeaderRequestProcessor
 
getGroupId(RpcRequests.AppendEntriesRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.AppendEntriesRequestProcessor
 
getGroupId(RpcRequests.InstallSnapshotRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.InstallSnapshotRequestProcessor
 
getGroupId(T) - Method in class com.alipay.sofa.jraft.rpc.impl.core.NodeRequestProcessor
 
getGroupId(RpcRequests.ReadIndexRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.ReadIndexRequestProcessor
 
getGroupId(RpcRequests.RequestVoteRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.RequestVoteRequestProcessor
 
getGroupId(RpcRequests.TimeoutNowRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.TimeoutNowRequestProcessor
 
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string group_id = 1;
getGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string group_id = 1;
getGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string group_id = 1;
getGroupIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string group_id = 1;
getGroupIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string group_id = 1;
getHeartbeatTimeoutMs() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getId() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
getId() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
getIdx() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
getIndex() - Method in class com.alipay.sofa.jraft.closure.ReadIndexClosure
The committed log index when starts readIndex request.
getIndex() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
getIndex() - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
getIndex() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required int64 index = 3;
getIndex() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
required int64 index = 3;
getIndex() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
required int64 index = 3;
getIndex() - Method in class com.alipay.sofa.jraft.entity.LogId
 
getIndex() - Method in class com.alipay.sofa.jraft.entity.ReadIndexState
 
getIndex() - Method in class com.alipay.sofa.jraft.entity.ReadIndexStatus
 
getIndex() - Method in class com.alipay.sofa.jraft.entity.UserLog
 
getIndex() - Method in interface com.alipay.sofa.jraft.Iterator
Return a unique and monotonically increasing identifier of the current task: - Uniqueness guarantees that committed tasks in different peers with the same index are always the same and kept unchanged.
getIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
required int64 index = 1;
getIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
required int64 index = 1;
getIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponseOrBuilder
required int64 index = 1;
getInitialConf() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getInitTerm() - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
getInstance() - Static method in class com.alipay.sofa.jraft.entity.codec.DefaultLogEntryCodecFactory
Returns a singleton instance of DefaultLogEntryCodecFactory.
getInstance() - Static method in class com.alipay.sofa.jraft.entity.codec.v1.LogEntryV1CodecFactory
Deprecated.
Returns a singleton instance of DefaultLogEntryCodecFactory.
getInstance() - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogEntryV2CodecFactory
 
getInstance() - Static method in class com.alipay.sofa.jraft.NodeManager
 
getInstance() - Static method in class com.alipay.sofa.jraft.RouteTable
 
getInstance() - Static method in class com.alipay.sofa.jraft.storage.FileService
Retrieve the singleton instance of FileService.
getInt(byte[], int) - Static method in class com.alipay.sofa.jraft.util.Bits
 
getInt(Object, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getInt(int[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getInt(long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getInt(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getInt(long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getInt(String, int) - Static method in class com.alipay.sofa.jraft.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getIntVolatile(int[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getIntVolatile(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getIp() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
getIp() - Method in class com.alipay.sofa.jraft.util.Endpoint
 
getKeepInMemorySegmentCount() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
getKeyBytes(long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
getLastAppliedIndex() - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
getLastAppliedIndex() - Method in interface com.alipay.sofa.jraft.FSMCaller
Returns the last log entry index to apply state machine.
getLastAppliedLogIndex() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getLastAppliedLogIndex() - Method in interface com.alipay.sofa.jraft.Node
Retrieve the last log index that applied to state machine.
getLastCommittedIndex() - Method in class com.alipay.sofa.jraft.core.BallotBox
 
getLastCommittedIndex() - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
getLastCommittedIndex() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getLastCommittedIndex() - Method in interface com.alipay.sofa.jraft.FSMCaller
Returns the last log entry that was committed to raft group.
getLastCommittedIndex() - Method in interface com.alipay.sofa.jraft.Node
Retrieve the last log index that committed to the raft group.
getLastConfiguration() - Method in class com.alipay.sofa.jraft.conf.ConfigurationManager
 
getLastIncludedIndex() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
required int64 last_included_index = 1;
getLastIncludedIndex() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
required int64 last_included_index = 1;
getLastIncludedIndex() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
required int64 last_included_index = 1;
getLastIncludedTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
required int64 last_included_term = 2;
getLastIncludedTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
required int64 last_included_term = 2;
getLastIncludedTerm() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
required int64 last_included_term = 2;
getLastLogId(boolean) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
getLastLogId(boolean) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Return the id the last log.
getLastLogIndex() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getLastLogIndex() - Method in interface com.alipay.sofa.jraft.Node
Retrieve the last log index in log storage.
getLastLogIndex() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
getLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional int64 last_log_index = 3;
getLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
optional int64 last_log_index = 3;
getLastLogIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
optional int64 last_log_index = 3;
getLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 last_log_index = 6;
getLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required int64 last_log_index = 6;
getLastLogIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required int64 last_log_index = 6;
getLastLogIndex() - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
getLastLogIndex(boolean) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
getLastLogIndex() - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
getLastLogIndex() - Method in interface com.alipay.sofa.jraft.storage.LogManager
Get the last log index of log
getLastLogIndex(boolean) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Get the last log index of log
getLastLogIndex() - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Returns last log index in log.
getLastLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 last_log_term = 5;
getLastLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required int64 last_log_term = 5;
getLastLogTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required int64 last_log_term = 5;
getLastRpcSendTimestamp(ThreadId) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
getLastRpcSendTimestamp(PeerId) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
getLastRpcSendTimestamp(PeerId) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Get peer's last rpc send timestamp (monotonic time in milliseconds).
getLastSegmentFileForRead() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
getLastSnapshotIndex() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
getLastSnapshotIndex() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
Only for test
getLastSnapshotTerm() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
Only for test
getLeader(String, Configuration, PeerId) - Method in interface com.alipay.sofa.jraft.CliService
Get the leader of the replication group.
getLeader(String, Configuration, PeerId) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
getLeader(Endpoint, CliRequests.GetLeaderRequest, RpcResponseClosure<CliRequests.GetLeaderResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Get the group leader.
getLeader(Endpoint, CliRequests.GetLeaderRequest, RpcResponseClosure<CliRequests.GetLeaderResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
getLeaderId() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getLeaderId() - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
getLeaderId() - Method in interface com.alipay.sofa.jraft.Node
Get the leader peer id for redirect, null if absent.
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
required string leader_id = 2;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string leader_id = 2;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
required string leader_id = 2;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
required string leader_id = 1;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
required string leader_id = 1;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponseOrBuilder
required string leader_id = 1;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
optional string leader_id = 2;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequestOrBuilder
optional string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
required string leader_id = 2;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string leader_id = 2;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
required string leader_id = 2;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string leader_id = 2;
getLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
required string leader_id = 2;
getLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
required string leader_id = 2;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string leader_id = 2;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
required string leader_id = 2;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
required string leader_id = 1;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
required string leader_id = 1;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponseOrBuilder
required string leader_id = 1;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
optional string leader_id = 2;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequestOrBuilder
optional string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
required string leader_id = 2;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string leader_id = 2;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
required string leader_id = 2;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string leader_id = 2;
getLeaderIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
required string leader_id = 2;
getLeaderIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
required string leader_id = 2;
getLeaderLeaseTimeoutMs() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getLeaderLeaseTimeRatio() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
GetLeaderRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
Process get leader request.
GetLeaderRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.GetLeaderRequestProcessor
 
getLearners(String, Configuration) - Method in interface com.alipay.sofa.jraft.CliService
Ask all learners of the replication group.
getLearners() - Method in class com.alipay.sofa.jraft.conf.Configuration
Retrieve the learners set.
getLearners(String, Configuration) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
getLearners(int) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes learners = 8;
getLearners(int) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes learners = 8;
getLearners(int) - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes learners = 8;
getLearners() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
getLearners(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
getLearners(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string learners = 7;
getLearners(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string learners = 7;
getLearners(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
getLearners(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string learners = 5;
getLearners(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string learners = 5;
getLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
getLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
repeated string learners = 3;
getLearners(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
repeated string learners = 3;
getLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
getLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
repeated string learners = 2;
getLearners(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
repeated string learners = 2;
getLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
getLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
repeated string learners = 3;
getLearners(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
repeated string learners = 3;
getLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
getLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
repeated string learners = 3;
getLearners(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string learners = 7;
getLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string learners = 7;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string learners = 5;
getLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string learners = 5;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
repeated string learners = 3;
getLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
repeated string learners = 2;
getLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
repeated string learners = 2;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
repeated string learners = 3;
getLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
getLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
repeated string learners = 3;
getLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersCount() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes learners = 8;
getLearnersCount() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes learners = 8;
getLearnersCount() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes learners = 8;
getLearnersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
getLearnersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string learners = 7;
getLearnersCount() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string learners = 7;
getLearnersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
getLearnersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string learners = 5;
getLearnersCount() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string learners = 5;
getLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
getLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
repeated string learners = 3;
getLearnersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
getLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
repeated string learners = 2;
getLearnersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
repeated string learners = 2;
getLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
getLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
repeated string learners = 3;
getLearnersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
getLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
repeated string learners = 3;
getLearnersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersList() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes learners = 8;
getLearnersList() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes learners = 8;
getLearnersList() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes learners = 8;
getLearnersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
getLearnersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string learners = 7;
getLearnersList() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string learners = 7;
getLearnersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
getLearnersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string learners = 5;
getLearnersList() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string learners = 5;
getLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
getLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
repeated string learners = 3;
getLearnersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
getLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
repeated string learners = 2;
getLearnersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
repeated string learners = 2;
getLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
getLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
repeated string learners = 3;
getLearnersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
repeated string learners = 3;
getLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
getLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
repeated string learners = 3;
getLearnersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
repeated string learners = 3;
getLogEntryCodecFactory() - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
getLogEntryCodecFactory() - Method in class com.alipay.sofa.jraft.option.LogStorageOptions
 
getLogManager() - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
getLogManager() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getLogManager() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getLogManager() - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
getLogStorage() - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
getLogUri() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
getLogUri() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getLong(byte[], int) - Static method in class com.alipay.sofa.jraft.util.Bits
 
getLong(Object, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getLong(long[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getLong(long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getLong(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getLong(long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getLong(String, long) - Static method in class com.alipay.sofa.jraft.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getLongVolatile(long[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getLongVolatile(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getMaxAppendBufferSize() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getMaxBodySize() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getMaxByteCountPerRpc() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getMaxElectionDelayMs() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getMaxEntriesSize() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getMaxMargin() - Method in class com.alipay.sofa.jraft.closure.CatchUpClosure
 
getMaxPermits() - Method in class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
 
getMaxReadIndexLag() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getMaxReplicatorInflightMsgs() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getMaxRetry() - Method in class com.alipay.sofa.jraft.option.CliOptions
 
getMaxRetry() - Method in class com.alipay.sofa.jraft.option.CopyOptions
 
getMaxSegmentFileSize() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
getMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
optional .jraft.SnapshotMeta meta = 1;
getMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
optional .jraft.LocalFileMeta meta = 2;
getMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
optional .jraft.LocalFileMeta meta = 2;
getMeta() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.FileOrBuilder
optional .jraft.LocalFileMeta meta = 2;
getMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
optional .jraft.SnapshotMeta meta = 1;
getMeta() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMetaOrBuilder
optional .jraft.SnapshotMeta meta = 1;
getMeta() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required .jraft.SnapshotMeta meta = 5;
getMeta() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required .jraft.SnapshotMeta meta = 5;
getMeta() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required .jraft.SnapshotMeta meta = 5;
getMeta() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Returns the snapshot metadata.
getMetaBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
optional .jraft.SnapshotMeta meta = 1;
getMetaBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
optional .jraft.LocalFileMeta meta = 2;
getMetaBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required .jraft.SnapshotMeta meta = 5;
getMetaOrBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
optional .jraft.SnapshotMeta meta = 1;
getMetaOrBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
optional .jraft.LocalFileMeta meta = 2;
getMetaOrBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
optional .jraft.LocalFileMeta meta = 2;
getMetaOrBuilder() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.FileOrBuilder
optional .jraft.LocalFileMeta meta = 2;
getMetaOrBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
optional .jraft.SnapshotMeta meta = 1;
getMetaOrBuilder() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMetaOrBuilder
optional .jraft.SnapshotMeta meta = 1;
getMetaOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required .jraft.SnapshotMeta meta = 5;
getMetaOrBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required .jraft.SnapshotMeta meta = 5;
getMetaOrBuilder() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required .jraft.SnapshotMeta meta = 5;
getMetaTable() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshot
 
getMetaTable() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.SnapshotFileReader
 
getMetricRegistry() - Method in class com.alipay.sofa.jraft.core.NodeMetrics
Retrieve the metrics registry, return null if is is disabled.
getMetricRegistry() - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
getMetrics() - Method in class com.alipay.sofa.jraft.core.NodeMetrics
Retrieve the metrics map, returns empty map if it is disabled.
getMetrics() - Method in class com.alipay.sofa.jraft.util.DisruptorMetricSet
Return disruptor metrics
getMetrics() - Method in class com.alipay.sofa.jraft.util.ThreadPoolMetricSet
Return thread pool metrics
getName() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
required string name = 1;
getName() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
required string name = 1;
getName() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.FileOrBuilder
required string name = 1;
getName() - Method in class com.alipay.sofa.jraft.util.LogScheduledThreadPoolExecutor
 
getName() - Method in class com.alipay.sofa.jraft.util.LogThreadPoolExecutor
 
getNameBytes() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
required string name = 1;
getNameBytes() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
required string name = 1;
getNameBytes() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.FileOrBuilder
required string name = 1;
getNewLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
getNewLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
repeated string new_learners = 2;
getNewLearners(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
repeated string new_learners = 2;
getNewLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
getNewLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
repeated string new_learners = 2;
getNewLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
repeated string new_learners = 2;
getNewLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
getNewLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
repeated string new_learners = 2;
getNewLearnersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
repeated string new_learners = 2;
getNewLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
getNewLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
repeated string new_learners = 2;
getNewLearnersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
repeated string new_learners = 2;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
repeated string new_peers = 2;
getNewPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
repeated string new_peers = 2;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
repeated string new_peers = 3;
getNewPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
repeated string new_peers = 3;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
repeated string new_peers = 2;
getNewPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
repeated string new_peers = 2;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
repeated string new_peers = 2;
getNewPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
repeated string new_peers = 2;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
getNewPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
repeated string new_peers = 4;
getNewPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
repeated string new_peers = 4;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
repeated string new_peers = 3;
getNewPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
repeated string new_peers = 3;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
repeated string new_peers = 2;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
getNewPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
repeated string new_peers = 4;
getNewPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
repeated string new_peers = 4;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
repeated string new_peers = 2;
getNewPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
repeated string new_peers = 2;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
repeated string new_peers = 3;
getNewPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
repeated string new_peers = 3;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
repeated string new_peers = 2;
getNewPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
repeated string new_peers = 2;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
repeated string new_peers = 2;
getNewPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
repeated string new_peers = 2;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
getNewPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
repeated string new_peers = 4;
getNewPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
repeated string new_peers = 4;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
repeated string new_peers = 2;
getNewPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
repeated string new_peers = 2;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
repeated string new_peers = 3;
getNewPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
repeated string new_peers = 3;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
repeated string new_peers = 2;
getNewPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
repeated string new_peers = 2;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
repeated string new_peers = 2;
getNewPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
repeated string new_peers = 2;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
getNewPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
repeated string new_peers = 4;
getNewPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
repeated string new_peers = 4;
getNextIndex(ThreadId) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
getNode() - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
getNode() - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
getNode() - Method in class com.alipay.sofa.jraft.option.RaftMetaStorageOptions
 
getNode() - Method in class com.alipay.sofa.jraft.option.ReadOnlyServiceOptions
 
getNode() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getNode() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getNode() - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
getNode(String, PeerId, Status) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor
 
getNode() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
getNode() - Method in interface com.alipay.sofa.jraft.storage.SnapshotExecutor
Return the owner NodeImpl
getNodeId() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getNodeId() - Method in interface com.alipay.sofa.jraft.Node
Get current node id.
getNodeId() - Method in class com.alipay.sofa.jraft.option.BallotBoxOptions
 
getNodeMetrics() - Method in class com.alipay.sofa.jraft.core.NodeImpl
Returns the node metrics.
getNodeMetrics() - Method in interface com.alipay.sofa.jraft.Node
Get the node metrics, only valid when node option NodeOptions.isEnableMetrics() is true.
getNodeMetrics() - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
getNodeOptions() - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
getNodeOptions() - Method in class com.alipay.sofa.jraft.RaftGroupService
Returns the node options.
getNodesByGroupId(String) - Method in class com.alipay.sofa.jraft.NodeManager
Get all nodes in a raft group.
getNodeState() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getNodeState() - Method in interface com.alipay.sofa.jraft.Node
Get the node's state.
getNodeTargetPriority() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getNodeTargetPriority() - Method in interface com.alipay.sofa.jraft.Node
Get the node's target election priority value.
getNumber() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
 
getNumber() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
 
getNumber() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
 
getNumber() - Method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
 
getNumber() - Method in enum com.alipay.sofa.jraft.error.RaftError
 
getObject(Object, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getObject(Object[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getObject(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getObjectVolatile(Object[], long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
getObjectVolatile(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getOffset() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 offset = 4;
getOffset() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required int64 offset = 4;
getOffset() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required int64 offset = 4;
getOldConf() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
getOldLearners(int) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_learners = 9;
getOldLearners(int) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes old_learners = 9;
getOldLearners(int) - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes old_learners = 9;
getOldLearners() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
getOldLearners(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
getOldLearners(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string old_learners = 8;
getOldLearners(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string old_learners = 8;
getOldLearners(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
getOldLearners(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string old_learners = 6;
getOldLearners(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string old_learners = 6;
getOldLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
getOldLearners(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
repeated string old_learners = 1;
getOldLearners(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
repeated string old_learners = 1;
getOldLearnersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
getOldLearnersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string old_learners = 8;
getOldLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string old_learners = 8;
getOldLearnersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
getOldLearnersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string old_learners = 6;
getOldLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string old_learners = 6;
getOldLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
getOldLearnersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
repeated string old_learners = 1;
getOldLearnersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
repeated string old_learners = 1;
getOldLearnersCount() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_learners = 9;
getOldLearnersCount() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes old_learners = 9;
getOldLearnersCount() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes old_learners = 9;
getOldLearnersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
getOldLearnersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string old_learners = 8;
getOldLearnersCount() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string old_learners = 8;
getOldLearnersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
getOldLearnersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string old_learners = 6;
getOldLearnersCount() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string old_learners = 6;
getOldLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
getOldLearnersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
repeated string old_learners = 1;
getOldLearnersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
repeated string old_learners = 1;
getOldLearnersList() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_learners = 9;
getOldLearnersList() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes old_learners = 9;
getOldLearnersList() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes old_learners = 9;
getOldLearnersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
getOldLearnersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string old_learners = 8;
getOldLearnersList() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string old_learners = 8;
getOldLearnersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
getOldLearnersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string old_learners = 6;
getOldLearnersList() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string old_learners = 6;
getOldLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
getOldLearnersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
repeated string old_learners = 1;
getOldLearnersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
repeated string old_learners = 1;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_peers = 5;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes old_peers = 5;
getOldPeers(int) - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes old_peers = 5;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
repeated string old_peers = 2;
getOldPeers(int) - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMetaOrBuilder
repeated string old_peers = 2;
getOldPeers() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
getOldPeers(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeers(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeers(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeers(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string old_peers = 4;
getOldPeers(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string old_peers = 4;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
repeated string old_peers = 1;
getOldPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
repeated string old_peers = 1;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
repeated string old_peers = 1;
getOldPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
repeated string old_peers = 1;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
repeated string old_peers = 1;
getOldPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
repeated string old_peers = 1;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
getOldPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
repeated string old_peers = 3;
getOldPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
repeated string old_peers = 3;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
repeated string old_peers = 2;
getOldPeersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMetaOrBuilder
repeated string old_peers = 2;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string old_peers = 4;
getOldPeersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string old_peers = 4;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
repeated string old_peers = 1;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
getOldPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
repeated string old_peers = 3;
getOldPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
repeated string old_peers = 3;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_peers = 5;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes old_peers = 5;
getOldPeersCount() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes old_peers = 5;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
repeated string old_peers = 2;
getOldPeersCount() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMetaOrBuilder
repeated string old_peers = 2;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersCount() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string old_peers = 4;
getOldPeersCount() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string old_peers = 4;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
repeated string old_peers = 1;
getOldPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
repeated string old_peers = 1;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
repeated string old_peers = 1;
getOldPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
repeated string old_peers = 1;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
repeated string old_peers = 1;
getOldPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
repeated string old_peers = 1;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
getOldPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
repeated string old_peers = 3;
getOldPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
repeated string old_peers = 3;
getOldPeersList() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_peers = 5;
getOldPeersList() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes old_peers = 5;
getOldPeersList() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes old_peers = 5;
getOldPeersList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
getOldPeersList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
repeated string old_peers = 2;
getOldPeersList() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMetaOrBuilder
repeated string old_peers = 2;
getOldPeersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersList() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
Don't change field id of `old_peers' in the consideration of backward compatibility
getOldPeersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
getOldPeersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string old_peers = 4;
getOldPeersList() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string old_peers = 4;
getOldPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
getOldPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
repeated string old_peers = 1;
getOldPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
repeated string old_peers = 1;
getOldPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
getOldPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
repeated string old_peers = 1;
getOldPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
repeated string old_peers = 1;
getOldPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
getOldPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
repeated string old_peers = 1;
getOldPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
repeated string old_peers = 1;
getOldPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
getOldPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
repeated string old_peers = 3;
getOldPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
repeated string old_peers = 3;
getOnlyAlive() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional bool only_alive = 3 [default = false];
getOnlyAlive() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
optional bool only_alive = 3 [default = false];
getOnlyAlive() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequestOrBuilder
optional bool only_alive = 3 [default = false];
getOptions() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getOptions() - Method in interface com.alipay.sofa.jraft.Node
Get the node options.
getOrDefault(String, T) - Method in class com.alipay.sofa.jraft.rpc.InvokeContext
 
getOutputFile(String, String) - Method in class com.alipay.sofa.jraft.util.FileOutputSignalHandler
 
getOwner() - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
getParserForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
getParserForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
getPath() - Method in interface com.alipay.sofa.jraft.storage.io.FileReader
Get the file path.
getPath() - Method in class com.alipay.sofa.jraft.storage.io.LocalDirReader
 
getPath() - Method in class com.alipay.sofa.jraft.storage.log.AbortFile
 
getPath() - Method in class com.alipay.sofa.jraft.storage.log.CheckpointFile
 
getPath() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
getPath() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshot
 
getPath() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
getPath() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
getPath() - Method in class com.alipay.sofa.jraft.storage.snapshot.Snapshot
Get the path of the Snapshot
getPeerId() - Method in class com.alipay.sofa.jraft.entity.NodeId
 
getPeerId(String) - Static method in class com.alipay.sofa.jraft.JRaftUtils
Create a peer from a string in the form of "host:port[:idx]", returns a empty peer when string is blank.
getPeerId() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string peer_id = 3;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
optional string peer_id = 2;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
optional string peer_id = 2;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequestOrBuilder
optional string peer_id = 2;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string peer_id = 3;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string peer_id = 2;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
required string peer_id = 2;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
required string peer_id = 2;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
optional string peer_id = 2;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
optional string peer_id = 2;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequestOrBuilder
optional string peer_id = 2;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
optional string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
optional string peer_id = 3;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
optional string peer_id = 3;
getPeerId(CliRequests.AddLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.AddLearnersRequestProcessor
 
getPeerId(CliRequests.AddPeerRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.AddPeerRequestProcessor
 
getPeerId(T) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor
Returns the peerId that will be find in node manager.
getPeerId(CliRequests.ChangePeersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ChangePeersRequestProcessor
 
getPeerId(CliRequests.GetLeaderRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetLeaderRequestProcessor
 
getPeerId(CliRequests.GetPeersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetPeersRequestProcessor
 
getPeerId(CliRequests.RemoveLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.RemoveLearnersRequestProcessor
 
getPeerId(CliRequests.RemovePeerRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.RemovePeerRequestProcessor
 
getPeerId(CliRequests.ResetLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ResetLearnersRequestProcessor
 
getPeerId(CliRequests.ResetPeerRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ResetPeerRequestProcessor
 
getPeerId(CliRequests.SnapshotRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.SnapshotRequestProcessor
 
getPeerId(CliRequests.TransferLeaderRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.TransferLeaderRequestProcessor
 
getPeerId(RpcRequests.AppendEntriesRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.AppendEntriesRequestProcessor
 
getPeerId(RpcRequests.InstallSnapshotRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.InstallSnapshotRequestProcessor
 
getPeerId(T) - Method in class com.alipay.sofa.jraft.rpc.impl.core.NodeRequestProcessor
 
getPeerId(RpcRequests.ReadIndexRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.ReadIndexRequestProcessor
 
getPeerId(RpcRequests.RequestVoteRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.RequestVoteRequestProcessor
 
getPeerId(RpcRequests.TimeoutNowRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.core.TimeoutNowRequestProcessor
 
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string peer_id = 3;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string peer_id = 3;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string peer_id = 3;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional string peer_id = 4;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
optional string peer_id = 4;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
optional string peer_id = 4;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string peer_id = 3;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string peer_id = 3;
getPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string peer_id = 3;
getPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string peer_id = 3;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
optional string peer_id = 2;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
optional string peer_id = 2;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequestOrBuilder
optional string peer_id = 2;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string peer_id = 3;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string peer_id = 2;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
required string peer_id = 2;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
required string peer_id = 2;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
optional string peer_id = 2;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
optional string peer_id = 2;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequestOrBuilder
optional string peer_id = 2;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
optional string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
optional string peer_id = 3;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
optional string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string peer_id = 3;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string peer_id = 3;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string peer_id = 3;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional string peer_id = 4;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
optional string peer_id = 4;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
optional string peer_id = 4;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string peer_id = 3;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string peer_id = 3;
getPeerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string peer_id = 3;
getPeerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string peer_id = 3;
getPeers(String, Configuration) - Method in interface com.alipay.sofa.jraft.CliService
Ask all peers of the replication group.
getPeers() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
getPeers(String, Configuration) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
getPeers(int) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes peers = 4;
getPeers(int) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes peers = 4;
getPeers(int) - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes peers = 4;
getPeers(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
getPeers(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
repeated string peers = 1;
getPeers(int) - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMetaOrBuilder
repeated string peers = 1;
getPeers() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
getPeers(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
getPeers(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string peers = 3;
getPeers(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string peers = 3;
getPeers(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
getPeers(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string peers = 3;
getPeers(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string peers = 3;
getPeers(Endpoint, CliRequests.GetPeersRequest, RpcResponseClosure<CliRequests.GetPeersResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Get all peers of the replication group.
getPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
getPeers(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
repeated string peers = 1;
getPeers(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
repeated string peers = 1;
getPeers(Endpoint, CliRequests.GetPeersRequest, RpcResponseClosure<CliRequests.GetPeersResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
getPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
getPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
repeated string peers = 1;
getPeersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMetaOrBuilder
repeated string peers = 1;
getPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
getPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string peers = 3;
getPeersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string peers = 3;
getPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
getPeersBytes(int) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string peers = 3;
getPeersBytes(int) - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string peers = 3;
getPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
getPeersBytes(int) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
repeated string peers = 1;
getPeersBytes(int) - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
repeated string peers = 1;
getPeersCount() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes peers = 4;
getPeersCount() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes peers = 4;
getPeersCount() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes peers = 4;
getPeersCount() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
getPeersCount() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
repeated string peers = 1;
getPeersCount() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMetaOrBuilder
repeated string peers = 1;
getPeersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
getPeersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string peers = 3;
getPeersCount() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string peers = 3;
getPeersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
getPeersCount() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string peers = 3;
getPeersCount() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string peers = 3;
getPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
getPeersCount() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
repeated string peers = 1;
getPeersCount() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
repeated string peers = 1;
getPeerSet() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
getPeersList() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes peers = 4;
getPeersList() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
repeated bytes peers = 4;
getPeersList() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
repeated bytes peers = 4;
getPeersList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
getPeersList() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
repeated string peers = 1;
getPeersList() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMetaOrBuilder
repeated string peers = 1;
getPeersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
getPeersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
repeated string peers = 3;
getPeersList() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
repeated string peers = 3;
getPeersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
getPeersList() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
repeated string peers = 3;
getPeersList() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
repeated string peers = 3;
getPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
getPeersList() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
repeated string peers = 1;
getPeersList() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
repeated string peers = 1;
GetPeersRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
Process get all peers of the replication group request.
GetPeersRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.GetPeersRequestProcessor
 
getPendingResponses() - Method in class com.alipay.sofa.jraft.core.Replicator
 
getPort() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
getPort() - Method in class com.alipay.sofa.jraft.util.Endpoint
 
getPreAllocateSegmentCount() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
getPrevLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 prev_log_index = 6;
getPrevLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required int64 prev_log_index = 6;
getPrevLogIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required int64 prev_log_index = 6;
getPrevLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 prev_log_term = 5;
getPrevLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required int64 prev_log_term = 5;
getPrevLogTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required int64 prev_log_term = 5;
getPreVote() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required bool pre_vote = 7;
getPreVote() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required bool pre_vote = 7;
getPreVote() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required bool pre_vote = 7;
getPriority() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
getProcessId(long) - Static method in class com.alipay.sofa.jraft.util.Utils
Get java process id.
getProducerType() - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
getQueue() - Method in class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
getRaftClientService() - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
getRaftError() - Method in class com.alipay.sofa.jraft.Status
Get raft error from error code.
getRaftMetaUri() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
getRaftMetaUri() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getRaftNode() - Method in class com.alipay.sofa.jraft.RaftGroupService
 
getRaftOptions() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getRaftOptions() - Method in interface com.alipay.sofa.jraft.Node
Get the raft options
getRaftOptions() - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
getRaftOptions() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getRaftOptions() - Method in class com.alipay.sofa.jraft.option.ReadOnlyServiceOptions
 
getRaftOptions() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getRaftOptions() - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
getRaftOptions() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
getRaftRpcClientService() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getRaftRpcService() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getRaftRpcThreadPoolSize() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getRaftScheduler(boolean, int, String) - Method in class com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory
 
getRaftScheduler(boolean, int, String) - Method in interface com.alipay.sofa.jraft.util.timer.RaftTimerFactory
 
getReader() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
getReader() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotCopier
Get the the SnapshotReader which represents the copied Snapshot
getReaderId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 reader_id = 1;
getReaderId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required int64 reader_id = 1;
getReaderId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required int64 reader_id = 1;
getReadOnlyData() - Method in class com.alipay.sofa.jraft.entity.LogEntry
Creates a new, read-only byte buffer that shares this log entry's data buffer's content.
getReadOnlyOptions() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
getReadOnlyOptions() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional .jraft.ReadOnlyType readOnlyOptions = 5;
getReadOnlyOptions() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
optional .jraft.ReadOnlyType readOnlyOptions = 5;
getReadOnlyOptions() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
optional .jraft.ReadOnlyType readOnlyOptions = 5;
getReadPartly() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
optional bool read_partly = 5;
getReadPartly() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
optional bool read_partly = 5;
getReadPartly() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
optional bool read_partly = 5;
getReadSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional int64 read_size = 3;
getReadSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
optional int64 read_size = 3;
getReadSize() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
optional int64 read_size = 3;
getRemoteAddress() - Method in interface com.alipay.sofa.jraft.rpc.RpcContext
Get the remote address.
getReplicator(PeerId) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
getReplicator(PeerId) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Get replicator id by peer, null if not found.
getReplicatorStatueListeners() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getReplicatorStatueListeners() - Method in interface com.alipay.sofa.jraft.Node
Get the ReplicatorStateListeners which have been added by users.
getReplicatorType() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getRequest() - Method in class com.alipay.sofa.jraft.entity.ReadIndexStatus
 
getRequestContext() - Method in class com.alipay.sofa.jraft.closure.ReadIndexClosure
Returns the request context.
getRequestContext() - Method in class com.alipay.sofa.jraft.entity.ReadIndexState
 
getResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcResponseClosureAdapter
 
getResult() - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
Get current result value without any blocking.
getRetryIntervalMs() - Method in class com.alipay.sofa.jraft.option.CopyOptions
 
getRingBufferSize() - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
getRocksDBColumnFamilyOptions(String, Class<?>) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Get a new default ColumnFamilyOptions or a copy of the exist ColumnFamilyOptions.
getRocksDBOptions(String, Class<?>) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Get a new default DBOptions or a copy of the exist DBOptions.
getRocksDBTableFormatConfig(String, Class<?>) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Get a new default TableFormatConfig or a copy of the exist ableFormatConfig.
getRpcClient() - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
getRpcClient() - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
getRpcConnectTimeoutMs() - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
getRpcCtx() - Method in class com.alipay.sofa.jraft.rpc.RpcRequestClosure
 
getRpcDefaultTimeout() - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
getRpcInstallSnapshotTimeout() - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
getRpcProcessorThreadPoolSize() - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
getRpcResponseFactory() - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
 
getRpcServer() - Method in class com.alipay.sofa.jraft.RaftGroupService
Returns the rpc server instance.
getRpcService() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getSendTimestamp() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
required int64 send_timestamp = 1;
getSendTimestamp() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
required int64 send_timestamp = 1;
getSendTimestamp() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.PingRequestOrBuilder
required int64 send_timestamp = 1;
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
getSerializedSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
getServer() - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcServer
 
getServerId() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getServerId() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getServerId() - Method in class com.alipay.sofa.jraft.RaftGroupService
Returns the node serverId
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string server_id = 2;
getServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string server_id = 2;
getServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string server_id = 2;
getServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
required string server_id = 2;
getServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string server_id = 2;
getServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string server_id = 2;
getServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string server_id = 2;
getServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string server_id = 2;
getServerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string server_id = 2;
getServerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string server_id = 2;
getServerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
required string server_id = 2;
getServerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string server_id = 2;
getServerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string server_id = 2;
getServerIdBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string server_id = 2;
getServerIdBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string server_id = 2;
getServiceFactory() - Method in class com.alipay.sofa.jraft.core.NodeImpl
Returns the JRaft service factory for current node.
getServiceFactory() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
getServiceFactory() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getShort(byte[], int) - Static method in class com.alipay.sofa.jraft.util.Bits
 
getShort(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getShort(long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getShortVolatile(Object, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
getSnapshot() - Method in class com.alipay.sofa.jraft.conf.ConfigurationManager
 
getSnapshotIndex() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
getSnapshotIntervalSecs() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getSnapshotLogIndexMargin() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getSnapshotStorage() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getSnapshotStorage() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getSnapshotStorage() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
getSnapshotStorage() - Method in interface com.alipay.sofa.jraft.storage.SnapshotExecutor
Returns the backing snapshot storage
getSnapshotTempUri() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getSnapshotThrottle() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getSnapshotThrottle() - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
getSnapshotTimer(boolean, String) - Method in class com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory
 
getSnapshotTimer(boolean, String) - Method in interface com.alipay.sofa.jraft.util.timer.RaftTimerFactory
 
getSnapshotUri() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
getSnapshotUri() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getSource() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional .jraft.FileSource source = 2;
getSource() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
optional .jraft.FileSource source = 2;
getSource() - Method in interface com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMetaOrBuilder
optional .jraft.FileSource source = 2;
getStartTimeMs() - Method in class com.alipay.sofa.jraft.entity.ReadIndexState
 
getStates() - Method in class com.alipay.sofa.jraft.entity.ReadIndexStatus
 
getStatus() - Method in class com.alipay.sofa.jraft.closure.CatchUpClosure
 
getStatus() - Method in class com.alipay.sofa.jraft.closure.SynchronizedClosure
Get last ran status
getStatus() - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
getStatus() - Method in class com.alipay.sofa.jraft.error.RaftException
 
getStepDownTimer(boolean, String) - Method in class com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory
 
getStepDownTimer(boolean, String) - Method in interface com.alipay.sofa.jraft.util.timer.RaftTimerFactory
 
getStorage() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
getString() - Method in class com.alipay.sofa.jraft.util.DebugStatistics
 
getString(byte[], int, int) - Static method in class com.alipay.sofa.jraft.util.Utils
 
getSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
required bool success = 2;
getSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
required bool success = 2;
getSuccess() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
required bool success = 2;
getSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
required bool success = 2;
getSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
required bool success = 2;
getSuccess() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponseOrBuilder
required bool success = 2;
getSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
required bool success = 2;
getSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
required bool success = 2;
getSuccess() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponseOrBuilder
required bool success = 2;
getSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
required bool success = 2;
getSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
required bool success = 2;
getSuccess() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponseOrBuilder
required bool success = 2;
getSystemClassLoader() - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Returns the system ClassLoader.
getTerm() - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
getTerm() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required int64 term = 2;
getTerm() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
required int64 term = 2;
getTerm() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
required int64 term = 2;
getTerm() - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
getTerm() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
required int64 term = 1;
getTerm() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMetaOrBuilder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.entity.LogId
 
getTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
required int64 term = 1;
getTerm() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
required int64 term = 1;
getTerm() - Method in interface com.alipay.sofa.jraft.Iterator
Returns the term of the leader which to task was applied to.
getTerm() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 term = 4;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required int64 term = 4;
getTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required int64 term = 4;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
required int64 term = 1;
getTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required int64 term = 4;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required int64 term = 4;
getTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required int64 term = 4;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
required int64 term = 1;
getTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponseOrBuilder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 term = 4;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required int64 term = 4;
getTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required int64 term = 4;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
required int64 term = 1;
getTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponseOrBuilder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required int64 term = 4;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required int64 term = 4;
getTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required int64 term = 4;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
required int64 term = 1;
getTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponseOrBuilder
required int64 term = 1;
getTerm() - Method in class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
getTerm(long) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
getTerm(long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
getTerm(long) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Get the log term at index.
getTerm(long) - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Deprecated. 
getTerm() - Method in interface com.alipay.sofa.jraft.storage.RaftMetaStorage
Get current term.
getThreadFactory() - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
getTimeoutMs() - Method in class com.alipay.sofa.jraft.option.CliOptions
 
getTimeoutMs() - Method in class com.alipay.sofa.jraft.option.CopyOptions
 
getTimeoutMs() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
 
getTimer() - Method in class com.alipay.sofa.jraft.closure.CatchUpClosure
 
getTimerManager() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
getTimerManager() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
getTimerManager() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
getTimerManager() - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
getTimerPoolSize() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
getType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required .jraft.EntryType type = 1;
getType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
required .jraft.EntryType type = 1;
getType() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
required .jraft.EntryType type = 1;
getType() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
getType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
required .jraft.EntryType type = 2;
getType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
required .jraft.EntryType type = 2;
getType() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
required .jraft.EntryType type = 2;
getType() - Method in class com.alipay.sofa.jraft.error.RaftException
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
getUnknownFields() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
getUnsafe() - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
Returns the Unsafe's instance.
getUnsafeAccessor() - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Get a UnsafeUtil.UnsafeAccessor appropriate for the platform.
getUri() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string uri = 6;
getUri() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string uri = 6;
getUri() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string uri = 6;
getUriBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string uri = 6;
getUriBytes() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string uri = 6;
getUriBytes() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string uri = 6;
getUserMeta() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional bytes user_meta = 1;
getUserMeta() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
optional bytes user_meta = 1;
getUserMeta() - Method in interface com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMetaOrBuilder
optional bytes user_meta = 1;
getValue() - Method in class com.alipay.sofa.jraft.util.CRC64
 
getValue() - Method in class com.google.protobuf.BytesCarrier
 
getValueDescriptor() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
 
getValueDescriptor() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
 
getValueDescriptor() - Method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
 
getValueDescriptor() - Method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
 
getValueFromRocksDB(byte[]) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
getValueSizeThreshold() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
getVotedfor() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required string votedfor = 2;
getVotedfor() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
required string votedfor = 2;
getVotedfor() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMetaOrBuilder
required string votedfor = 2;
getVotedFor() - Method in class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
getVotedFor() - Method in interface com.alipay.sofa.jraft.storage.RaftMetaStorage
Get voted for information.
getVotedforBytes() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required string votedfor = 2;
getVotedforBytes() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
required string votedfor = 2;
getVotedforBytes() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMetaOrBuilder
required string votedfor = 2;
getVoteTimer(boolean, String) - Method in class com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory
 
getVoteTimer(boolean, String) - Method in interface com.alipay.sofa.jraft.util.timer.RaftTimerFactory
 
getWaiter() - Method in class com.alipay.sofa.jraft.option.BallotBoxOptions
 
getWaitStrategy() - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
getWriteExecutor() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
getWrotePos() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
GLOBAL_NUM_NODES - Static variable in class com.alipay.sofa.jraft.core.NodeImpl
 
grant(PeerId, Ballot.PosHint) - Method in class com.alipay.sofa.jraft.entity.Ballot
 
grant(PeerId) - Method in class com.alipay.sofa.jraft.entity.Ballot
 
GRANTED_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
GROUP_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
groupId - Variable in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor.CliRequestContext
The groupId in request.
guess() - Method in interface com.alipay.sofa.jraft.util.AdaptiveBufAllocator.Handle
Similar to AdaptiveBufAllocator.Handle.allocate() except that it does not allocate anything but just tells the capacity.

H

handle(String) - Method in class com.alipay.sofa.jraft.NodeDescribeSignalHandler
 
handle(String) - Method in class com.alipay.sofa.jraft.NodeMetricsSignalHandler
 
handle(String) - Method in class com.alipay.sofa.jraft.ThreadPoolMetricsSignalHandler
 
handle(String) - Method in interface com.alipay.sofa.jraft.util.JRaftSignalHandler
 
handleAppendEntriesRequest(RpcRequests.AppendEntriesRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
handleAppendEntriesRequest(RpcRequests.AppendEntriesRequest, RpcRequestClosure) - Method in interface com.alipay.sofa.jraft.rpc.RaftServerService
Handle append-entries request, return response message or called done.run() with response.
handleEventException(Throwable, long, T) - Method in class com.alipay.sofa.jraft.util.LogExceptionHandler
 
handleGetFile(RpcRequests.GetFileRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.storage.FileService
Handle GetFileRequest, run the response or set the response with done.
handleInstallSnapshot(RpcRequests.InstallSnapshotRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
handleInstallSnapshot(RpcRequests.InstallSnapshotRequest, RpcRequestClosure) - Method in interface com.alipay.sofa.jraft.rpc.RaftServerService
Handle install-snapshot request, return response message or called done.run() with response.
handleOnShutdownException(Throwable) - Method in class com.alipay.sofa.jraft.util.LogExceptionHandler
 
handleOnStartException(Throwable) - Method in class com.alipay.sofa.jraft.util.LogExceptionHandler
 
handlePreVoteRequest(RpcRequests.RequestVoteRequest) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
handlePreVoteRequest(RpcRequests.RequestVoteRequest) - Method in interface com.alipay.sofa.jraft.rpc.RaftServerService
Handle pre-vote request.
handlePreVoteResponse(PeerId, long, RpcRequests.RequestVoteResponse) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
handleReadIndexRequest(RpcRequests.ReadIndexRequest, RpcResponseClosure<RpcRequests.ReadIndexResponse>) - Method in class com.alipay.sofa.jraft.core.NodeImpl
Handle read index request.
handleReadIndexRequest(RpcRequests.ReadIndexRequest, RpcResponseClosure<RpcRequests.ReadIndexResponse>) - Method in interface com.alipay.sofa.jraft.rpc.RaftServerService
Handle read-index request, call the RPC closure with response.
handleRequest(RpcContext, RpcRequests.PingRequest) - Method in class com.alipay.sofa.jraft.rpc.impl.PingRequestProcessor
 
handleRequest(RpcContext, T) - Method in interface com.alipay.sofa.jraft.rpc.RpcProcessor
Async to handle request with RpcContext.
handleRequest(RpcContext, T) - Method in class com.alipay.sofa.jraft.rpc.RpcRequestProcessor
 
handleRequestVoteRequest(RpcRequests.RequestVoteRequest) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
handleRequestVoteRequest(RpcRequests.RequestVoteRequest) - Method in interface com.alipay.sofa.jraft.rpc.RaftServerService
Handle request-vote request.
handleRequestVoteResponse(PeerId, long, RpcRequests.RequestVoteResponse) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
handleTimeoutNowRequest(RpcRequests.TimeoutNowRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
handleTimeoutNowRequest(RpcRequests.TimeoutNowRequest, RpcRequestClosure) - Method in interface com.alipay.sofa.jraft.rpc.RaftServerService
Handle time-out-now request, return response message or called done.run() with response.
hasAvailableCapacity(int) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
hasAvailableCapacity(int) - Method in interface com.alipay.sofa.jraft.FSMCaller
Given specified requiredCapacity determines if that amount of space is available to submit new tasks to fsm.
hasAvailableCapacityToAppendEntries(int) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
hasAvailableCapacityToAppendEntries(int) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Given specified requiredCapacity determines if that amount of space is available to append these entries.
hasChecksum() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
optional int64 checksum = 7;
hasChecksum() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
optional int64 checksum = 7;
hasChecksum() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
optional int64 checksum = 7;
hasChecksum() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional string checksum = 3;
hasChecksum() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
optional string checksum = 3;
hasChecksum() - Method in interface com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMetaOrBuilder
optional string checksum = 3;
hasChecksum() - Method in class com.alipay.sofa.jraft.entity.LogEntry
Returns whether the log entry has a checksum.
hasChecksum() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
hasChecksum() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
hasChecksum() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
hasCommittedIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 committed_index = 8;
hasCommittedIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required int64 committed_index = 8;
hasCommittedIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required int64 committed_index = 8;
hasCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 count = 3;
hasCount() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required int64 count = 3;
hasCount() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required int64 count = 3;
hasData() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required bytes data = 6;
hasData() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
required bytes data = 6;
hasData() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
required bytes data = 6;
hasData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
optional bytes data = 9;
hasData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
optional bytes data = 9;
hasData() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
optional bytes data = 9;
hasData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
required bytes data = 2;
hasData() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
required bytes data = 2;
hasData() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
required bytes data = 2;
hasDataLen() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
optional int64 data_len = 4;
hasDataLen() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
optional int64 data_len = 4;
hasDataLen() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
optional int64 data_len = 4;
hasEof() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
Data is in attachment
hasEof() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
Data is in attachment
hasEof() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
Data is in attachment
hasError() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
hasErrorCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
required int32 errorCode = 1;
hasErrorCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
required int32 errorCode = 1;
hasErrorCode() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponseOrBuilder
required int32 errorCode = 1;
hasErrorMsg() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
optional string errorMsg = 2;
hasErrorMsg() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
optional string errorMsg = 2;
hasErrorMsg() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponseOrBuilder
optional string errorMsg = 2;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
optional .jraft.ErrorResponse errorResponse = 99;
hasErrorResponse() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponseOrBuilder
optional .jraft.ErrorResponse errorResponse = 99;
hasFilename() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required string filename = 2;
hasFilename() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required string filename = 2;
hasFilename() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required string filename = 2;
hasFirstLogIndex() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
required int64 first_log_index = 1;
hasFirstLogIndex() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
required int64 first_log_index = 1;
hasFirstLogIndex() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMetaOrBuilder
required int64 first_log_index = 1;
hasGranted() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
required bool granted = 2;
hasGranted() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
required bool granted = 2;
hasGranted() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponseOrBuilder
required bool granted = 2;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string group_id = 1;
hasGroupId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string group_id = 1;
hasGroupId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string group_id = 1;
hashCode() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.LogId
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.NodeId
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
hashCode() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
hashCode() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
hashCode() - Method in class com.alipay.sofa.jraft.Status
 
hashCode() - Method in class com.alipay.sofa.jraft.util.Bytes
The hashcode is cached except for the case where it is computed as 0, in which case we compute the hashcode on every call.
hashCode() - Method in class com.alipay.sofa.jraft.util.Endpoint
 
HashedWheelTimer - Class in com.alipay.sofa.jraft.util.timer
Implementation Details
HashedWheelTimer() - Constructor for class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()), default tick duration, and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit) - Constructor for class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()) and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit, int) - Constructor for class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()).
HashedWheelTimer(ThreadFactory) - Constructor for class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Creates a new timer with the default tick duration and default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit) - Constructor for class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Creates a new timer with the default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Creates a new timer.
HashedWheelTimer(ThreadFactory, long, TimeUnit, int, long) - Constructor for class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Creates a new timer.
hasIndex() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required int64 index = 3;
hasIndex() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
required int64 index = 3;
hasIndex() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
required int64 index = 3;
hasIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
required int64 index = 1;
hasIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
required int64 index = 1;
hasIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponseOrBuilder
required int64 index = 1;
hasLastIncludedIndex() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
required int64 last_included_index = 1;
hasLastIncludedIndex() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
required int64 last_included_index = 1;
hasLastIncludedIndex() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
required int64 last_included_index = 1;
hasLastIncludedTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
required int64 last_included_term = 2;
hasLastIncludedTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
required int64 last_included_term = 2;
hasLastIncludedTerm() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMetaOrBuilder
required int64 last_included_term = 2;
hasLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional int64 last_log_index = 3;
hasLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
optional int64 last_log_index = 3;
hasLastLogIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
optional int64 last_log_index = 3;
hasLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 last_log_index = 6;
hasLastLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required int64 last_log_index = 6;
hasLastLogIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required int64 last_log_index = 6;
hasLastLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 last_log_term = 5;
hasLastLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required int64 last_log_term = 5;
hasLastLogTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required int64 last_log_term = 5;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
required string leader_id = 2;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequestOrBuilder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string leader_id = 2;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
required string leader_id = 2;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequestOrBuilder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
required string leader_id = 1;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
required string leader_id = 1;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponseOrBuilder
required string leader_id = 1;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
optional string leader_id = 2;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequestOrBuilder
optional string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
required string leader_id = 2;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequestOrBuilder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string leader_id = 2;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
required string leader_id = 2;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequestOrBuilder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string leader_id = 2;
hasLeaderId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
required string leader_id = 2;
hasLeaderId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
required string leader_id = 2;
hasLearners() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
hasMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
optional .jraft.SnapshotMeta meta = 1;
hasMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
optional .jraft.LocalFileMeta meta = 2;
hasMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
optional .jraft.LocalFileMeta meta = 2;
hasMeta() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.FileOrBuilder
optional .jraft.LocalFileMeta meta = 2;
hasMeta() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
optional .jraft.SnapshotMeta meta = 1;
hasMeta() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMetaOrBuilder
optional .jraft.SnapshotMeta meta = 1;
hasMeta() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required .jraft.SnapshotMeta meta = 5;
hasMeta() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required .jraft.SnapshotMeta meta = 5;
hasMeta() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required .jraft.SnapshotMeta meta = 5;
hasMeta() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Returns true when has the snapshot metadata.
hasName() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
required string name = 1;
hasName() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
required string name = 1;
hasName() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.FileOrBuilder
required string name = 1;
hasNext() - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
hasOffset() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 offset = 4;
hasOffset() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required int64 offset = 4;
hasOffset() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required int64 offset = 4;
hasOnlyAlive() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional bool only_alive = 3 [default = false];
hasOnlyAlive() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
optional bool only_alive = 3 [default = false];
hasOnlyAlive() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequestOrBuilder
optional bool only_alive = 3 [default = false];
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
required string peer_id = 3;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequestOrBuilder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
optional string peer_id = 2;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
optional string peer_id = 2;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequestOrBuilder
optional string peer_id = 2;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
required string peer_id = 3;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequestOrBuilder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string peer_id = 2;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
required string peer_id = 2;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequestOrBuilder
required string peer_id = 2;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
optional string peer_id = 2;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
optional string peer_id = 2;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequestOrBuilder
optional string peer_id = 2;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
optional string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
optional string peer_id = 3;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequestOrBuilder
optional string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string peer_id = 3;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string peer_id = 3;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string peer_id = 3;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional string peer_id = 4;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
optional string peer_id = 4;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
optional string peer_id = 4;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string peer_id = 3;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string peer_id = 3;
hasPeerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string peer_id = 3;
hasPeerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string peer_id = 3;
hasPrevLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 prev_log_index = 6;
hasPrevLogIndex() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required int64 prev_log_index = 6;
hasPrevLogIndex() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required int64 prev_log_index = 6;
hasPrevLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 prev_log_term = 5;
hasPrevLogTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required int64 prev_log_term = 5;
hasPrevLogTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required int64 prev_log_term = 5;
hasPreVote() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required bool pre_vote = 7;
hasPreVote() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required bool pre_vote = 7;
hasPreVote() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required bool pre_vote = 7;
hasReaderId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 reader_id = 1;
hasReaderId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
required int64 reader_id = 1;
hasReaderId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
required int64 reader_id = 1;
hasReadOnlyOptions() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional .jraft.ReadOnlyType readOnlyOptions = 5;
hasReadOnlyOptions() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
optional .jraft.ReadOnlyType readOnlyOptions = 5;
hasReadOnlyOptions() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
optional .jraft.ReadOnlyType readOnlyOptions = 5;
hasReadPartly() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
optional bool read_partly = 5;
hasReadPartly() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
optional bool read_partly = 5;
hasReadPartly() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequestOrBuilder
optional bool read_partly = 5;
hasReadSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional int64 read_size = 3;
hasReadSize() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
optional int64 read_size = 3;
hasReadSize() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponseOrBuilder
optional int64 read_size = 3;
hasRemaining() - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
hasSendTimestamp() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
required int64 send_timestamp = 1;
hasSendTimestamp() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
required int64 send_timestamp = 1;
hasSendTimestamp() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.PingRequestOrBuilder
required int64 send_timestamp = 1;
hasServerAddr() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
required string server_id = 2;
hasServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeaderOrBuilder
required string server_id = 2;
hasServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string server_id = 2;
hasServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
required string server_id = 2;
hasServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequestOrBuilder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required string server_id = 2;
hasServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string server_id = 2;
hasServerId() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required string server_id = 2;
hasServerId() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required string server_id = 2;
hasSource() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional .jraft.FileSource source = 2;
hasSource() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
optional .jraft.FileSource source = 2;
hasSource() - Method in interface com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMetaOrBuilder
optional .jraft.FileSource source = 2;
hasSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
required bool success = 2;
hasSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
required bool success = 2;
hasSuccess() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
required bool success = 2;
hasSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
required bool success = 2;
hasSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
required bool success = 2;
hasSuccess() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponseOrBuilder
required bool success = 2;
hasSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
required bool success = 2;
hasSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
required bool success = 2;
hasSuccess() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponseOrBuilder
required bool success = 2;
hasSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
required bool success = 2;
hasSuccess() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
required bool success = 2;
hasSuccess() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponseOrBuilder
required bool success = 2;
hasTerm() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required int64 term = 2;
hasTerm() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
required int64 term = 2;
hasTerm() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
required int64 term = 2;
hasTerm() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
required int64 term = 1;
hasTerm() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMetaOrBuilder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
required int64 term = 1;
hasTerm() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 term = 4;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
required int64 term = 4;
hasTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestOrBuilder
required int64 term = 4;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
required int64 term = 1;
hasTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponseOrBuilder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required int64 term = 4;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required int64 term = 4;
hasTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required int64 term = 4;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
required int64 term = 1;
hasTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponseOrBuilder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 term = 4;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
required int64 term = 4;
hasTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequestOrBuilder
required int64 term = 4;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
required int64 term = 1;
hasTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponseOrBuilder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required int64 term = 4;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
required int64 term = 4;
hasTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequestOrBuilder
required int64 term = 4;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
required int64 term = 1;
hasTerm() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
required int64 term = 1;
hasTerm() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponseOrBuilder
required int64 term = 1;
hasTimer() - Method in class com.alipay.sofa.jraft.closure.CatchUpClosure
 
hasType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required .jraft.EntryType type = 1;
hasType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
required .jraft.EntryType type = 1;
hasType() - Method in interface com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntryOrBuilder
required .jraft.EntryType type = 1;
hasType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
required .jraft.EntryType type = 2;
hasType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
required .jraft.EntryType type = 2;
hasType() - Method in interface com.alipay.sofa.jraft.entity.RaftOutter.EntryMetaOrBuilder
required .jraft.EntryType type = 2;
hasUnsafe() - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Whether or not can use the unsafe api.
hasUri() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string uri = 6;
hasUri() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
required string uri = 6;
hasUri() - Method in interface com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequestOrBuilder
required string uri = 6;
hasUserMeta() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional bytes user_meta = 1;
hasUserMeta() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
optional bytes user_meta = 1;
hasUserMeta() - Method in interface com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMetaOrBuilder
optional bytes user_meta = 1;
hasVotedfor() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required string votedfor = 2;
hasVotedfor() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
required string votedfor = 2;
hasVotedfor() - Method in interface com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMetaOrBuilder
required string votedfor = 2;
HEADER_SIZE - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogEntryV2CodecFactory
 
HEADER_SIZE - Static variable in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
hexStringToByteArray(String) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
Convert a string representation of a hex dump to a byte array.
hintLoad() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
hintUnload() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 

I

id - Variable in class com.alipay.sofa.jraft.core.Replicator
 
incrementAndGet() - Method in class com.alipay.sofa.jraft.util.CountDownEvent
 
INDEX_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
INDEX_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
init(BallotBoxOptions) - Method in class com.alipay.sofa.jraft.core.BallotBox
 
init(CliOptions) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
init(FSMCallerOptions) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
init(NodeOptions) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
init(ReadOnlyServiceOptions) - Method in class com.alipay.sofa.jraft.core.ReadOnlyServiceImpl
 
init(NodeId, ReplicatorGroupOptions) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
init(Configuration, Configuration) - Method in class com.alipay.sofa.jraft.entity.Ballot
Init the ballot with current conf and old conf.
init(T) - Method in interface com.alipay.sofa.jraft.Lifecycle
Initialize the service.
init(NodeId, ReplicatorGroupOptions) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Init the replicator group.
init(RpcOptions) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
init(RpcOptions) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
init(Void) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcServer
 
init(RpcOptions) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
init(RpcOptions) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
init(RaftMetaStorageOptions) - Method in class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
init(LogManagerOptions) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
init(LogStorageOptions) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
init(SegmentFile.SegmentFileOptions) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
init(String, SnapshotCopierOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
init(Void) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
init(Void) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
init(Void) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
init(String, SnapshotThrottle, SnapshotCopierOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.RemoteFileCopier
 
init(SnapshotExecutorOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
initRpcClient(int) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
installSnapshot(Endpoint, RpcRequests.InstallSnapshotRequest, RpcResponseClosure<RpcRequests.InstallSnapshotResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
installSnapshot(Endpoint, RpcRequests.InstallSnapshotRequest, RpcResponseClosure<RpcRequests.InstallSnapshotResponse>) - Method in interface com.alipay.sofa.jraft.rpc.RaftClientService
Sends a install-snapshot request and handle the response with done.
installSnapshot(RpcRequests.InstallSnapshotRequest, RpcRequests.InstallSnapshotResponse.Builder, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
installSnapshot(RpcRequests.InstallSnapshotRequest, RpcRequests.InstallSnapshotResponse.Builder, RpcRequestClosure) - Method in interface com.alipay.sofa.jraft.storage.SnapshotExecutor
Install snapshot according to the very RPC from leader After the installing succeeds (StateMachine is reset with the snapshot) or fails, done will be called to respond Errors: - Term mismatches: which happens interrupt_downloading_snapshot was called before install_snapshot, indicating that this RPC was issued by the old leader.
InstallSnapshotRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.core
Handle install snapshot request.
InstallSnapshotRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.InstallSnapshotRequestProcessor
 
INSTANCE - Static variable in class com.alipay.sofa.jraft.entity.codec.AutoDetectDecoder
 
INSTANCE - Static variable in class com.alipay.sofa.jraft.entity.codec.v1.V1Decoder
Deprecated.
 
INSTANCE - Static variable in class com.alipay.sofa.jraft.entity.codec.v1.V1Encoder
Deprecated.
 
INSTANCE - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.V2Decoder
 
INSTANCE - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.V2Encoder
 
INSTANCE - Static variable in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
INSTANCE - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
INSTANCE - Static variable in class com.alipay.sofa.jraft.util.concurrent.DefaultExecutorChooserFactory
 
INSTANCE - Static variable in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroupFactory
 
IntegerFieldUpdater<U> - Interface in com.alipay.sofa.jraft.util.internal
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.AddLearnersRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.AddPeerRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ChangePeersRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetLeaderRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetPeersRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.RemoveLearnersRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.RemovePeerRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ResetLearnersRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ResetPeerRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.SnapshotRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.cli.TransferLeaderRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.core.AppendEntriesRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.core.GetFileRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.core.InstallSnapshotRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.core.ReadIndexRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.core.RequestVoteRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.core.TimeoutNowRequestProcessor
 
interest() - Method in class com.alipay.sofa.jraft.rpc.impl.PingRequestProcessor
 
interest() - Method in interface com.alipay.sofa.jraft.rpc.RpcProcessor
The class name of user request.
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
internalGetValueMap() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
 
internalGetValueMap() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
 
internalGetValueMap() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
 
internalGetValueMap() - Static method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
 
interruptDownloadingSnapshots(long) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
interruptDownloadingSnapshots(long) - Method in interface com.alipay.sofa.jraft.storage.SnapshotExecutor
Interrupt the downloading if possible.
Ints - Class in com.alipay.sofa.jraft.util
Static utility methods pertaining to int primitives.
INVALID_LOG_INDEX - Static variable in class com.alipay.sofa.jraft.closure.ReadIndexClosure
Invalid log index -1.
invokeAsync(Endpoint, Object, InvokeContext, InvokeCallback, long) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
invokeAsync(Endpoint, Object, InvokeCallback, long) - Method in interface com.alipay.sofa.jraft.rpc.RpcClient
Asynchronous invocation with a callback.
invokeAsync(Endpoint, Object, InvokeContext, InvokeCallback, long) - Method in interface com.alipay.sofa.jraft.rpc.RpcClient
Asynchronous invocation with a callback.
InvokeCallback - Interface in com.alipay.sofa.jraft.rpc
 
InvokeContext - Class in com.alipay.sofa.jraft.rpc
RPC invoke context.
InvokeContext() - Constructor for class com.alipay.sofa.jraft.rpc.InvokeContext
 
invokeSync(Endpoint, Object, InvokeContext, long) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
invokeSync(Endpoint, Object, long) - Method in interface com.alipay.sofa.jraft.rpc.RpcClient
Synchronous invocation.
invokeSync(Endpoint, Object, InvokeContext, long) - Method in interface com.alipay.sofa.jraft.rpc.RpcClient
Synchronous invocation using a invoke context.
InvokeTimeoutException - Exception in com.alipay.sofa.jraft.error
 
InvokeTimeoutException() - Constructor for exception com.alipay.sofa.jraft.error.InvokeTimeoutException
 
InvokeTimeoutException(String) - Constructor for exception com.alipay.sofa.jraft.error.InvokeTimeoutException
 
InvokeTimeoutException(String, Throwable) - Constructor for exception com.alipay.sofa.jraft.error.InvokeTimeoutException
 
InvokeTimeoutException(Throwable) - Constructor for exception com.alipay.sofa.jraft.error.InvokeTimeoutException
 
InvokeTimeoutException(String, Throwable, boolean, boolean) - Constructor for exception com.alipay.sofa.jraft.error.InvokeTimeoutException
 
invokeWithDone(Endpoint, Message, RpcResponseClosure<T>, int) - Method in interface com.alipay.sofa.jraft.rpc.ClientService
Send a requests and waits for response with callback, returns the request future.
invokeWithDone(Endpoint, Message, RpcResponseClosure<T>, int) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
invokeWithDone(Endpoint, Message, RpcResponseClosure<T>, int, Executor) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
invokeWithDone(Endpoint, Message, InvokeContext, RpcResponseClosure<T>, int) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
invokeWithDone(Endpoint, Message, InvokeContext, RpcResponseClosure<T>, int, Executor) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
inWorkerThread(Thread) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
IP_ANY - Static variable in class com.alipay.sofa.jraft.util.Utils
ANY IP address 0.0.0.0
IPV6_END_MARK - Static variable in class com.alipay.sofa.jraft.util.Utils
 
IPV6_START_MARK - Static variable in class com.alipay.sofa.jraft.util.Utils
 
isActive() - Method in enum com.alipay.sofa.jraft.core.State
 
isApplied(long) - Method in class com.alipay.sofa.jraft.entity.ReadIndexStatus
 
isAvailable() - Method in class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
Returns if the permits is available of the semaphore.
isCancelled - Variable in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 
isCancelled() - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
isCancelled() - Method in interface com.alipay.sofa.jraft.util.timer.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isConnected(Endpoint) - Method in interface com.alipay.sofa.jraft.rpc.ClientService
Returns true when the endpoint's connection is active.
isConnected(Endpoint) - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
isCorrupted() - Method in class com.alipay.sofa.jraft.entity.LogEntry
Returns true when the log entry is corrupted, it means that the checksum is mismatch.
isDisableCli() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
isDone - Variable in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 
isDone() - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
isEmpty() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
isEmpty() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
isEmpty() - Method in class com.alipay.sofa.jraft.entity.PeerId
Returns true when ip is ANY_IP, port is zero and idx is zero too.
isEmpty(byte[]) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
 
isEmpty() - Method in class com.alipay.sofa.jraft.util.SegmentList
 
isEnabled() - Method in class com.alipay.sofa.jraft.core.NodeMetrics
Whether metric is enabled.
isEnableLogEntryChecksum() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
isEnableMetrics() - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
isEnableMetrics() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
isEnableRpcChecksum() - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
isErrorWasSet() - Method in class com.alipay.sofa.jraft.closure.CatchUpClosure
 
isExpired() - Method in interface com.alipay.sofa.jraft.util.timer.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isFileCheckHole() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
isFilterBeforeCopyRemote() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
isFilterBeforeCopyRemote() - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
isFilterBeforeCopyRemote() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
isFollower() - Method in enum com.alipay.sofa.jraft.core.ReplicatorType
 
isFull() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
isGood() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
isGranted() - Method in class com.alipay.sofa.jraft.entity.Ballot
Returns true when the ballot is granted.
isHeldByCurrentThread() - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
isHeldExclusively() - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
isInitialized() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
isInstallingSnapshot() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
isInstallingSnapshot() - Method in interface com.alipay.sofa.jraft.storage.SnapshotExecutor
Returns true if this is currently installing a snapshot, either downloading or loading.
isIPv6(String) - Static method in class com.alipay.sofa.jraft.util.Utils
check whether the ip address is IPv6.
isLeader() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
isLeader(boolean) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
isLeader() - Method in interface com.alipay.sofa.jraft.Node
Returns true when the node is leader.
isLeader(boolean) - Method in interface com.alipay.sofa.jraft.Node
Returns true when the node is leader.
isLearner() - Method in enum com.alipay.sofa.jraft.core.ReplicatorType
 
isLinux() - Static method in class com.alipay.sofa.jraft.util.Platform
Return true if the JVM is running on Linux OSX
isLocked() - Method in class com.alipay.sofa.jraft.util.ThreadId
 
isMac() - Static method in class com.alipay.sofa.jraft.util.Platform
Return true if the JVM is running on Mac OSX
isOk() - Method in class com.alipay.sofa.jraft.Status
Returns true when status is in OK state.
isOpenStatistics() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
isOverMaxReadIndexLag(long, int) - Method in class com.alipay.sofa.jraft.entity.ReadIndexStatus
 
isPowerOfTwo(int) - Static method in class com.alipay.sofa.jraft.util.Ints
Is this value a power of two.
isPriorityDisabled() - Method in class com.alipay.sofa.jraft.entity.PeerId
To judge whether the priority election function is disabled or not in this node.
isPriorityNotElected() - Method in class com.alipay.sofa.jraft.entity.PeerId
To judge whether this node can participate in election or not.
isReplicatorPipeline() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
isReplicatorPipelineEnabled() - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
Whether to enable replicator pipeline.
isRunningOnFSMThread() - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
isRunningOnFSMThread() - Method in interface com.alipay.sofa.jraft.FSMCaller
Returns true when current thread is the thread that calls state machine callback methods.
isSharedElectionTimer() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
isSharedSnapshotTimer() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
isSharedStepDownTimer() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
isSharedTimerPool() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
isSharedVoteTimer() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
isShutdown() - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
isStable() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
isStarted() - Method in class com.alipay.sofa.jraft.RaftGroupService
Returns true when service is started.
isStartupOldStorage() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
isStepDownWhenVoteTimedout() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
isSwappedOut() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
isSync() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
isSync() - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
isSyncMeta() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
isTerminated() - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
isValid() - Method in class com.alipay.sofa.jraft.conf.Configuration
Returns true when the configuration is valid.
isValid() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
Returns true when the conf entry is valid.
isValid() - Method in class com.google.protobuf.BytesCarrier
 
isWindows() - Static method in class com.alipay.sofa.jraft.util.Platform
Return true if the JVM is running on Windows
iterator() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
Iterator - Interface in com.alipay.sofa.jraft
Iterator over a batch of committed tasks.
iterator() - Method in class com.alipay.sofa.jraft.util.concurrent.ConcurrentHashSet
 
iterator() - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
iterator() - Method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
 
IteratorImpl - Class in com.alipay.sofa.jraft.core
The iterator implementation.
IteratorImpl(FSMCallerImpl, LogManager, List<Closure>, long, long, long, AtomicLong) - Constructor for class com.alipay.sofa.jraft.core.IteratorImpl
 
IteratorWrapper - Class in com.alipay.sofa.jraft.core
 
IteratorWrapper(IteratorImpl) - Constructor for class com.alipay.sofa.jraft.core.IteratorWrapper
 

J

join() - Method in class com.alipay.sofa.jraft.closure.JoinableClosure
 
join(long) - Method in class com.alipay.sofa.jraft.closure.JoinableClosure
 
join() - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
join() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
join() - Method in class com.alipay.sofa.jraft.core.ReadOnlyServiceImpl
 
join(ThreadId) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
join() - Method in class com.alipay.sofa.jraft.entity.Task
Waiting for the task to complete, to note that throughput may be reduced, which is generally not recommended.
join(long) - Method in class com.alipay.sofa.jraft.entity.Task
Waiting for the task to complete with a timeout millis, to note that throughput may be reduced, which is generally not recommended.
join() - Method in interface com.alipay.sofa.jraft.FSMCaller
Called after shutdown to wait it terminates.
join() - Method in interface com.alipay.sofa.jraft.Node
Block the thread until the node is successfully stopped.
join() - Method in class com.alipay.sofa.jraft.RaftGroupService
Block thread to wait the server shutdown.
join() - Method in interface com.alipay.sofa.jraft.ReadOnlyService
Waits for service shutdown.
join() - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
join() - Method in interface com.alipay.sofa.jraft.storage.LogManager
Wait the log manager to be shut down.
join() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
join() - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
join() - Method in interface com.alipay.sofa.jraft.storage.snapshot.remote.Session
Block the thread to wait the copy job finishes or canceled.
join() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotCopier
Block the thread until this copy job finishes, or some error occurs.
join() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
join() - Method in interface com.alipay.sofa.jraft.storage.SnapshotExecutor
Block the current thread until all the running job finishes (including failure)
join() - Method in class com.alipay.sofa.jraft.util.ThreadId
 
JoinableClosure - Class in com.alipay.sofa.jraft.closure
 
JoinableClosure(Closure) - Constructor for class com.alipay.sofa.jraft.closure.JoinableClosure
 
joinAll(List<Task>) - Static method in class com.alipay.sofa.jraft.entity.Task
Waiting for all tasks to complete.
joinAll(List<Task>, long) - Static method in class com.alipay.sofa.jraft.entity.Task
Waiting for all tasks to complete with a timeout millis.
joinAll() - Method in interface com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage.WriteContext
Wait for all sub jobs finish.
joinAll() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.BarrierWriteContext
 
JRAFT_SNAPSHOT_META_FILE - Static variable in class com.alipay.sofa.jraft.storage.snapshot.Snapshot
Snapshot metadata file name.
JRAFT_SNAPSHOT_PREFIX - Static variable in class com.alipay.sofa.jraft.storage.snapshot.Snapshot
Snapshot file prefix.
JRaftException - Exception in com.alipay.sofa.jraft.error
 
JRaftException() - Constructor for exception com.alipay.sofa.jraft.error.JRaftException
 
JRaftException(String) - Constructor for exception com.alipay.sofa.jraft.error.JRaftException
 
JRaftException(String, Throwable) - Constructor for exception com.alipay.sofa.jraft.error.JRaftException
 
JRaftException(Throwable) - Constructor for exception com.alipay.sofa.jraft.error.JRaftException
 
JRaftException(String, Throwable, boolean, boolean) - Constructor for exception com.alipay.sofa.jraft.error.JRaftException
 
JRaftServiceFactory - Interface in com.alipay.sofa.jraft
Abstract factory to create services for SOFAJRaft.
JRaftServiceLoader<S> - Class in com.alipay.sofa.jraft.util
A simple service-provider loading facility (SPI).
JRaftSignalHandler - Interface in com.alipay.sofa.jraft.util
 
JRaftUtils - Class in com.alipay.sofa.jraft
Some helper methods for jraft usage.

K

keepAliveSeconds(Long) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 

L

LAST_INCLUDED_INDEX_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
LAST_INCLUDED_TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
LAST_LOG_INDEX_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
LAST_LOG_INDEX_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
LAST_LOG_TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
latch - Variable in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
LEADER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
LeaderChangeContext - Class in com.alipay.sofa.jraft.entity
The leader change context, contains: leaderId: the leader peer id. term: the leader term. Status: context status.
LeaderChangeContext(PeerId, long, Status) - Constructor for class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
learner2Follower(String, Configuration, PeerId) - Method in interface com.alipay.sofa.jraft.CliService
Converts the specified learner to follower of |conf|.
learner2Follower(String, Configuration, PeerId) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
LibC - Interface in com.alipay.sofa.jraft.storage.log
Moved from rocketmq.
Lifecycle<T> - Interface in com.alipay.sofa.jraft
Service life cycle mark interface.
limit(Buffer, int) - Static method in class com.alipay.sofa.jraft.util.BufferUtils
 
listAliveLearners() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
listAliveLearners() - Method in interface com.alipay.sofa.jraft.Node
List all alive learners of this raft group, only leader returns.
listAlivePeers() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
listAlivePeers() - Method in interface com.alipay.sofa.jraft.Node
List all alive peers of this raft group, only leader returns.
listFiles() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshot
List all the existing files in the Snapshot currently
listFiles() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Get all fileNames in this table.
listFiles() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
listFiles() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
listFiles() - Method in class com.alipay.sofa.jraft.storage.snapshot.Snapshot
List all the existing files in the Snapshot currently
listLearners() - Method in class com.alipay.sofa.jraft.conf.Configuration
Retrieve the learners set copy.
listLearners() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
listLearners() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
listLearners() - Method in interface com.alipay.sofa.jraft.Node
List all learners of this raft group, only leader returns.
listPeers() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
listPeers() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
listPeers() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
listPeers() - Method in interface com.alipay.sofa.jraft.Node
List peers of this raft group, only leader returns.
listReplicators() - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
listReplicators() - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Returns all replicators.
load() - Static method in class com.alipay.sofa.jraft.rpc.ProtobufMsgFactory
 
load() - Method in class com.alipay.sofa.jraft.storage.io.ProtoBufFile
Load a protobuf message from file.
load() - Method in class com.alipay.sofa.jraft.storage.log.CheckpointFile
 
load() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
load() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotReader
Load the snapshot metadata.
load(Class<S>) - Static method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
 
load(Class<S>, ClassLoader) - Static method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
 
loadFromFile(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Load metadata infos from a file by path.
loadFromIoBufferAsRemote(ByteBuffer) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Load metadata infos from byte buffer.
LoadSnapshotClosure - Interface in com.alipay.sofa.jraft.closure
Load snapshot closure
LocalDirReader - Class in com.alipay.sofa.jraft.storage.io
Read a file data form local dir by fileName.
LocalDirReader(String) - Constructor for class com.alipay.sofa.jraft.storage.io.LocalDirReader
 
LocalFileMetaOutter - Class in com.alipay.sofa.jraft.entity
 
LocalFileMetaOutter.FileSource - Enum in com.alipay.sofa.jraft.entity
Protobuf enum jraft.FileSource
LocalFileMetaOutter.LocalFileMeta - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.LocalFileMeta
LocalFileMetaOutter.LocalFileMeta.Builder - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.LocalFileMeta
LocalFileMetaOutter.LocalFileMetaOrBuilder - Interface in com.alipay.sofa.jraft.entity
 
LocalRaftMetaStorage - Class in com.alipay.sofa.jraft.storage.impl
Raft meta storage,it's not thread-safe.
LocalRaftMetaStorage(String, RaftOptions) - Constructor for class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
LocalSnapshot - Class in com.alipay.sofa.jraft.storage.snapshot.local
Describe the Snapshot on another machine.
LocalSnapshot(RaftOptions) - Constructor for class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshot
 
LocalSnapshotCopier - Class in com.alipay.sofa.jraft.storage.snapshot.local
Copy another machine snapshot to local.
LocalSnapshotCopier() - Constructor for class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
LocalSnapshotMetaTable - Class in com.alipay.sofa.jraft.storage.snapshot.local
Table to keep local snapshot metadata infos.
LocalSnapshotMetaTable(RaftOptions) - Constructor for class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
 
LocalSnapshotReader - Class in com.alipay.sofa.jraft.storage.snapshot.local
Snapshot reader on local file system.
LocalSnapshotReader(LocalSnapshotStorage, SnapshotThrottle, Endpoint, RaftOptions, String) - Constructor for class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
LocalSnapshotStorage - Class in com.alipay.sofa.jraft.storage.snapshot.local
Snapshot storage based on local file storage.
LocalSnapshotStorage(String, String, RaftOptions) - Constructor for class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
LocalSnapshotWriter - Class in com.alipay.sofa.jraft.storage.snapshot.local
Snapshot writer to write snapshot into local file system.
LocalSnapshotWriter(String, LocalSnapshotStorage, RaftOptions) - Constructor for class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
LocalStorageOutter - Class in com.alipay.sofa.jraft.entity
 
LocalStorageOutter.ConfigurationPBMeta - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.ConfigurationPBMeta
LocalStorageOutter.ConfigurationPBMeta.Builder - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.ConfigurationPBMeta
LocalStorageOutter.ConfigurationPBMetaOrBuilder - Interface in com.alipay.sofa.jraft.entity
 
LocalStorageOutter.LocalSnapshotPbMeta - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.LocalSnapshotPbMeta
LocalStorageOutter.LocalSnapshotPbMeta.Builder - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.LocalSnapshotPbMeta
LocalStorageOutter.LocalSnapshotPbMeta.File - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.LocalSnapshotPbMeta.File
LocalStorageOutter.LocalSnapshotPbMeta.File.Builder - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.LocalSnapshotPbMeta.File
LocalStorageOutter.LocalSnapshotPbMeta.FileOrBuilder - Interface in com.alipay.sofa.jraft.entity
 
LocalStorageOutter.LocalSnapshotPbMetaOrBuilder - Interface in com.alipay.sofa.jraft.entity
 
LocalStorageOutter.LogPBMeta - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.LogPBMeta
LocalStorageOutter.LogPBMeta.Builder - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.LogPBMeta
LocalStorageOutter.LogPBMetaOrBuilder - Interface in com.alipay.sofa.jraft.entity
 
LocalStorageOutter.StablePBMeta - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.StablePBMeta
LocalStorageOutter.StablePBMeta.Builder - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.StablePBMeta
LocalStorageOutter.StablePBMetaOrBuilder - Interface in com.alipay.sofa.jraft.entity
 
lock - Variable in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 
lock() - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
lock() - Method in class com.alipay.sofa.jraft.util.ThreadId
 
lockInterruptibly() - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
LOG - Static variable in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
LOG - Static variable in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor
 
LOG - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequestProcessor
 
LOG - Static variable in class com.alipay.sofa.jraft.util.RepeatedTimer
 
LogEntry - Class in com.alipay.sofa.jraft.entity
A replica log entry.
LogEntry() - Constructor for class com.alipay.sofa.jraft.entity.LogEntry
 
LogEntry(EnumOutter.EntryType) - Constructor for class com.alipay.sofa.jraft.entity.LogEntry
 
LogEntryCodecFactory - Interface in com.alipay.sofa.jraft.entity.codec
Log entry codec factory to create encoder/decoder for LogEntry.
LogEntryCorruptedException - Exception in com.alipay.sofa.jraft.error
LogEntry corrupted exception.
LogEntryCorruptedException() - Constructor for exception com.alipay.sofa.jraft.error.LogEntryCorruptedException
 
LogEntryCorruptedException(String, Throwable, boolean, boolean) - Constructor for exception com.alipay.sofa.jraft.error.LogEntryCorruptedException
 
LogEntryCorruptedException(String, Throwable) - Constructor for exception com.alipay.sofa.jraft.error.LogEntryCorruptedException
 
LogEntryCorruptedException(String) - Constructor for exception com.alipay.sofa.jraft.error.LogEntryCorruptedException
 
LogEntryCorruptedException(Throwable) - Constructor for exception com.alipay.sofa.jraft.error.LogEntryCorruptedException
 
LogEntryDecoder - Interface in com.alipay.sofa.jraft.entity.codec
Log entry decoder
LogEntryEncoder - Interface in com.alipay.sofa.jraft.entity.codec
Log entry encoder
LogEntryV1CodecFactory - Class in com.alipay.sofa.jraft.entity.codec.v1
Deprecated.
LogEntryV2CodecFactory - Class in com.alipay.sofa.jraft.entity.codec.v2
V2(Now) log entry codec implementation, header format: 0 1 2 3 4 5 +-+-+-+-+-+-+-+-++-+-+-+ |Magic|Version|Reserved| +-+-+-+-+-+-+-+-++-+-+-+
LogExceptionHandler<T> - Class in com.alipay.sofa.jraft.util
Disruptor exception handler.
LogExceptionHandler(String) - Constructor for class com.alipay.sofa.jraft.util.LogExceptionHandler
 
LogExceptionHandler(String, LogExceptionHandler.OnEventException<T>) - Constructor for class com.alipay.sofa.jraft.util.LogExceptionHandler
 
LogExceptionHandler.OnEventException<T> - Interface in com.alipay.sofa.jraft.util
 
LogId - Class in com.alipay.sofa.jraft.entity
Log identifier.
LogId() - Constructor for class com.alipay.sofa.jraft.entity.LogId
 
LogId(long, long) - Constructor for class com.alipay.sofa.jraft.entity.LogId
 
LogIndexOutOfBoundsException - Exception in com.alipay.sofa.jraft.error
Log index out of bounds
LogIndexOutOfBoundsException() - Constructor for exception com.alipay.sofa.jraft.error.LogIndexOutOfBoundsException
Constructs an LogIndexOutOfBoundsException with no detail message.
LogIndexOutOfBoundsException(int) - Constructor for exception com.alipay.sofa.jraft.error.LogIndexOutOfBoundsException
Constructs a new LogIndexOutOfBoundsException class with an argument indicating the illegal index.
LogIndexOutOfBoundsException(String) - Constructor for exception com.alipay.sofa.jraft.error.LogIndexOutOfBoundsException
Constructs an LogIndexOutOfBoundsException class with the specified detail message.
LogManager - Interface in com.alipay.sofa.jraft.storage
Log manager.
LogManager.LastLogIndexListener - Interface in com.alipay.sofa.jraft.storage
Listen on last log index change event, but it's not reliable, the user should not count on this listener to receive all changed events.
LogManager.NewLogCallback - Interface in com.alipay.sofa.jraft.storage
New log notifier callback.
LogManager.StableClosure - Class in com.alipay.sofa.jraft.storage
Closure to to run in stable state.
LogManagerImpl - Class in com.alipay.sofa.jraft.storage.impl
LogManager implementation.
LogManagerImpl() - Constructor for class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
LogManagerOptions - Class in com.alipay.sofa.jraft.option
Options for log manager.
LogManagerOptions() - Constructor for class com.alipay.sofa.jraft.option.LogManagerOptions
 
LogNotFoundException - Exception in com.alipay.sofa.jraft.error
Log not found exception, the log may be deleted.
LogNotFoundException() - Constructor for exception com.alipay.sofa.jraft.error.LogNotFoundException
 
LogNotFoundException(String, Throwable) - Constructor for exception com.alipay.sofa.jraft.error.LogNotFoundException
 
LogNotFoundException(String) - Constructor for exception com.alipay.sofa.jraft.error.LogNotFoundException
 
LogNotFoundException(Throwable) - Constructor for exception com.alipay.sofa.jraft.error.LogNotFoundException
 
LogOutter - Class in com.alipay.sofa.jraft.entity.codec.v2
 
LogOutter.PBLogEntry - Class in com.alipay.sofa.jraft.entity.codec.v2
Protobuf type jraft.PBLogEntry
LogOutter.PBLogEntry.Builder - Class in com.alipay.sofa.jraft.entity.codec.v2
Protobuf type jraft.PBLogEntry
LogOutter.PBLogEntryOrBuilder - Interface in com.alipay.sofa.jraft.entity.codec.v2
 
LogScheduledThreadPoolExecutor - Class in com.alipay.sofa.jraft.util
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay with a logger witch can print error message for failed execution.
LogScheduledThreadPoolExecutor(int, String) - Constructor for class com.alipay.sofa.jraft.util.LogScheduledThreadPoolExecutor
 
LogScheduledThreadPoolExecutor(int, ThreadFactory, String) - Constructor for class com.alipay.sofa.jraft.util.LogScheduledThreadPoolExecutor
 
LogScheduledThreadPoolExecutor(int, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.jraft.util.LogScheduledThreadPoolExecutor
 
LogScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.jraft.util.LogScheduledThreadPoolExecutor
 
LogStorage - Interface in com.alipay.sofa.jraft.storage
Log entry storage service.
LogStorageOptions - Class in com.alipay.sofa.jraft.option
Log storage initialize options
LogStorageOptions() - Constructor for class com.alipay.sofa.jraft.option.LogStorageOptions
 
LogThreadPoolExecutor - Class in com.alipay.sofa.jraft.util
A ExecutorService that witch can print error message for failed execution.
LogThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, String) - Constructor for class com.alipay.sofa.jraft.util.LogThreadPoolExecutor
 
LogThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, String) - Constructor for class com.alipay.sofa.jraft.util.LogThreadPoolExecutor
 
LogThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.jraft.util.LogThreadPoolExecutor
 
LogThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.jraft.util.LogThreadPoolExecutor
 
LongFieldUpdater<U> - Interface in com.alipay.sofa.jraft.util.internal
 
LongHeldDetectingReadWriteLock - Class in com.alipay.sofa.jraft.util.concurrent
A ReadWriteLock that can report some info when the lock is held by a thread very long time.
LongHeldDetectingReadWriteLock(long, TimeUnit) - Constructor for class com.alipay.sofa.jraft.util.concurrent.LongHeldDetectingReadWriteLock
 
LongHeldDetectingReadWriteLock(boolean, long, TimeUnit) - Constructor for class com.alipay.sofa.jraft.util.concurrent.LongHeldDetectingReadWriteLock
 
LongHeldDetectingReadWriteLock.AcquireMode - Enum in com.alipay.sofa.jraft.util.concurrent
 

M

MADV_DONTNEED - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
MADV_WILLNEED - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
madvise(Pointer, NativeLong, int) - Method in interface com.alipay.sofa.jraft.storage.log.LibC
 
MAGIC - Static variable in class com.alipay.sofa.jraft.entity.codec.v1.LogEntryV1CodecFactory
Deprecated.
 
MAGIC_BYTES - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogEntryV2CodecFactory
 
mark(Buffer) - Static method in class com.alipay.sofa.jraft.util.BufferUtils
 
max(byte[], byte[]) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
 
MAX_APPEND_ENTRIES_TASKS_PER_THREAD - Static variable in class com.alipay.sofa.jraft.util.Utils
Default jraft max pending tasks of append-entries per thread, 65536 by default.
MAX_BYTES_PER_CHAR - Static variable in class com.alipay.sofa.jraft.util.internal.UnsafeUtf8Util
Maximum number of bytes per Java UTF-16 char in UTF-8.
MAX_CLOSURE_EXECUTOR_POOL_SIZE - Static variable in class com.alipay.sofa.jraft.util.Utils
Default jraft closure executor pool maximum size.
MAX_COLLECTOR_SIZE_PER_THREAD - Static variable in class com.alipay.sofa.jraft.util.Utils
Default max ByteBufferCollector size per thread for recycle, it can be set by -Djraft.max_collector_size_per_thread, default 256
MAX_POWER_OF_TWO - Static variable in class com.alipay.sofa.jraft.util.Ints
The largest power of two that can be represented as an int.
MAX_RPC_CLOSURE_EXECUTOR_POOL_SIZE - Static variable in class com.alipay.sofa.jraft.rpc.RpcUtils
Default jraft closure executor pool maximum size.
maximumThreads(Integer) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
MCL_CURRENT - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
MCL_FUTURE - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
MCL_ONFAULT - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
memset(Pointer, int, long) - Method in interface com.alipay.sofa.jraft.storage.log.LibC
 
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
mergeFrom(LogOutter.PBLogEntry) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
mergeFrom(LocalFileMetaOutter.LocalFileMeta) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
mergeFrom(LocalStorageOutter.ConfigurationPBMeta) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
mergeFrom(LocalStorageOutter.LocalSnapshotPbMeta) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
mergeFrom(LocalStorageOutter.LocalSnapshotPbMeta.File) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
mergeFrom(LocalStorageOutter.LogPBMeta) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
mergeFrom(LocalStorageOutter.StablePBMeta) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
mergeFrom(RaftOutter.EntryMeta) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
mergeFrom(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
mergeFrom(CliRequests.AddLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
mergeFrom(CliRequests.AddPeerRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
mergeFrom(CliRequests.AddPeerResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
mergeFrom(CliRequests.ChangePeersRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
mergeFrom(CliRequests.ChangePeersResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
mergeFrom(CliRequests.GetLeaderRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
mergeFrom(CliRequests.GetLeaderResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
mergeFrom(CliRequests.GetPeersRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
mergeFrom(CliRequests.GetPeersResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
mergeFrom(CliRequests.LearnersOpResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
mergeFrom(CliRequests.RemoveLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
mergeFrom(CliRequests.RemovePeerRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
mergeFrom(CliRequests.RemovePeerResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
mergeFrom(CliRequests.ResetLearnersRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
mergeFrom(CliRequests.ResetPeerRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
mergeFrom(CliRequests.SnapshotRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
mergeFrom(CliRequests.TransferLeaderRequest) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
mergeFrom(RpcRequests.AppendEntriesRequest) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
mergeFrom(RpcRequests.AppendEntriesRequestHeader) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
mergeFrom(RpcRequests.AppendEntriesResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
mergeFrom(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
mergeFrom(RpcRequests.GetFileRequest) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
mergeFrom(RpcRequests.GetFileResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
mergeFrom(RpcRequests.InstallSnapshotRequest) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
mergeFrom(RpcRequests.InstallSnapshotResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
mergeFrom(RpcRequests.PingRequest) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
mergeFrom(RpcRequests.ReadIndexRequest) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
mergeFrom(RpcRequests.ReadIndexResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
mergeFrom(RpcRequests.RequestVoteRequest) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
mergeFrom(RpcRequests.RequestVoteResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
mergeFrom(RpcRequests.TimeoutNowRequest) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
mergeFrom(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
mergeFrom(RpcRequests.TimeoutNowResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
mergeMeta(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
optional .jraft.SnapshotMeta meta = 1;
mergeMeta(LocalFileMetaOutter.LocalFileMeta) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
optional .jraft.LocalFileMeta meta = 2;
mergeMeta(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required .jraft.SnapshotMeta meta = 5;
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
MessageClassNotFoundException - Exception in com.alipay.sofa.jraft.error
Protobuf message class not found exception.
MessageClassNotFoundException() - Constructor for exception com.alipay.sofa.jraft.error.MessageClassNotFoundException
 
MessageClassNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception com.alipay.sofa.jraft.error.MessageClassNotFoundException
 
MessageClassNotFoundException(String, Throwable) - Constructor for exception com.alipay.sofa.jraft.error.MessageClassNotFoundException
 
MessageClassNotFoundException(String) - Constructor for exception com.alipay.sofa.jraft.error.MessageClassNotFoundException
 
MessageClassNotFoundException(Throwable) - Constructor for exception com.alipay.sofa.jraft.error.MessageClassNotFoundException
 
META_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
META_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
META_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
metricRegistry() - Static method in class com.alipay.sofa.jraft.util.ThreadPoolMetricRegistry
Return the global registry of metric instances.
MetricReporter - Class in com.alipay.sofa.jraft.util
A reporter which outputs measurements to a PrintStream, like System.out.
MetricReporter.Builder - Class in com.alipay.sofa.jraft.util
A builder for MetricReporter instances.
MetricScheduledThreadPoolExecutor - Class in com.alipay.sofa.jraft.util
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay with a timer metric which aggregates timing durations and provides duration statistics.
MetricScheduledThreadPoolExecutor(int, String) - Constructor for class com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor
 
MetricScheduledThreadPoolExecutor(int, ThreadFactory, String) - Constructor for class com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor
 
MetricScheduledThreadPoolExecutor(int, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor
 
MetricScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor
 
MetricThreadPoolExecutor - Class in com.alipay.sofa.jraft.util
A ExecutorService that with a timer metric which aggregates timing durations and provides duration statistics.
MetricThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, String) - Constructor for class com.alipay.sofa.jraft.util.MetricThreadPoolExecutor
 
MetricThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, String) - Constructor for class com.alipay.sofa.jraft.util.MetricThreadPoolExecutor
 
MetricThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.jraft.util.MetricThreadPoolExecutor
 
MetricThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.jraft.util.MetricThreadPoolExecutor
 
min(byte[], byte[]) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
 
MIN_CLOSURE_EXECUTOR_POOL_SIZE - Static variable in class com.alipay.sofa.jraft.util.Utils
Default jraft closure executor pool minimum size, CPUs by default.
MIN_RPC_CLOSURE_EXECUTOR_POOL_SIZE - Static variable in class com.alipay.sofa.jraft.rpc.RpcUtils
Default jraft closure executor pool minimum size, CPUs by default.
MinValue - Static variable in class com.alipay.sofa.jraft.core.ElectionPriority
Priority 1 is a minimum value for priority election.
mlock(Pointer, NativeLong) - Method in interface com.alipay.sofa.jraft.storage.log.LibC
 
mlockall(int) - Method in interface com.alipay.sofa.jraft.storage.log.LibC
 
monotonicMs() - Static method in class com.alipay.sofa.jraft.util.Utils
Gets the current monotonic time in milliseconds.
monotonicUs() - Static method in class com.alipay.sofa.jraft.util.Utils
Gets the current monotonic time in microseconds.
moveToString(char[]) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Returns a new String backed by the given chars.
Mpsc - Class in com.alipay.sofa.jraft.util
 
Mpsc() - Constructor for class com.alipay.sofa.jraft.util.Mpsc
 
MpscSingleThreadExecutor - Class in com.alipay.sofa.jraft.util.concurrent
 
MpscSingleThreadExecutor(int, ThreadFactory) - Constructor for class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
MpscSingleThreadExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
MS_ASYNC - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
MS_INVALIDATE - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
MS_SYNC - Static variable in interface com.alipay.sofa.jraft.storage.log.LibC
 
msync(Pointer, NativeLong, int) - Method in interface com.alipay.sofa.jraft.storage.log.LibC
 
munlock(Pointer, NativeLong) - Method in interface com.alipay.sofa.jraft.storage.log.LibC
 

N

NAME_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
NamedThreadFactory - Class in com.alipay.sofa.jraft.util
Named thread factory with prefix.
NamedThreadFactory(String) - Constructor for class com.alipay.sofa.jraft.util.NamedThreadFactory
 
NamedThreadFactory(String, boolean) - Constructor for class com.alipay.sofa.jraft.util.NamedThreadFactory
 
nEntries - Variable in class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
NEW_LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
NEW_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
NEW_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
NEW_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
NEW_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
NEW_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
newBuilder(LogOutter.PBLogEntry) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
newBuilder(LocalFileMetaOutter.LocalFileMeta) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
newBuilder(LocalStorageOutter.ConfigurationPBMeta) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
newBuilder(LocalStorageOutter.LocalSnapshotPbMeta.File) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
newBuilder(LocalStorageOutter.LocalSnapshotPbMeta) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
newBuilder(LocalStorageOutter.LogPBMeta) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
newBuilder(LocalStorageOutter.StablePBMeta) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
newBuilder(RaftOutter.EntryMeta) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
newBuilder() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
newBuilder(RaftOutter.SnapshotMeta) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
newBuilder(CliRequests.AddLearnersRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
newBuilder(CliRequests.AddPeerRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
newBuilder(CliRequests.AddPeerResponse) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
newBuilder(CliRequests.ChangePeersRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
newBuilder(CliRequests.ChangePeersResponse) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
newBuilder(CliRequests.GetLeaderRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
newBuilder(CliRequests.GetLeaderResponse) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
newBuilder(CliRequests.GetPeersRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
newBuilder(CliRequests.GetPeersResponse) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
newBuilder(CliRequests.LearnersOpResponse) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
newBuilder(CliRequests.RemoveLearnersRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
newBuilder(CliRequests.RemovePeerRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
newBuilder(CliRequests.RemovePeerResponse) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
newBuilder(CliRequests.ResetLearnersRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
newBuilder(CliRequests.ResetPeerRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
newBuilder(CliRequests.SnapshotRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
newBuilder(CliRequests.TransferLeaderRequest) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
newBuilder(RpcRequests.AppendEntriesRequest) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
newBuilder(RpcRequests.AppendEntriesRequestHeader) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
newBuilder(RpcRequests.AppendEntriesResponse) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
newBuilder(RpcRequests.ErrorResponse) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
newBuilder(RpcRequests.GetFileRequest) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
newBuilder(RpcRequests.GetFileResponse) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
newBuilder(RpcRequests.InstallSnapshotRequest) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
newBuilder(RpcRequests.InstallSnapshotResponse) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
newBuilder(RpcRequests.PingRequest) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
newBuilder(RpcRequests.ReadIndexRequest) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
newBuilder(RpcRequests.ReadIndexResponse) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
newBuilder(RpcRequests.RequestVoteRequest) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
newBuilder(RpcRequests.RequestVoteResponse) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
newBuilder(RpcRequests.TimeoutNowRequest) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
newBuilder() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
newBuilder(RpcRequests.TimeoutNowResponse) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
newBuilder() - Static method in class com.alipay.sofa.jraft.util.ThreadPoolUtil
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
newBuilderForType() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
newChooser(SingleThreadExecutor[]) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultExecutorChooserFactory
 
newChooser(SingleThreadExecutor[]) - Method in interface com.alipay.sofa.jraft.util.concurrent.ExecutorChooserFactory
newCondition() - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
newExecutorGroup(int, String, int) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroupFactory
 
newExecutorGroup(int, String, int, boolean) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroupFactory
 
newExecutorGroup(SingleThreadExecutor[]) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroupFactory
 
newExecutorGroup(SingleThreadExecutor[], ExecutorChooserFactory.ExecutorChooser) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroupFactory
 
newExecutorGroup(ExecutorService[]) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroupFactory
 
newExecutorGroup(ExecutorService[], ExecutorChooserFactory.ExecutorChooser) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroupFactory
 
newExecutorGroup(int, String, int) - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroupFactory
 
newExecutorGroup(int, String, int, boolean) - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroupFactory
 
newExecutorGroup(SingleThreadExecutor[]) - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroupFactory
 
newExecutorGroup(SingleThreadExecutor[], ExecutorChooserFactory.ExecutorChooser) - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroupFactory
 
newExecutorGroup(ExecutorService[]) - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroupFactory
 
newExecutorGroup(ExecutorService[], ExecutorChooserFactory.ExecutorChooser) - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroupFactory
 
newHandle() - Method in class com.alipay.sofa.jraft.util.AdaptiveBufAllocator
 
newInstance() - Static method in class com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory
 
newInstance() - Static method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
newInstance() - Static method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
Create a new empty RecyclableByteBufferList instance
newInstance(int) - Static method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
Create a new empty RecyclableByteBufferList instance with the given capacity.
newIntegerFieldUpdater(Class<? super U>, String) - Static method in class com.alipay.sofa.jraft.util.internal.Updaters
Creates and returns an updater for objects with the given field.
newLongFieldUpdater(Class<? super U>, String) - Static method in class com.alipay.sofa.jraft.util.internal.Updaters
Creates and returns an updater for objects with the given field.
newMessageByJavaClassName(String, byte[]) - Static method in class com.alipay.sofa.jraft.rpc.ProtobufMsgFactory
 
newMessageByProtoClassName(String, byte[]) - Static method in class com.alipay.sofa.jraft.rpc.ProtobufMsgFactory
 
newMpscQueue() - Static method in class com.alipay.sofa.jraft.util.Mpsc
 
newMpscQueue(int) - Static method in class com.alipay.sofa.jraft.util.Mpsc
 
newObject(Recyclers.Handle) - Method in class com.alipay.sofa.jraft.util.Recyclers
 
newReferenceFieldUpdater(Class<? super U>, String) - Static method in class com.alipay.sofa.jraft.util.internal.Updaters
Creates and returns an updater for objects with the given field.
newResponse(Message, Status) - Method in interface com.alipay.sofa.jraft.rpc.RpcResponseFactory
Creates a RPC response from status, return OK response when status is null.
newResponse(Message, RaftError, String, Object...) - Method in interface com.alipay.sofa.jraft.rpc.RpcResponseFactory
Creates an error response with parameters.
newResponse(Message, int, String, Object...) - Method in interface com.alipay.sofa.jraft.rpc.RpcResponseFactory
Creates an error response with parameters.
newScheduledBuilder() - Static method in class com.alipay.sofa.jraft.util.ThreadPoolUtil
 
newScheduledThreadPool(String, boolean, int, ThreadFactory) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolUtil
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
newScheduledThreadPool(String, boolean, int, ThreadFactory, RejectedExecutionHandler) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolUtil
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
newTaskQueue(int) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
newThread(Runnable) - Method in class com.alipay.sofa.jraft.util.NamedThreadFactory
 
newThreadPool(String, boolean, int, int, long, BlockingQueue<Runnable>, ThreadFactory) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolUtil
Creates a new MetricThreadPoolExecutor or LogThreadPoolExecutor with the given initial parameters and default rejected execution handler.
newThreadPool(String, boolean, int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolUtil
Creates a new MetricThreadPoolExecutor or LogThreadPoolExecutor with the given initial parameters.
newTimeout(TimerTask, long, TimeUnit) - Method in class com.alipay.sofa.jraft.util.timer.DefaultTimer
 
newTimeout(TimerTask, long, TimeUnit) - Method in class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
 
newTimeout(TimerTask, long, TimeUnit) - Method in interface com.alipay.sofa.jraft.util.timer.Timer
Schedules the specified TimerTask for one-time execution after the specified delay.
newWriteContext() - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
newWriteContext() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
next() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
Move to next
next() - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
next() - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
next() - Method in interface com.alipay.sofa.jraft.util.concurrent.ExecutorChooserFactory.ExecutorChooser
Returns the next SingleThreadExecutor to use.
next() - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroup
Returns one of the SingleThreadExecutors managed by this FixedThreadsExecutorGroup.
nextBytes(byte[]) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
 
Node - Interface in com.alipay.sofa.jraft
A raft replica node.
node - Variable in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor.CliRequestContext
The found node.
NodeDescribeSignalHandler - Class in com.alipay.sofa.jraft
 
NodeDescribeSignalHandler() - Constructor for class com.alipay.sofa.jraft.NodeDescribeSignalHandler
 
NodeId - Class in com.alipay.sofa.jraft.entity
A raft node identifier.
NodeId(String, PeerId) - Constructor for class com.alipay.sofa.jraft.entity.NodeId
 
NodeImpl - Class in com.alipay.sofa.jraft.core
The raft replica node implementation.
NodeImpl() - Constructor for class com.alipay.sofa.jraft.core.NodeImpl
 
NodeImpl(String, PeerId) - Constructor for class com.alipay.sofa.jraft.core.NodeImpl
 
NodeManager - Class in com.alipay.sofa.jraft
Raft nodes manager.
NodeMetrics - Class in com.alipay.sofa.jraft.core
Node metrics
NodeMetrics(boolean) - Constructor for class com.alipay.sofa.jraft.core.NodeMetrics
 
NodeMetricsSignalHandler - Class in com.alipay.sofa.jraft
 
NodeMetricsSignalHandler() - Constructor for class com.alipay.sofa.jraft.NodeMetricsSignalHandler
 
NodeOptions - Class in com.alipay.sofa.jraft.option
Node options.
NodeOptions() - Constructor for class com.alipay.sofa.jraft.option.NodeOptions
 
NodeRequestProcessor<T extends com.google.protobuf.Message> - Class in com.alipay.sofa.jraft.rpc.impl.core
Node handle requests processor template.
NodeRequestProcessor(Executor, Message) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.NodeRequestProcessor
 
NonReentrantLock - Class in com.alipay.sofa.jraft.util
Non reentrant lock, copied from netty project.
NonReentrantLock() - Constructor for class com.alipay.sofa.jraft.util.NonReentrantLock
 
NOOP_HANDLE - Static variable in class com.alipay.sofa.jraft.util.Recyclers
 
NotElected - Static variable in class com.alipay.sofa.jraft.core.ElectionPriority
Priority 0 is a special value so that a node will never participate in election.
notifyHaveResult() - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
Notify blocked listeners threads about operation completion.
nowMs() - Static method in class com.alipay.sofa.jraft.util.Utils
Returns the current time in milliseconds, it's not monotonic, would be forwarded/backward by clock synchronous.
nullToEmpty(byte[]) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
 

O

objectFieldOffset(Field) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Returns the offset of the provided field, or -1 if sun.misc.Unsafe is not available.
objectFieldOffset(Class<?>, String) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
Returns the offset of the provided class and fieldName, or -1 if sun.misc.Unsafe is not available.
objectFieldOffset(Field) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
Returns the offset of the provided field, or -1 if sun.misc.Unsafe is not available.
offerTask(Runnable) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
OFFSET_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
OK() - Static method in class com.alipay.sofa.jraft.Status
Creates a OK status instance.
OLD_LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
OLD_LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
OLD_LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
OLD_LEARNERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
OLD_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
OLD_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
OLD_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
OLD_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
OLD_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
OLD_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
OLD_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
OLD_PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
onApplied(long) - Method in class com.alipay.sofa.jraft.core.ReadOnlyServiceImpl
Called when lastAppliedIndex updates.
onApplied(long) - Method in interface com.alipay.sofa.jraft.FSMCaller.LastAppliedLogIndexListener
Called when lastAppliedLogIndex updated.
onApply(Iterator) - Method in interface com.alipay.sofa.jraft.StateMachine
Update the StateMachine with a batch a tasks that can be accessed through |iterator|.
onClosed(String, Connection) - Method in interface com.alipay.sofa.jraft.rpc.impl.ConnectionClosedEventListener
 
onClosed(String, Connection) - Method in class com.alipay.sofa.jraft.rpc.impl.core.AppendEntriesRequestProcessor
 
onCommitted() - Method in interface com.alipay.sofa.jraft.closure.TaskClosure
Called when task is committed to majority peers of the RAFT group but before it is applied to state machine.
onCommitted(long) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onCommitted(long) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when log entry committed
onConfigurationChangeDone(long) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
onConfigurationCommitted(Configuration) - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onConfigurationCommitted(Configuration) - Method in interface com.alipay.sofa.jraft.StateMachine
Invoked when a configuration has been committed to the group.
onCreated(PeerId) - Method in interface com.alipay.sofa.jraft.core.Replicator.ReplicatorStateListener
Called when this replicator has been created.
onDataAppend(long, byte[], RocksDBLogStorage.WriteContext) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
Called before appending data entry.
onDataAppend(long, byte[], RocksDBLogStorage.WriteContext) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
onDataGet(long, byte[]) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
Called after getting data from rocksdb.
onDataGet(long, byte[]) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
onDestroy() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Called after destroy timer.
onDestroyed(PeerId) - Method in interface com.alipay.sofa.jraft.core.Replicator.ReplicatorStateListener
Called when this replicator has been destroyed.
onError(RaftException) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onError(RaftException) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
onError(ThreadId, Object, int) - Method in class com.alipay.sofa.jraft.core.Replicator
 
onError(PeerId, Status) - Method in interface com.alipay.sofa.jraft.core.Replicator.ReplicatorStateListener
Called when this replicator has some errors.
onError(RaftException) - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onError(RaftException) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when error happens.
onError(RaftException) - Method in interface com.alipay.sofa.jraft.StateMachine
This method is called when a critical error was encountered, after this point, no any further modification is allowed to applied to this node until the error is fixed and this node restarts.
onError(ThreadId, Object, int) - Method in interface com.alipay.sofa.jraft.util.ThreadId.OnError
Error callback, it will be called in lock.
OnErrorClosure(RaftException) - Constructor for class com.alipay.sofa.jraft.core.FSMCallerImpl.OnErrorClosure
 
onEvent(String, Connection) - Method in class com.alipay.sofa.jraft.rpc.impl.core.ClientServiceConnectionEventProcessor
 
onException(T, Throwable) - Method in interface com.alipay.sofa.jraft.util.LogExceptionHandler.OnEventException
 
onInitLoaded() - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
Called after opening RocksDB and loading configuration into conf manager.
onInitLoaded() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
onLastLogIndexChanged(long) - Method in interface com.alipay.sofa.jraft.storage.LogManager.LastLogIndexListener
Called when last log index is changed.
onLeaderStart(long) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onLeaderStart(long) - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onLeaderStart(long) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when the leader starts.
onLeaderStart(long) - Method in interface com.alipay.sofa.jraft.StateMachine
Invoked when the belonging node becomes the leader of the group at |term| Default: Do nothing
onLeaderStop(Status) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onLeaderStop(Status) - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onLeaderStop(Status) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when the leader stops.
onLeaderStop(Status) - Method in interface com.alipay.sofa.jraft.StateMachine
Invoked when this node steps down from the leader of the replication group and |status| describes detailed information
ONLY_ALIVE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
OnlyForTest - Annotation Type in com.alipay.sofa.jraft.util
The type/method/field etc.
onNewLog(Object, int) - Method in interface com.alipay.sofa.jraft.storage.LogManager.NewLogCallback
Called while new log come in.
onReset(long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
Called after resetting db.
onReset(long) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
onShutdown() - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onShutdown() - Method in interface com.alipay.sofa.jraft.StateMachine
Invoked once when the raft node was shut down.
onShutdown() - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
Called after closing db.
onShutdown() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
onSnapshotLoad(LoadSnapshotClosure) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onSnapshotLoad(SnapshotReader) - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onSnapshotLoad(LoadSnapshotClosure) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when loading snapshot.
onSnapshotLoad(SnapshotReader) - Method in interface com.alipay.sofa.jraft.StateMachine
User defined snapshot load function get and load snapshot Default: Load nothing and returns error.
onSnapshotSave(SaveSnapshotClosure) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onSnapshotSave(SnapshotWriter, Closure) - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onSnapshotSave(SaveSnapshotClosure) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when saving snapshot.
onSnapshotSave(SnapshotWriter, Closure) - Method in interface com.alipay.sofa.jraft.StateMachine
User defined snapshot generate function, this method will block StateMachine#onApply(Iterator).
onSnapshotSaveSync(SaveSnapshotClosure) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onSnapshotSaveSync(SaveSnapshotClosure) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when saving snapshot synchronously, it MUST be called in state machine methods.
onSpinWait() - Static method in class com.alipay.sofa.jraft.util.ThreadHelper
 
onSpinWait() - Method in class com.alipay.sofa.jraft.util.ThreadHelper.Spinner
 
onStartFollowing(LeaderChangeContext) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onStartFollowing(LeaderChangeContext) - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onStartFollowing(LeaderChangeContext) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when start following a leader.
onStartFollowing(LeaderChangeContext) - Method in interface com.alipay.sofa.jraft.StateMachine
This method is called when a follower or candidate starts following a leader and its leaderId (should be NULL before the method is called) is set to the leader's id, situations including: 1.
onStopFollowing(LeaderChangeContext) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
onStopFollowing(LeaderChangeContext) - Method in class com.alipay.sofa.jraft.core.StateMachineAdapter
 
onStopFollowing(LeaderChangeContext) - Method in interface com.alipay.sofa.jraft.FSMCaller
Called when stop following a leader.
onStopFollowing(LeaderChangeContext) - Method in interface com.alipay.sofa.jraft.StateMachine
This method is called when a follower stops following a leader and its leaderId becomes null, situations including: 1.
onSync() - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
Called when sync data into file system.
onSync() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
onTrigger() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Subclasses should implement this method for timer trigger.
onTruncatePrefix(long, long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
Called after truncating prefix logs in rocksdb.
onTruncatePrefix(long, long) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
onTruncateSuffix(long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
Called after truncating suffix logs in rocksdb.
onTruncateSuffix(long) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
open() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
open() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.SnapshotFileReader
 
open() - Method in interface com.alipay.sofa.jraft.storage.SnapshotStorage
Open a snapshot reader.
outputTo(PrintStream) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Write to the given PrintStream.
OverloadException - Exception in com.alipay.sofa.jraft.error
Threw when Node is overloaded.
OverloadException() - Constructor for exception com.alipay.sofa.jraft.error.OverloadException
 
OverloadException(String, Throwable, boolean, boolean) - Constructor for exception com.alipay.sofa.jraft.error.OverloadException
 
OverloadException(String, Throwable) - Constructor for exception com.alipay.sofa.jraft.error.OverloadException
 
OverloadException(String) - Constructor for exception com.alipay.sofa.jraft.error.OverloadException
 
OverloadException(Throwable) - Constructor for exception com.alipay.sofa.jraft.error.OverloadException
 

P

parse(String) - Method in class com.alipay.sofa.jraft.conf.Configuration
 
parse(String) - Method in class com.alipay.sofa.jraft.entity.PeerId
Parse peerId from string that generated by PeerId.toString() This method can support parameter string values are below:
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
parseFrom(ByteBuffer) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(ByteString) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(byte[]) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(InputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(CodedInputStream) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
parsePeer(String) - Static method in class com.alipay.sofa.jraft.entity.PeerId
Parse a peer from string in the format of "ip:port:idx", returns null if fail to parse.
parsePeerId(String) - Static method in class com.alipay.sofa.jraft.util.Utils
Parse peerId from string that generated by Object.toString() This method can support parameter string values are below:
PARSER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
PARSER - Static variable in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
PARSER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
PARSER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
PARSER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
PARSER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
PARSER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
PARSER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
PARSER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
PARSER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
Deprecated.
parser() - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
PART_ROCKSDB_OPTIONS_KEY - Static variable in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
peekFirst(List<E>) - Static method in class com.alipay.sofa.jraft.util.ArrayDeque
Get the first element of list.
peekFirst() - Method in class com.alipay.sofa.jraft.util.ArrayDeque
Get the first element of list.
peekFirst() - Method in class com.alipay.sofa.jraft.util.SegmentList
 
peekLast(List<E>) - Static method in class com.alipay.sofa.jraft.util.ArrayDeque
Get the last element of list.
peekLast() - Method in class com.alipay.sofa.jraft.util.ArrayDeque
Get the last element of list.
peekLast() - Method in class com.alipay.sofa.jraft.util.SegmentList
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
PEER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
PeerId - Class in com.alipay.sofa.jraft.entity
Represent a participant in a replicating group.
PeerId() - Constructor for class com.alipay.sofa.jraft.entity.PeerId
 
PeerId(Endpoint, int) - Constructor for class com.alipay.sofa.jraft.entity.PeerId
 
PeerId(String, int) - Constructor for class com.alipay.sofa.jraft.entity.PeerId
 
PeerId(String, int, int) - Constructor for class com.alipay.sofa.jraft.entity.PeerId
 
PeerId(Endpoint, int, int) - Constructor for class com.alipay.sofa.jraft.entity.PeerId
 
PeerId(String, int, int, int) - Constructor for class com.alipay.sofa.jraft.entity.PeerId
 
peerId - Variable in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor.CliRequestContext
The peerId in returns by BaseCliRequestProcessor.getPeerId(Message), null if absent.
PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
PEERS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
pendingTimeouts() - Method in class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Returns the number of pending timeouts of this Timer.
PingRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl
Ping request processor.
PingRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.PingRequestProcessor
 
Platform - Class in com.alipay.sofa.jraft.util
 
Platform() - Constructor for class com.alipay.sofa.jraft.util.Platform
 
pollFirst(List<E>) - Static method in class com.alipay.sofa.jraft.util.ArrayDeque
Remove the first element from list and return it.
pollFirst() - Method in class com.alipay.sofa.jraft.util.ArrayDeque
Remove the first element from list and return it.
pollLast(List<E>) - Static method in class com.alipay.sofa.jraft.util.ArrayDeque
Remove the last element from list and return it.
pollLast() - Method in class com.alipay.sofa.jraft.util.ArrayDeque
Remove the last element from list and return it.
PoolBuilder() - Constructor for class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
poolName(String) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
poolName(String) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.ScheduledPoolBuilder
 
popClosureUntil(long, List<Closure>) - Method in interface com.alipay.sofa.jraft.closure.ClosureQueue
Pop closure from queue until index(inclusion), returns the first popped out index, returns -1 when out of range, returns index+1 when not found.
popClosureUntil(long, List<Closure>, List<TaskClosure>) - Method in interface com.alipay.sofa.jraft.closure.ClosureQueue
Pop closure from queue until index(inclusion), returns the first popped out index, returns -1 when out of range, returns index+1 when not found.
popClosureUntil(long, List<Closure>) - Method in class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
popClosureUntil(long, List<Closure>, List<TaskClosure>) - Method in class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
PosHint() - Constructor for class com.alipay.sofa.jraft.entity.Ballot.PosHint
 
position(Buffer, int) - Static method in class com.alipay.sofa.jraft.util.BufferUtils
 
PRE_VOTE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
prefixedWith(String) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Prefix all metric names with the given string.
PREV_LOG_INDEX_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
PREV_LOG_TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
preVote(Endpoint, RpcRequests.RequestVoteRequest, RpcResponseClosure<RpcRequests.RequestVoteResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
preVote(Endpoint, RpcRequests.RequestVoteRequest, RpcResponseClosure<RpcRequests.RequestVoteResponse>) - Method in interface com.alipay.sofa.jraft.rpc.RaftClientService
Sends a pre-vote request and handle the response with done.
print(Object) - Method in class com.alipay.sofa.jraft.util.Describer.DefaultPrinter
 
print(Object) - Method in interface com.alipay.sofa.jraft.util.Describer.Printer
Prints an object.
println(Object) - Method in class com.alipay.sofa.jraft.util.Describer.DefaultPrinter
 
println(Object) - Method in interface com.alipay.sofa.jraft.util.Describer.Printer
Prints an Object and then terminates the line.
processRequest(T, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor
 
processRequest(CliRequests.GetLeaderRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetLeaderRequestProcessor
 
processRequest(RpcRequests.GetFileRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.core.GetFileRequestProcessor
 
processRequest(T, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.core.NodeRequestProcessor
 
processRequest(T, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.RpcRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.AddLearnersRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.AddLearnersRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.AddPeerRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.AddPeerRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, T, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.BaseCliRequestProcessor
Process the request with CliRequestContext
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.ChangePeersRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ChangePeersRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.GetLeaderRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetLeaderRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.GetPeersRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.GetPeersRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.RemoveLearnersRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.RemoveLearnersRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.RemovePeerRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.RemovePeerRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.ResetLearnersRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ResetLearnersRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.ResetPeerRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.ResetPeerRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.SnapshotRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.SnapshotRequestProcessor
 
processRequest0(BaseCliRequestProcessor.CliRequestContext, CliRequests.TransferLeaderRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.TransferLeaderRequestProcessor
 
processRequest0(RaftServerService, RpcRequests.AppendEntriesRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.core.AppendEntriesRequestProcessor
 
processRequest0(RaftServerService, RpcRequests.InstallSnapshotRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.core.InstallSnapshotRequestProcessor
 
processRequest0(RaftServerService, T, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.core.NodeRequestProcessor
 
processRequest0(RaftServerService, RpcRequests.ReadIndexRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.core.ReadIndexRequestProcessor
 
processRequest0(RaftServerService, RpcRequests.RequestVoteRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.core.RequestVoteRequestProcessor
 
processRequest0(RaftServerService, RpcRequests.TimeoutNowRequest, RpcRequestClosure) - Method in class com.alipay.sofa.jraft.rpc.impl.core.TimeoutNowRequestProcessor
 
ProtoBufFile - Class in com.alipay.sofa.jraft.storage.io
A file to store protobuf message.
ProtoBufFile(String) - Constructor for class com.alipay.sofa.jraft.storage.io.ProtoBufFile
 
ProtobufMsgFactory - Class in com.alipay.sofa.jraft.rpc
Protobuf message factory.
ProtobufMsgFactory() - Constructor for class com.alipay.sofa.jraft.rpc.ProtobufMsgFactory
 
ProtobufSerializer - Class in com.alipay.sofa.jraft.rpc
RPC custom serializer based on protobuf
ProtobufSerializer() - Constructor for class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
put(String, Object) - Method in class com.alipay.sofa.jraft.rpc.InvokeContext
 
put(ByteBuffer) - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
put(byte[]) - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
putBoolean(Object, long, boolean) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putBoolean(boolean[], long, boolean) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putBoolean(Object, long, boolean) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putBooleanVolatile(boolean[], long, boolean) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putBooleanVolatile(Object, long, boolean) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putByte(Object, long, byte) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putByte(byte[], long, byte) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putByte(long, byte) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putByte(Object, long, byte) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putByte(long, byte) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putByteVolatile(byte[], long, byte) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putByteVolatile(Object, long, byte) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putDouble(Object, long, double) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putDouble(double[], long, double) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putDouble(Object, long, double) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putDoubleVolatile(double[], long, double) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putDoubleVolatile(Object, long, double) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putFloat(Object, long, float) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putFloat(float[], long, float) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putFloat(Object, long, float) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putFloatVolatile(float[], long, float) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putFloatVolatile(Object, long, float) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putIfAbsent(String, Object) - Method in class com.alipay.sofa.jraft.rpc.InvokeContext
 
putInt(byte[], int, int) - Static method in class com.alipay.sofa.jraft.util.Bits
 
putInt(Object, long, int) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putInt(int[], long, int) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putInt(long, int) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putInt(Object, long, int) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putInt(long, int) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putIntVolatile(int[], long, int) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putIntVolatile(Object, long, int) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putLong(byte[], int, long) - Static method in class com.alipay.sofa.jraft.util.Bits
 
putLong(Object, long, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putLong(long[], long, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putLong(long, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putLong(Object, long, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putLong(long, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putLongVolatile(long[], long, long) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putLongVolatile(Object, long, long) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putObject(Object, long, Object) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putObject(Object[], long, Object) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putObject(Object, long, Object) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putObjectVolatile(Object[], long, Object) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
putObjectVolatile(Object, long, Object) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putShort(byte[], int, short) - Static method in class com.alipay.sofa.jraft.util.Bits
 
putShort(Object, long, short) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putShort(long, short) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
putShortVolatile(Object, long, short) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 

R

RAFT_DATA_BUF_SIZE - Static variable in class com.alipay.sofa.jraft.util.Utils
Default init and expand buffer size, it can be set by -Djraft.byte_buf.size=n, default 1024.
RaftClientService - Interface in com.alipay.sofa.jraft.rpc
Raft client RPC service.
RaftError - Enum in com.alipay.sofa.jraft.error
Raft error code.
RaftException - Class in com.alipay.sofa.jraft.error
A raft exception.
RaftException(EnumOutter.ErrorType) - Constructor for class com.alipay.sofa.jraft.error.RaftException
 
RaftException(EnumOutter.ErrorType, Status) - Constructor for class com.alipay.sofa.jraft.error.RaftException
 
RaftException(EnumOutter.ErrorType, RaftError, String, Object...) - Constructor for class com.alipay.sofa.jraft.error.RaftException
 
RaftException() - Constructor for class com.alipay.sofa.jraft.error.RaftException
 
RaftGroupService - Class in com.alipay.sofa.jraft
A framework to implement a raft group service.
RaftGroupService(String, PeerId, NodeOptions) - Constructor for class com.alipay.sofa.jraft.RaftGroupService
 
RaftGroupService(String, PeerId, NodeOptions, RpcServer) - Constructor for class com.alipay.sofa.jraft.RaftGroupService
 
RaftGroupService(String, PeerId, NodeOptions, RpcServer, boolean) - Constructor for class com.alipay.sofa.jraft.RaftGroupService
 
RaftMetaStorage - Interface in com.alipay.sofa.jraft.storage
Raft metadata storage service.
RaftMetaStorageOptions - Class in com.alipay.sofa.jraft.option
Raft meta storage options
RaftMetaStorageOptions() - Constructor for class com.alipay.sofa.jraft.option.RaftMetaStorageOptions
 
RaftOptions - Class in com.alipay.sofa.jraft.option
Raft options.
RaftOptions() - Constructor for class com.alipay.sofa.jraft.option.RaftOptions
 
RaftOutter - Class in com.alipay.sofa.jraft.entity
 
RaftOutter.EntryMeta - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.EntryMeta
RaftOutter.EntryMeta.Builder - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.EntryMeta
RaftOutter.EntryMetaOrBuilder - Interface in com.alipay.sofa.jraft.entity
 
RaftOutter.SnapshotMeta - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.SnapshotMeta
RaftOutter.SnapshotMeta.Builder - Class in com.alipay.sofa.jraft.entity
Protobuf type jraft.SnapshotMeta
RaftOutter.SnapshotMetaOrBuilder - Interface in com.alipay.sofa.jraft.entity
 
RaftRpcFactory - Interface in com.alipay.sofa.jraft.rpc
Raft RPC service factory.
RaftRpcFactory.ConfigHelper<T> - Interface in com.alipay.sofa.jraft.rpc
 
RaftRpcServerFactory - Class in com.alipay.sofa.jraft.rpc
Raft RPC server factory.
RaftRpcServerFactory() - Constructor for class com.alipay.sofa.jraft.rpc.RaftRpcServerFactory
 
RaftServerService - Interface in com.alipay.sofa.jraft.rpc
Raft RPC service in server.
RaftServiceFactory - Class in com.alipay.sofa.jraft
Service factory to create raft services, such as Node/CliService etc.
RaftServiceFactory() - Constructor for class com.alipay.sofa.jraft.RaftServiceFactory
 
raftTimerFactory() - Static method in class com.alipay.sofa.jraft.JRaftUtils
Get raft timer factory.
RaftTimerFactory - Interface in com.alipay.sofa.jraft.util.timer
 
reachesFileEndBy(long) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
read(long, int) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
Read data from the position.
READ_ONLY_LEASE_BASED_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
READ_ONLY_LEASE_BASED = 1;
READ_ONLY_SAFE_VALUE - Static variable in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
READ_ONLY_SAFE = 0;
READ_PARTLY_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
READ_SIZE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
readCommittedUserLog(long) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
readCommittedUserLog(long) - Method in interface com.alipay.sofa.jraft.Node
Read the first committed user log from the given index.
READER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
readFile(ByteBufferCollector, String, long, long) - Method in interface com.alipay.sofa.jraft.storage.io.FileReader
Read file into buf starts from offset at most maxCount.
readFile(ByteBufferCollector, String, long, long) - Method in class com.alipay.sofa.jraft.storage.io.LocalDirReader
 
readFile(ByteBufferCollector, String, long, long) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.SnapshotFileReader
 
readFileWithMeta(ByteBufferCollector, String, Message, long, long) - Method in class com.alipay.sofa.jraft.storage.io.LocalDirReader
 
readIndex(byte[], ReadIndexClosure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
readIndex(ReadOnlyOption, byte[], ReadIndexClosure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
readIndex(byte[], ReadIndexClosure) - Method in interface com.alipay.sofa.jraft.Node
[Thread-safe and wait-free] Starts a linearizable read-only query request with request context(optional, such as request id etc.) and closure.
readIndex(ReadOnlyOption, byte[], ReadIndexClosure) - Method in interface com.alipay.sofa.jraft.Node
[Thread-safe and wait-free] Specify the ReadOnlyOption to execute a linearizable read-only query request.
readIndex(Endpoint, RpcRequests.ReadIndexRequest, int, RpcResponseClosure<RpcRequests.ReadIndexResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
readIndex(Endpoint, RpcRequests.ReadIndexRequest, int, RpcResponseClosure<RpcRequests.ReadIndexResponse>) - Method in interface com.alipay.sofa.jraft.rpc.RaftClientService
Send a read-index request and handle the response with done.
ReadIndexClosure - Class in com.alipay.sofa.jraft.closure
Read index closure
ReadIndexClosure() - Constructor for class com.alipay.sofa.jraft.closure.ReadIndexClosure
 
ReadIndexClosure(long) - Constructor for class com.alipay.sofa.jraft.closure.ReadIndexClosure
Create a read-index closure with a timeout parameter.
ReadIndexRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.core
Handle read index request.
ReadIndexRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.ReadIndexRequestProcessor
 
ReadIndexState - Class in com.alipay.sofa.jraft.entity
ReadIndex state
ReadIndexState(Bytes, ReadIndexClosure, long) - Constructor for class com.alipay.sofa.jraft.entity.ReadIndexState
 
ReadIndexStatus - Class in com.alipay.sofa.jraft.entity
ReadIndex requests statuses.
ReadIndexStatus(List<ReadIndexState>, RpcRequests.ReadIndexRequest, long) - Constructor for class com.alipay.sofa.jraft.entity.ReadIndexStatus
 
readLock - Variable in class com.alipay.sofa.jraft.core.NodeImpl
 
readLock() - Method in class com.alipay.sofa.jraft.util.concurrent.LongHeldDetectingReadWriteLock
 
ReadOnlyOption - Enum in com.alipay.sofa.jraft.option
Read only options.
READONLYOPTIONS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
ReadOnlyService - Interface in com.alipay.sofa.jraft
The read-only query service.
ReadOnlyServiceImpl - Class in com.alipay.sofa.jraft.core
Read-only service implementation.
ReadOnlyServiceImpl() - Constructor for class com.alipay.sofa.jraft.core.ReadOnlyServiceImpl
 
ReadOnlyServiceOptions - Class in com.alipay.sofa.jraft.option
Read-Only service options.
ReadOnlyServiceOptions() - Constructor for class com.alipay.sofa.jraft.option.ReadOnlyServiceOptions
 
readUtf8(byte[]) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
This method has better performance than String#String(byte[], Charset), See the benchmark class: Utf8Benchmark for details.
rebalance(Set<String>, Configuration, Map<String, PeerId>) - Method in interface com.alipay.sofa.jraft.CliService
Balance the number of leaders.
rebalance(Set<String>, Configuration, Map<String, PeerId>) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
record(int) - Method in interface com.alipay.sofa.jraft.util.AdaptiveBufAllocator.Handle
Records the the actual number of wrote bytes in the previous write operation so that the allocator allocates the buffer with potentially more correct capacity.
RECORD_MAGIC_BYTES - Static variable in class com.alipay.sofa.jraft.storage.log.SegmentFile
Magic bytes for data buffer.
RECORD_MAGIC_BYTES_SIZE - Static variable in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
recordLatency(String, long) - Method in class com.alipay.sofa.jraft.core.NodeMetrics
Records operation latency.
recordSize(String, long) - Method in class com.alipay.sofa.jraft.core.NodeMetrics
Records operation batch size.
recordTimes(String, long) - Method in class com.alipay.sofa.jraft.core.NodeMetrics
Records operation times.
Recyclable - Interface in com.alipay.sofa.jraft.util
 
RecyclableByteBufferList - Class in com.alipay.sofa.jraft.util
A simple ByteBuffer list which is recyclable.
recycle() - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
recycle() - Method in interface com.alipay.sofa.jraft.util.Recyclable
Recycle this instance.
recycle() - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
recycle(T, Recyclers.Handle) - Method in class com.alipay.sofa.jraft.util.Recyclers
 
recycle(Object) - Static method in class com.alipay.sofa.jraft.util.RecycleUtil
Recycle designated instance.
Recyclers<T> - Class in com.alipay.sofa.jraft.util
Light-weight object pool based on a thread-local stack.
Recyclers() - Constructor for class com.alipay.sofa.jraft.util.Recyclers
 
Recyclers(int) - Constructor for class com.alipay.sofa.jraft.util.Recyclers
 
Recyclers.Handle - Interface in com.alipay.sofa.jraft.util
 
RecycleUtil - Class in com.alipay.sofa.jraft.util
Recycle tool for Recyclable.
ReferenceFieldUpdater<U,W> - Interface in com.alipay.sofa.jraft.util.internal
 
refreshConfiguration(CliClientService, String, int) - Method in class com.alipay.sofa.jraft.RouteTable
 
refreshLeader(CliClientService, String, int) - Method in class com.alipay.sofa.jraft.RouteTable
Blocking the thread until query_leader finishes.
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.EnumOutter
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.alipay.sofa.jraft.entity.EnumOutter
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.alipay.sofa.jraft.entity.LocalStorageOutter
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.alipay.sofa.jraft.entity.RaftOutter
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.alipay.sofa.jraft.rpc.CliRequests
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.alipay.sofa.jraft.rpc.RpcRequests
 
registerClosureExecutorMetrics(MetricRegistry) - Static method in class com.alipay.sofa.jraft.util.Utils
Deprecated.
registerConnectEventListener(ReplicatorGroup) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
registerConnectEventListener(ReplicatorGroup) - Method in interface com.alipay.sofa.jraft.rpc.RpcClient
Register a connect event listener for the replicator group.
registerConnectionClosedEventListener(ConnectionClosedEventListener) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcServer
 
registerConnectionClosedEventListener(ConnectionClosedEventListener) - Method in interface com.alipay.sofa.jraft.rpc.RpcServer
Register a conn closed event listener.
registerProcessor(RpcProcessor) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcServer
 
registerProcessor(RpcProcessor<?>) - Method in interface com.alipay.sofa.jraft.rpc.RpcServer
Register user processor.
registerProtobufSerializer(String, Object...) - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRaftRpcFactory
 
registerProtobufSerializer(String, Object...) - Method in interface com.alipay.sofa.jraft.rpc.RaftRpcFactory
Register serializer with class name.
registerRocksDBColumnFamilyOptions(String, Class<?>, ColumnFamilyOptions) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Users can register a custom rocksdb ColumnFamilyOptions, then the related classes will get their options by the key of their own class name.
registerRocksDBColumnFamilyOptions(Class<?>, ColumnFamilyOptions) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Users can register a custom rocksdb ColumnFamilyOptions, then the related classes will get their options by the key of their own class name.
registerRocksDBOptions(String, Class<?>, DBOptions) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Users can register a custom rocksdb dboptions, then the related classes will get their options by the key of their own class name.
registerRocksDBOptions(Class<?>, DBOptions) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Users can register a custom rocksdb dboptions, then the related classes will get their options by the key of their own class name.
registerRocksDBTableFormatConfig(String, Class<?>, BlockBasedTableConfig) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Users can register a custom rocksdb BlockBasedTableConfig, then the related classes will get their options by the key of their own class name.
registerRocksDBTableFormatConfig(Class<?>, BlockBasedTableConfig) - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Users can register a custom rocksdb BlockBasedTableConfig, then the related classes will get their options by the key of their own class name.
registerThreadPool(String, ThreadPoolExecutor) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolsFactory
You can specify the ThreadPoolExecutor yourself here
reject(Runnable) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
Offers the task to the associated RejectedExecutionHandler.
reject() - Static method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
reject() - Static method in class com.alipay.sofa.jraft.util.concurrent.RejectedExecutionHandlers
Returns a RejectedExecutionHandler that will always just throw a RejectedExecutionException.
rejected(Runnable, SingleThreadExecutor) - Method in interface com.alipay.sofa.jraft.util.concurrent.RejectedExecutionHandler
Called when someone tried to add a task to SingleThreadExecutor but this failed due capacity restrictions.
RejectedExecutionHandler - Interface in com.alipay.sofa.jraft.util.concurrent
RejectedExecutionHandlers - Class in com.alipay.sofa.jraft.util.concurrent
Expose helper methods which create different RejectedExecutionHandlers.
rejectedHandler(RejectedExecutionHandler) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
rejectedHandler(RejectedExecutionHandler) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.ScheduledPoolBuilder
 
release() - Method in class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
Releases a permit, returning it to the semaphore.
releaseAllOptions() - Static method in class com.alipay.sofa.jraft.util.StorageOptionsFactory
Releases all storage options from the responsibility of freeing the underlying native C++ object.
reload() - Method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
 
REMOTE_SNAPSHOT_URI_SCHEME - Static variable in class com.alipay.sofa.jraft.storage.snapshot.Snapshot
Snapshot uri scheme for remote peer
RemoteFileCopier - Class in com.alipay.sofa.jraft.storage.snapshot.remote
Remote file copier
RemoteFileCopier() - Constructor for class com.alipay.sofa.jraft.storage.snapshot.remote.RemoteFileCopier
 
RemotingException - Exception in com.alipay.sofa.jraft.error
Exception for default remoting problems.
RemotingException() - Constructor for exception com.alipay.sofa.jraft.error.RemotingException
 
RemotingException(String) - Constructor for exception com.alipay.sofa.jraft.error.RemotingException
 
RemotingException(String, Throwable) - Constructor for exception com.alipay.sofa.jraft.error.RemotingException
 
RemotingException(Throwable) - Constructor for exception com.alipay.sofa.jraft.error.RemotingException
 
RemotingException(String, Throwable, boolean, boolean) - Constructor for exception com.alipay.sofa.jraft.error.RemotingException
 
remove(Node) - Method in class com.alipay.sofa.jraft.NodeManager
Remove a node.
remove(Object) - Method in class com.alipay.sofa.jraft.util.concurrent.ConcurrentHashSet
 
remove(int) - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
remove(Object) - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
removeAddress(Endpoint) - Method in class com.alipay.sofa.jraft.NodeManager
Remove a RPC service address.
removeEntries(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
removeFile(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Removes a file metadata.
removeFile(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
removeFile(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotWriter
Remove a snapshot file.
removeFiles(int) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
removeFromFirst(int) - Method in class com.alipay.sofa.jraft.util.SegmentList
Removes from this list all of the elements whose index is between 0, inclusive, and toIndex, exclusive.
removeFromFirstWhen(Predicate<T>) - Method in class com.alipay.sofa.jraft.util.SegmentList
Remove elements from first until predicate returns false.
removeFromLastWhen(Predicate<T>) - Method in class com.alipay.sofa.jraft.util.SegmentList
Remove elements from last until predicate returns false.
removeGroup(String) - Method in class com.alipay.sofa.jraft.RouteTable
Remove the group from route table.
removeLastLogIndexListener(LogManager.LastLogIndexListener) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
removeLastLogIndexListener(LogManager.LastLogIndexListener) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Remove the last log index listener.
removeLearner(PeerId) - Method in class com.alipay.sofa.jraft.conf.Configuration
Remove a learner peer.
removeLearners(String, Configuration, List<PeerId>) - Method in interface com.alipay.sofa.jraft.CliService
Remove some learners from the replicating group which consists of |conf|.
removeLearners(String, Configuration, List<PeerId>) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
removeLearners(List<PeerId>, Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
removeLearners(List<PeerId>, Closure) - Method in interface com.alipay.sofa.jraft.Node
Remove some learners from the raft group.
removeLearners(Endpoint, CliRequests.RemoveLearnersRequest, RpcResponseClosure<CliRequests.LearnersOpResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Remove learners
removeLearners(Endpoint, CliRequests.RemoveLearnersRequest, RpcResponseClosure<CliRequests.LearnersOpResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
RemoveLearnersRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
RemoveLearners request processor.
RemoveLearnersRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.RemoveLearnersRequestProcessor
 
removePeer(String, Configuration, PeerId) - Method in interface com.alipay.sofa.jraft.CliService
Remove a peer from the replicating group which consists of |conf|.
removePeer(PeerId) - Method in class com.alipay.sofa.jraft.conf.Configuration
 
removePeer(String, Configuration, PeerId) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
removePeer(PeerId, Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
removePeer(PeerId, Closure) - Method in interface com.alipay.sofa.jraft.Node
Remove the peer from the raft group.
removePeer(Endpoint, CliRequests.RemovePeerRequest, RpcResponseClosure<CliRequests.RemovePeerResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Removes a peer.
removePeer(Endpoint, CliRequests.RemovePeerRequest, RpcResponseClosure<CliRequests.RemovePeerResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
RemovePeerRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
Remove peer request processor.
RemovePeerRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.RemovePeerRequestProcessor
 
removeRange(int, int) - Method in class com.alipay.sofa.jraft.util.ArrayDeque
Expose this methods so we not need to create a new subList just to remove a range of elements.
removeReader(long) - Method in class com.alipay.sofa.jraft.storage.FileService
Remove the reader by readerId.
removeReplicatorStateListener(Replicator.ReplicatorStateListener) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
removeReplicatorStateListener(Replicator.ReplicatorStateListener) - Method in interface com.alipay.sofa.jraft.Node
End User can remove their implement the ReplicatorStateListener interface by themselves.
removeShutdownHook(Runnable) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
Remove a previous added Runnable as a shutdown hook.
removeWaiter(long) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
removeWaiter(long) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Remove a waiter.
RepeatedTimer - Class in com.alipay.sofa.jraft.util
Repeatable timer based on java.util.Timer.
RepeatedTimer(String, int) - Constructor for class com.alipay.sofa.jraft.util.RepeatedTimer
 
RepeatedTimer(String, int, Timer) - Constructor for class com.alipay.sofa.jraft.util.RepeatedTimer
 
Replicator - Class in com.alipay.sofa.jraft.core
Replicator for replicating log entry from leader to followers.
Replicator(ReplicatorOptions, RaftOptions) - Constructor for class com.alipay.sofa.jraft.core.Replicator
 
Replicator.ReplicatorStateListener - Interface in com.alipay.sofa.jraft.core
User can implement the ReplicatorStateListener interface by themselves.
Replicator.ReplicatorStateListener.ReplicatorState - Enum in com.alipay.sofa.jraft.core
Represents state changes in the replicator.
Replicator.State - Enum in com.alipay.sofa.jraft.core
Replicator internal state
ReplicatorGroup - Interface in com.alipay.sofa.jraft
Replicators in a raft group.
ReplicatorGroupImpl - Class in com.alipay.sofa.jraft.core
Replicator group for a raft group.
ReplicatorGroupImpl() - Constructor for class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
ReplicatorGroupOptions - Class in com.alipay.sofa.jraft.option
Replicator group options.
ReplicatorGroupOptions() - Constructor for class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
ReplicatorOptions - Class in com.alipay.sofa.jraft.option
Replicator options.
ReplicatorOptions() - Constructor for class com.alipay.sofa.jraft.option.ReplicatorOptions
 
ReplicatorOptions(ReplicatorType, int, int, String, PeerId, PeerId, LogManager, BallotBox, NodeImpl, long, SnapshotStorage, RaftClientService, TimerManager) - Constructor for class com.alipay.sofa.jraft.option.ReplicatorOptions
 
ReplicatorType - Enum in com.alipay.sofa.jraft.core
Replicator role
report(LongHeldDetectingReadWriteLock.AcquireMode, Thread, Collection<Thread>, long) - Method in class com.alipay.sofa.jraft.util.concurrent.LongHeldDetectingReadWriteLock
 
report() - Method in class com.alipay.sofa.jraft.util.MetricReporter
Report the current values of all metrics in the registry.
report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.alipay.sofa.jraft.util.MetricReporter
 
requestVote(Endpoint, RpcRequests.RequestVoteRequest, RpcResponseClosure<RpcRequests.RequestVoteResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
requestVote(Endpoint, RpcRequests.RequestVoteRequest, RpcResponseClosure<RpcRequests.RequestVoteResponse>) - Method in interface com.alipay.sofa.jraft.rpc.RaftClientService
Sends a request-vote request and handle the response with done.
RequestVoteRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.core
Handle PreVote and RequestVote requests.
RequestVoteRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.RequestVoteRequestProcessor
 
requireNonNull(T) - Static method in class com.alipay.sofa.jraft.util.Requires
Checks that the specified object reference is not null.
requireNonNull(T, String) - Static method in class com.alipay.sofa.jraft.util.Requires
Checks that the specified object reference is not null and throws a customized NullPointerException if it is.
Requires - Class in com.alipay.sofa.jraft.util
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
requireTrue(boolean) - Static method in class com.alipay.sofa.jraft.util.Requires
Ensures the truth of an expression involving one or more parameters to the calling method.
requireTrue(boolean, Object) - Static method in class com.alipay.sofa.jraft.util.Requires
Ensures the truth of an expression involving one or more parameters to the calling method.
requireTrue(boolean, String, Object...) - Static method in class com.alipay.sofa.jraft.util.Requires
Ensures the truth of an expression involving one or more parameters to the calling method.
RESERVED - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogEntryV2CodecFactory
 
reset() - Method in class com.alipay.sofa.jraft.closure.SynchronizedClosure
Reset the closure
reset() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
reset() - Method in class com.alipay.sofa.jraft.entity.UserLog
 
reset() - Method in class com.alipay.sofa.jraft.RouteTable
Reset the states.
reset() - Method in class com.alipay.sofa.jraft.Status
Reset status to be OK state.
reset(long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
reset(long) - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Drop all the existing logs and reset next log index to |next_log_index|.
reset(Buffer) - Static method in class com.alipay.sofa.jraft.util.BufferUtils
 
reset() - Method in class com.alipay.sofa.jraft.util.CRC64
 
reset(int) - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Reset timer with new timeoutMs.
reset() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Reset timer with current timeoutMs
resetElectionTimeoutInterval(int) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
resetElectionTimeoutInterval(int) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Reset the interval of electionTimeout for replicator.
resetElectionTimeoutMs(int) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
resetElectionTimeoutMs(int) - Method in interface com.alipay.sofa.jraft.Node
Reset the election_timeout for the every node.
resetFirstIndex(long) - Method in interface com.alipay.sofa.jraft.closure.ClosureQueue
Reset the first index in queue.
resetFirstIndex(long) - Method in class com.alipay.sofa.jraft.closure.ClosureQueueImpl
 
resetHeartbeatInterval(int) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
resetHeartbeatInterval(int) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Reset the interval of heartbeat, This method is supposed to be called when the very candidate becomes the leader, so we suppose that there are no running replicators.
resetLearners(String, Configuration, List<PeerId>) - Method in interface com.alipay.sofa.jraft.CliService
Update learners set in the replicating group which consists of |conf|.
resetLearners(String, Configuration, List<PeerId>) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
resetLearners(List<PeerId>, Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
resetLearners(List<PeerId>, Closure) - Method in interface com.alipay.sofa.jraft.Node
Reset learners in the raft group.
resetLearners(Endpoint, CliRequests.ResetLearnersRequest, RpcResponseClosure<CliRequests.LearnersOpResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Reset learners
resetLearners(Endpoint, CliRequests.ResetLearnersRequest, RpcResponseClosure<CliRequests.LearnersOpResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
ResetLearnersRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
ResetLearners request processor.
ResetLearnersRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.ResetLearnersRequestProcessor
 
resetPeer(String, PeerId, Configuration) - Method in interface com.alipay.sofa.jraft.CliService
Reset the peer set of the target peer.
resetPeer(String, PeerId, Configuration) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
resetPeer(Endpoint, CliRequests.ResetPeerRequest, RpcResponseClosure<RpcRequests.ErrorResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Reset a peer.
resetPeer(Endpoint, CliRequests.ResetPeerRequest, RpcResponseClosure<RpcRequests.ErrorResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
ResetPeerRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
Reset peer request processor.
ResetPeerRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.ResetPeerRequestProcessor
 
resetPeers(Configuration) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
resetPeers(Configuration) - Method in interface com.alipay.sofa.jraft.Node
Reset the configuration of this node individually, without any replication to other peers before this node becomes the leader.
resetPendingIndex(long) - Method in class com.alipay.sofa.jraft.core.BallotBox
Called when a candidate becomes the new leader, otherwise the behavior is undefined.
resetTerm(long) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
resetTerm(long) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Reset the term of all to-add replicators.
responseFactory() - Static method in class com.alipay.sofa.jraft.util.RpcFactoryHelper
 
restart() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Restart the timer.
result - Variable in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
 
RetryAgainException - Exception in com.alipay.sofa.jraft.error
Retry request exception without stack tracing.
RetryAgainException() - Constructor for exception com.alipay.sofa.jraft.error.RetryAgainException
 
RetryAgainException(String, Throwable, boolean, boolean) - Constructor for exception com.alipay.sofa.jraft.error.RetryAgainException
 
RetryAgainException(String, Throwable) - Constructor for exception com.alipay.sofa.jraft.error.RetryAgainException
 
RetryAgainException(String) - Constructor for exception com.alipay.sofa.jraft.error.RetryAgainException
 
RetryAgainException(Throwable) - Constructor for exception com.alipay.sofa.jraft.error.RetryAgainException
 
rewind(Buffer) - Static method in class com.alipay.sofa.jraft.util.BufferUtils
 
RocksDBLogStorage - Class in com.alipay.sofa.jraft.storage.impl
Log storage based on rocksdb.
RocksDBLogStorage(String, RaftOptions) - Constructor for class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
RocksDBLogStorage.EmptyWriteContext - Class in com.alipay.sofa.jraft.storage.impl
An empty write context
RocksDBLogStorage.WriteContext - Interface in com.alipay.sofa.jraft.storage.impl
A write context
RocksDBSegmentLogStorage - Class in com.alipay.sofa.jraft.storage.log
Log Storage implementation based on rocksdb and segment files.
RocksDBSegmentLogStorage(String, RaftOptions) - Constructor for class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
RocksDBSegmentLogStorage(String, RaftOptions, int, int) - Constructor for class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
RocksDBSegmentLogStorage(String, RaftOptions, int, int, int, int, int, ThreadPoolExecutor) - Constructor for class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage
 
RocksDBSegmentLogStorage.BarrierWriteContext - Class in com.alipay.sofa.jraft.storage.log
 
RocksDBSegmentLogStorage.Builder - Class in com.alipay.sofa.jraft.storage.log
RocksDBSegmentLogStorage builder
roundToPowerOfTwo(int) - Static method in class com.alipay.sofa.jraft.util.Ints
Find the next larger positive power of two value up from the given value.
RouteTable - Class in com.alipay.sofa.jraft
Maintain routes to raft groups.
rpcClient - Variable in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
RpcClient - Interface in com.alipay.sofa.jraft.rpc
 
RpcContext - Interface in com.alipay.sofa.jraft.rpc
 
rpcExecutor - Variable in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
rpcFactory() - Static method in class com.alipay.sofa.jraft.util.RpcFactoryHelper
 
RpcFactoryHelper - Class in com.alipay.sofa.jraft.util
 
RpcFactoryHelper() - Constructor for class com.alipay.sofa.jraft.util.RpcFactoryHelper
 
RpcOptions - Class in com.alipay.sofa.jraft.option
 
RpcOptions() - Constructor for class com.alipay.sofa.jraft.option.RpcOptions
 
rpcOptions - Variable in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
RpcProcessor<T> - Interface in com.alipay.sofa.jraft.rpc
Defined functions for process user defined request.
RpcProcessor.ExecutorSelector - Interface in com.alipay.sofa.jraft.rpc
Executor selector interface.
RpcRequestClosure - Class in com.alipay.sofa.jraft.rpc
RPC request Closure encapsulates the RPC contexts.
RpcRequestClosure(RpcContext) - Constructor for class com.alipay.sofa.jraft.rpc.RpcRequestClosure
 
RpcRequestClosure(RpcContext, Message) - Constructor for class com.alipay.sofa.jraft.rpc.RpcRequestClosure
 
RpcRequestProcessor<T extends com.google.protobuf.Message> - Class in com.alipay.sofa.jraft.rpc
Abstract AsyncUserProcessor for RPC processors.
RpcRequestProcessor(Executor, Message) - Constructor for class com.alipay.sofa.jraft.rpc.RpcRequestProcessor
 
RpcRequests - Class in com.alipay.sofa.jraft.rpc
 
RpcRequests.AppendEntriesRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AppendEntriesRequest
RpcRequests.AppendEntriesRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AppendEntriesRequest
RpcRequests.AppendEntriesRequestHeader - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AppendEntriesRequestHeader
RpcRequests.AppendEntriesRequestHeader.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AppendEntriesRequestHeader
RpcRequests.AppendEntriesRequestHeaderOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.AppendEntriesRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.AppendEntriesResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AppendEntriesResponse
RpcRequests.AppendEntriesResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.AppendEntriesResponse
RpcRequests.AppendEntriesResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.ErrorResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ErrorResponse
RpcRequests.ErrorResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ErrorResponse
RpcRequests.ErrorResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.GetFileRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetFileRequest
RpcRequests.GetFileRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetFileRequest
RpcRequests.GetFileRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.GetFileResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetFileResponse
RpcRequests.GetFileResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.GetFileResponse
RpcRequests.GetFileResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.InstallSnapshotRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.InstallSnapshotRequest
RpcRequests.InstallSnapshotRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.InstallSnapshotRequest
RpcRequests.InstallSnapshotRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.InstallSnapshotResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.InstallSnapshotResponse
RpcRequests.InstallSnapshotResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.InstallSnapshotResponse
RpcRequests.InstallSnapshotResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.PingRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.PingRequest
RpcRequests.PingRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.PingRequest
RpcRequests.PingRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.ReadIndexRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ReadIndexRequest
RpcRequests.ReadIndexRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ReadIndexRequest
RpcRequests.ReadIndexRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.ReadIndexResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ReadIndexResponse
RpcRequests.ReadIndexResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.ReadIndexResponse
RpcRequests.ReadIndexResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.RequestVoteRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RequestVoteRequest
RpcRequests.RequestVoteRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RequestVoteRequest
RpcRequests.RequestVoteRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.RequestVoteResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RequestVoteResponse
RpcRequests.RequestVoteResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.RequestVoteResponse
RpcRequests.RequestVoteResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.TimeoutNowRequest - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.TimeoutNowRequest
RpcRequests.TimeoutNowRequest.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.TimeoutNowRequest
RpcRequests.TimeoutNowRequestOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcRequests.TimeoutNowResponse - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.TimeoutNowResponse
RpcRequests.TimeoutNowResponse.Builder - Class in com.alipay.sofa.jraft.rpc
Protobuf type jraft.TimeoutNowResponse
RpcRequests.TimeoutNowResponseOrBuilder - Interface in com.alipay.sofa.jraft.rpc
 
RpcResponseClosure<T extends com.google.protobuf.Message> - Interface in com.alipay.sofa.jraft.rpc
RPC response closure.
RpcResponseClosureAdapter<T extends com.google.protobuf.Message> - Class in com.alipay.sofa.jraft.rpc
RpcResponseClosure adapter holds the response.
RpcResponseClosureAdapter() - Constructor for class com.alipay.sofa.jraft.rpc.RpcResponseClosureAdapter
 
RpcResponseFactory - Interface in com.alipay.sofa.jraft.rpc
Helper to create error response.
RpcServer - Interface in com.alipay.sofa.jraft.rpc
 
RpcUtils - Class in com.alipay.sofa.jraft.rpc
RPC utilities
run(Status) - Method in class com.alipay.sofa.jraft.closure.JoinableClosure
 
run(Status, long, byte[]) - Method in class com.alipay.sofa.jraft.closure.ReadIndexClosure
Called when ReadIndex can be executed.
run(Status) - Method in class com.alipay.sofa.jraft.closure.ReadIndexClosure
 
run(Status) - Method in interface com.alipay.sofa.jraft.Closure
Called when task is done.
run(Status) - Method in class com.alipay.sofa.jraft.closure.SynchronizedClosure
 
run(Status) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl.OnErrorClosure
 
run(Status) - Method in class com.alipay.sofa.jraft.rpc.RpcRequestClosure
 
run() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
 
run(Timeout) - Method in interface com.alipay.sofa.jraft.util.timer.TimerTask
Executed after the delay specified with Timer#newTimeout(TimerTask, long, TimeUnit).
runClosure(Closure, Status) - Static method in class com.alipay.sofa.jraft.util.Utils
Run closure in current thread.
runClosureInExecutor(Executor, Closure, Status) - Static method in class com.alipay.sofa.jraft.rpc.RpcUtils
Run closure with status in specified executor
runClosureInThread(Closure) - Static method in class com.alipay.sofa.jraft.rpc.RpcUtils
Run closure with OK status in thread pool.
runClosureInThread(Closure, Status) - Static method in class com.alipay.sofa.jraft.rpc.RpcUtils
Run closure with status in thread pool.
runClosureInThread(String, Closure, Status) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolsFactory
Run closure with status in thread pool.
runClosureInThread(String, Closure) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolsFactory
Run closure with OK status in thread pool.
runClosureInThread(Closure) - Static method in class com.alipay.sofa.jraft.util.Utils
Deprecated.
runClosureInThread(Closure, Status) - Static method in class com.alipay.sofa.jraft.util.Utils
Deprecated.
runInThread(Runnable) - Static method in class com.alipay.sofa.jraft.rpc.RpcUtils
Run a task in thread pool, returns the future object.
runInThread(String, Runnable) - Static method in class com.alipay.sofa.jraft.util.ThreadPoolsFactory
Run a task in thread pool,returns the future object.
runInThread(Runnable) - Static method in class com.alipay.sofa.jraft.util.Utils
Deprecated.
runOnceNow() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Run the timer at once, it will cancel the timer and re-schedule it.
runTheRestClosureWithError() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 

S

saturatedCast(long) - Static method in class com.alipay.sofa.jraft.util.Ints
Returns the int nearest in value to value.
save(Message, boolean) - Method in class com.alipay.sofa.jraft.storage.io.ProtoBufFile
Save a protobuf message to file.
save(CheckpointFile.Checkpoint) - Method in class com.alipay.sofa.jraft.storage.log.CheckpointFile
 
saveMeta(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
saveMeta(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotWriter
Save a snapshot metadata.
SaveSnapshotClosure - Interface in com.alipay.sofa.jraft.closure
Save snapshot closure
saveToByteBufferAsRemote() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Save metadata infos into byte buffer.
saveToFile(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Save metadata infos into file by path.
schedule(Runnable, long, TimeUnit) - Method in interface com.alipay.sofa.jraft.core.Scheduler
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in class com.alipay.sofa.jraft.core.TimerManager
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface com.alipay.sofa.jraft.core.Scheduler
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.alipay.sofa.jraft.core.TimerManager
 
ScheduledPoolBuilder() - Constructor for class com.alipay.sofa.jraft.util.ThreadPoolUtil.ScheduledPoolBuilder
 
Scheduler - Interface in com.alipay.sofa.jraft.core
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface com.alipay.sofa.jraft.core.Scheduler
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class com.alipay.sofa.jraft.core.TimerManager
 
segFilename - Variable in class com.alipay.sofa.jraft.storage.log.CheckpointFile.Checkpoint
 
SEGMENT_SIZE - Static variable in class com.alipay.sofa.jraft.util.SegmentList
 
SegmentFile - Class in com.alipay.sofa.jraft.storage.log
A fixed size file.
SegmentFile(int, String, ThreadPoolExecutor) - Constructor for class com.alipay.sofa.jraft.storage.log.SegmentFile
 
SegmentFile.SegmentFileOptions - Class in com.alipay.sofa.jraft.storage.log
Segment file options.
SegmentFile.SegmentFileOptions.Builder - Class in com.alipay.sofa.jraft.storage.log
 
SegmentFile.SegmentHeader - Class in com.alipay.sofa.jraft.storage.log
Segment file header.
SegmentHeader() - Constructor for class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentHeader
 
SegmentList<T> - Class in com.alipay.sofa.jraft.util
A list implementation based on segments.
SegmentList(boolean) - Constructor for class com.alipay.sofa.jraft.util.SegmentList
Create a new SegmentList
segmentSize() - Method in class com.alipay.sofa.jraft.util.SegmentList
 
select(String, Object) - Method in interface com.alipay.sofa.jraft.rpc.RpcProcessor.ExecutorSelector
Select a executor.
select(int) - Method in interface com.alipay.sofa.jraft.util.concurrent.ExecutorChooserFactory.ExecutorChooser
Returns the chosen SingleThreadExecutor to use.
selectLeader(String) - Method in class com.alipay.sofa.jraft.RouteTable
Get the cached leader of the group, return it when found, null otherwise.
SEND_TIMESTAMP_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
sendHeartbeat(ThreadId, RpcResponseClosure<RpcRequests.AppendEntriesResponse>) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
sendHeartbeat(PeerId, RpcResponseClosure<RpcRequests.AppendEntriesResponse>) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
sendHeartbeat(PeerId, RpcResponseClosure<RpcRequests.AppendEntriesResponse>) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Send heartbeat to a peer.
sendResponse(Object) - Method in interface com.alipay.sofa.jraft.rpc.RpcContext
Send a response back.
sendResponse(Message) - Method in class com.alipay.sofa.jraft.rpc.RpcRequestClosure
 
sendTimeoutNowAndStop(ThreadId, int) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
serializeContent(T, InvokeContext) - Method in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
serializeContent(T) - Method in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
serializeHeader(T, InvokeContext) - Method in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
serializeHeader(T) - Method in class com.alipay.sofa.jraft.rpc.ProtobufSerializer
 
SERVER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
SERVER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
SERVER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
SERVER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
SERVER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
SERVER_ID_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
serverExists(Endpoint) - Method in class com.alipay.sofa.jraft.NodeManager
Return true when RPC service is registered.
Session - Interface in com.alipay.sofa.jraft.storage.snapshot.remote
A copy session.
set(U, int) - Method in interface com.alipay.sofa.jraft.util.internal.IntegerFieldUpdater
 
set(U, long) - Method in interface com.alipay.sofa.jraft.util.internal.LongFieldUpdater
 
set(U, W) - Method in interface com.alipay.sofa.jraft.util.internal.ReferenceFieldUpdater
 
set(int, ByteBuffer) - Method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
setAddr(Endpoint) - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
setAfterShutdown(Closure) - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
setAppendEntriesExecutors(FixedThreadsExecutorGroup) - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
setAppliedId(LogId) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
setAppliedId(LogId) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Set the applied id, indicating that the log before applied_id (included) can be dropped from memory logs.
setApplyBatch(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setApplyTaskMode(ApplyTaskMode) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setAttachment(Object) - Method in class com.alipay.sofa.jraft.util.CountDownEvent
 
setAttribute(String, Object) - Method in interface com.alipay.sofa.jraft.rpc.Connection
Set the attribute to the connection.
setAttributeIfAbsent(String, Object) - Method in interface com.alipay.sofa.jraft.rpc.Connection
Set the attribute to the connection if the key's item doesn't exist, otherwise returns the present item.
setAutoCommitPerLog(boolean) - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
setAutoCommitPerLog(boolean) - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
setAutoCommitPerLog(boolean) - Method in interface com.alipay.sofa.jraft.Iterator
When calling #{Iterator#next}, whether to commit the state machine.
setBallotBox(BallotBox) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setBallotBox(BallotBox) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setBootstrapId(LogId) - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
setBuffer(ByteBuffer) - Method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
setCatchupMargin(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setCheckpointIntervalMs(int) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
setChecksum(long) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
optional int64 checksum = 7;
setChecksum(String) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional string checksum = 3;
setChecksum(long) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
setChecksum(long) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
setChecksumBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional string checksum = 3;
setCliRpcThreadPoolSize(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setClosureQueue(ClosureQueue) - Method in class com.alipay.sofa.jraft.option.BallotBoxOptions
 
setClosureQueue(ClosureQueue) - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
setCode(int) - Method in class com.alipay.sofa.jraft.Status
Set error code.
setCommittedIndex(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 committed_index = 8;
setConf(Configuration) - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
setConfigurationManager(ConfigurationManager) - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
setConfigurationManager(ConfigurationManager) - Method in class com.alipay.sofa.jraft.option.LogStorageOptions
 
setCopyOptions(CopyOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
setCount(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 count = 3;
setData(ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required bytes data = 6;
setData(ByteBuffer) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
setData(ByteBuffer) - Method in class com.alipay.sofa.jraft.entity.Task
 
setData(ByteBuffer) - Method in class com.alipay.sofa.jraft.entity.UserLog
 
setData(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
optional bytes data = 9;
setData(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
required bytes data = 2;
setDataLen(long) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
optional int64 data_len = 4;
setDecayPriorityGap(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setDestBuf(ByteBufferCollector) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
setDestPath(String) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
setDisableCli(boolean) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setDisruptorBufferSize(int) - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
setDisruptorBufferSize(int) - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
setDisruptorBufferSize(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setDisruptorPublishEventWaitTimeoutSecs(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setDone(Closure) - Method in class com.alipay.sofa.jraft.entity.Task
 
setDynamicHeartBeatTimeoutMs(int) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setElectionHeartbeatFactor(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setElectionPriority(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setElectionTimeoutMs(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setElectionTimeoutMs(int) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setElectionTimeoutMs(int) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setEnableLogEntryChecksum(boolean) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setEnableMetrics(boolean) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setEnableMetrics(boolean) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setEnableRpcChecksum(boolean) - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
setEntries(int, RaftOutter.EntryMeta) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
setEntries(int, RaftOutter.EntryMeta.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
repeated .jraft.EntryMeta entries = 7;
setEntries(int, ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
repeated bytes entries = 3;
setEntries(List<LogEntry>) - Method in class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
setEof(boolean) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
Data is in attachment
setError(RaftException) - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl.OnErrorClosure
 
setError(RaftException) - Method in class com.alipay.sofa.jraft.core.ReadOnlyServiceImpl
 
setError(RaftException) - Method in interface com.alipay.sofa.jraft.ReadOnlyService
Called when the node is turned into error state.
setError(int, String, Object...) - Method in class com.alipay.sofa.jraft.Status
Set error code and error msg.
setError(RaftError, String, Object...) - Method in class com.alipay.sofa.jraft.Status
Set raft error and error msg.
setError(Exception) - Method in interface com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage.WriteContext
Set an exception to context.
setError(Exception) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.BarrierWriteContext
 
setError(int) - Method in class com.alipay.sofa.jraft.util.ThreadId
Set error code, run the onError callback with code immediately in lock.
setErrorAndRollback(long, Status) - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
setErrorAndRollback(long, Status) - Method in class com.alipay.sofa.jraft.core.IteratorWrapper
 
setErrorAndRollback(long, Status) - Method in interface com.alipay.sofa.jraft.Iterator
Invoked when some critical error occurred.
setErrorCode(int) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
required int32 errorCode = 1;
setErrorMsg(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
optional string errorMsg = 2;
setErrorMsg(String) - Method in class com.alipay.sofa.jraft.Status
Set error msg
setErrorMsgBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
optional string errorMsg = 2;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorResponse(RpcRequests.ErrorResponse.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
optional .jraft.ErrorResponse errorResponse = 99;
setErrorWasSet(boolean) - Method in class com.alipay.sofa.jraft.closure.CatchUpClosure
 
setEventFactory(EventFactory<T>) - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
setExpectedTerm(long) - Method in class com.alipay.sofa.jraft.entity.Task
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
setFileCheckHole(boolean) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setFilename(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required string filename = 2;
setFilenameBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required string filename = 2;
setFiles(int, LocalStorageOutter.LocalSnapshotPbMeta.File) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
setFiles(int, LocalStorageOutter.LocalSnapshotPbMeta.File.Builder) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
repeated .jraft.LocalSnapshotPbMeta.File files = 2;
setFilterBeforeCopyRemote(boolean) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setFilterBeforeCopyRemote(boolean) - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
setFilterBeforeCopyRemote(boolean) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
setFilterBeforeCopyRemote() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
setFilterBeforeCopyRemote() - Method in interface com.alipay.sofa.jraft.storage.SnapshotStorage
Set filterBeforeCopyRemote to be true.When true, it will filter the data before copy to remote.
setFirstLogIndex(long) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
required int64 first_log_index = 1;
setFirstLogIndex(long) - Method in class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
setFsm(StateMachine) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setFsm(StateMachine) - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
setFsm(StateMachine) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setFsmCaller(FSMCaller) - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
setFsmCaller(FSMCaller) - Method in class com.alipay.sofa.jraft.option.ReadOnlyServiceOptions
 
setFsmCaller(FSMCaller) - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
setGranted(boolean) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
required bool granted = 2;
setGroupConf(Configuration) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setGroupId(String) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setGroupId(String) - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
setGroupId(String) - Method in class com.alipay.sofa.jraft.option.LogStorageOptions
 
setGroupId(String) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setGroupId(String) - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
setGroupId(String) - Method in class com.alipay.sofa.jraft.RaftGroupService
Set the raft group id
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string group_id = 1;
setGroupId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string group_id = 1;
setGroupIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string group_id = 1;
setHeartbeatTimeoutMs(int) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setId(LogId) - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
setId(LogId) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
setIndex(long) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required int64 index = 3;
setIndex(long) - Method in class com.alipay.sofa.jraft.entity.LogId
 
setIndex(long) - Method in class com.alipay.sofa.jraft.entity.ReadIndexState
 
setIndex(long) - Method in class com.alipay.sofa.jraft.entity.UserLog
 
setIndex(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
required int64 index = 1;
setInitialConf(Configuration) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setInitTerm(long) - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
setKeepInMemorySegmentCount(int) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
setLastCommittedIndex(long) - Method in class com.alipay.sofa.jraft.core.BallotBox
Called by follower, otherwise the behavior is undefined.
setLastFile(boolean) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentFileOptions.Builder
 
setLastIncludedIndex(long) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
required int64 last_included_index = 1;
setLastIncludedTerm(long) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
required int64 last_included_term = 2;
setLastLogIndex(long) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setLastLogIndex(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
optional int64 last_log_index = 3;
setLastLogIndex(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 last_log_index = 6;
setLastLogIndex(long) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
setLastLogTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 last_log_term = 5;
setLeaderId(PeerId) - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string leader_id = 2;
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string leader_id = 2;
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string leader_id = 2;
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
required string leader_id = 1;
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional string leader_id = 2;
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string leader_id = 2;
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string leader_id = 2;
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string leader_id = 2;
setLeaderId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string leader_id = 2;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
required string leader_id = 2;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string leader_id = 2;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
required string leader_id = 2;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
required string leader_id = 1;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional string leader_id = 2;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
required string leader_id = 2;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string leader_id = 2;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
required string leader_id = 2;
setLeaderIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
required string leader_id = 2;
setLeaderLeaseTimeRatio(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setLearners(LinkedHashSet<PeerId>) - Method in class com.alipay.sofa.jraft.conf.Configuration
 
setLearners(int, ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes learners = 8;
setLearners(List<PeerId>) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
setLearners(int, String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string learners = 7;
setLearners(int, String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string learners = 5;
setLearners(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
repeated string learners = 3;
setLearners(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string learners = 2;
setLearners(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
repeated string learners = 3;
setLearners(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
repeated string learners = 3;
setLogEntryCodecFactory(LogEntryCodecFactory) - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
setLogEntryCodecFactory(LogEntryCodecFactory) - Method in class com.alipay.sofa.jraft.option.LogStorageOptions
 
setLogManager(LogManager) - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
setLogManager(LogManager) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setLogManager(LogManager) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setLogManager(LogManager) - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
setLogStorage(LogStorage) - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
setLogUri(String) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setLogUri(String) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setMaxAppendBufferSize(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setMaxBodySize(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setMaxByteCountPerRpc(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setMaxElectionDelayMs(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setMaxEntriesSize(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setMaxMargin(long) - Method in class com.alipay.sofa.jraft.closure.CatchUpClosure
 
setMaxPermits(int) - Method in class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
Adjusts the maximum number of available permits.
setMaxReadIndexLag(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setMaxReplicatorInflightMsgs(int) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setMaxRetry(int) - Method in class com.alipay.sofa.jraft.option.CliOptions
 
setMaxRetry(int) - Method in class com.alipay.sofa.jraft.option.CopyOptions
 
setMaxSegmentFileSize(int) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
setMeta(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
optional .jraft.SnapshotMeta meta = 1;
setMeta(RaftOutter.SnapshotMeta.Builder) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
optional .jraft.SnapshotMeta meta = 1;
setMeta(LocalFileMetaOutter.LocalFileMeta) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
optional .jraft.LocalFileMeta meta = 2;
setMeta(LocalFileMetaOutter.LocalFileMeta.Builder) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
optional .jraft.LocalFileMeta meta = 2;
setMeta(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required .jraft.SnapshotMeta meta = 5;
setMeta(RaftOutter.SnapshotMeta.Builder) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required .jraft.SnapshotMeta meta = 5;
setMeta(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotMetaTable
Set the snapshot metadata.
setMetaTable(LocalSnapshotMetaTable) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.SnapshotFileReader
 
setMetricRegistry(MetricRegistry) - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
setName(String) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
required string name = 1;
setNewFile(boolean) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentFileOptions.Builder
 
setNewLearners(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string new_learners = 2;
setNewPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string new_peers = 2;
setNewPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
repeated string new_peers = 3;
setNewPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string new_peers = 2;
setNewPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string new_peers = 2;
setNewPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string new_peers = 4;
setNode(NodeImpl) - Method in class com.alipay.sofa.jraft.option.FSMCallerOptions
 
setNode(NodeImpl) - Method in class com.alipay.sofa.jraft.option.RaftMetaStorageOptions
 
setNode(NodeImpl) - Method in class com.alipay.sofa.jraft.option.ReadOnlyServiceOptions
 
setNode(NodeImpl) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setNode(NodeImpl) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setNode(NodeImpl) - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
setNodeId(NodeId) - Method in class com.alipay.sofa.jraft.option.BallotBoxOptions
 
setNodeMetrics(NodeMetrics) - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
setNodeOptions(NodeOptions) - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
setNodeOptions(NodeOptions) - Method in class com.alipay.sofa.jraft.RaftGroupService
Set node options.
setOffset(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 offset = 4;
setOldConf(Configuration) - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
setOldLearners(int, ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_learners = 9;
setOldLearners(List<PeerId>) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
setOldLearners(int, String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string old_learners = 8;
setOldLearners(int, String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_learners = 6;
setOldLearners(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
repeated string old_learners = 1;
setOldPeers(int, ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes old_peers = 5;
setOldPeers(int, String) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string old_peers = 2;
setOldPeers(List<PeerId>) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
setOldPeers(int, String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
Don't change field id of `old_peers' in the consideration of backward compatibility
setOldPeers(int, String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string old_peers = 4;
setOldPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
repeated string old_peers = 1;
setOldPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
repeated string old_peers = 1;
setOldPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
repeated string old_peers = 1;
setOldPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
repeated string old_peers = 3;
setOnlyAlive(boolean) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
optional bool only_alive = 3 [default = false];
setOpenStatistics(boolean) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setOutputStream(OutputStream) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
setPath(String) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
setPeerId(PeerId) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string peer_id = 3;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
optional string peer_id = 2;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string peer_id = 3;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string peer_id = 2;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
optional string peer_id = 2;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
optional string peer_id = 3;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string peer_id = 3;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string peer_id = 3;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string peer_id = 3;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional string peer_id = 4;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string peer_id = 3;
setPeerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string peer_id = 3;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
required string peer_id = 3;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
optional string peer_id = 2;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
required string peer_id = 3;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
required string peer_id = 2;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
optional string peer_id = 2;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
optional string peer_id = 3;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string peer_id = 3;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string peer_id = 3;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string peer_id = 3;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional string peer_id = 4;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string peer_id = 3;
setPeerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string peer_id = 3;
setPeers(List<PeerId>) - Method in class com.alipay.sofa.jraft.conf.Configuration
 
setPeers(int, ByteString) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
repeated bytes peers = 4;
setPeers(int, String) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
repeated string peers = 1;
setPeers(List<PeerId>) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
setPeers(int, String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
repeated string peers = 3;
setPeers(int, String) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
repeated string peers = 3;
setPeers(int, String) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
repeated string peers = 1;
setPos(int) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentFileOptions.Builder
 
setPreAllocateSegmentCount(int) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
setPrevLogIndex(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 prev_log_index = 6;
setPrevLogTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 prev_log_term = 5;
setPreVote(boolean) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required bool pre_vote = 7;
setPriority(int) - Method in class com.alipay.sofa.jraft.entity.PeerId
 
setProducerType(ProducerType) - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
setProperty(String, String) - Static method in class com.alipay.sofa.jraft.util.SystemPropertyUtil
Sets the value of the Java system property with the specified key
setRaftClientService(RaftClientService) - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
setRaftMetaUri(String) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setRaftMetaUri(String) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setRaftOptions(RaftOptions) - Method in class com.alipay.sofa.jraft.option.LogManagerOptions
 
setRaftOptions(RaftOptions) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setRaftOptions(RaftOptions) - Method in class com.alipay.sofa.jraft.option.ReadOnlyServiceOptions
 
setRaftOptions(RaftOptions) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setRaftOptions(RaftOptions) - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
setRaftOptions(RaftOptions) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
setRaftRpcClientService(RaftClientService) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setRaftRpcService(RaftClientService) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setRaftRpcThreadPoolSize(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setReaderId(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
required int64 reader_id = 1;
setReadOnlyOptions(ReadOnlyOption) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setReadOnlyOptions(EnumOutter.ReadOnlyType) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
optional .jraft.ReadOnlyType readOnlyOptions = 5;
setReadPartly(boolean) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
optional bool read_partly = 5;
setReadSize(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
optional int64 read_size = 3;
setRecover(boolean) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentFileOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
setReplicatorPipeline(boolean) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setReplicatorType(ReplicatorType) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setResponse(T) - Method in interface com.alipay.sofa.jraft.rpc.RpcResponseClosure
Called by request handler to set response.
setResponse(T) - Method in class com.alipay.sofa.jraft.rpc.RpcResponseClosureAdapter
 
setResult(long, byte[]) - Method in class com.alipay.sofa.jraft.closure.ReadIndexClosure
Set callback result, called by jraft.
setResult(R) - Method in class com.alipay.sofa.jraft.rpc.impl.FutureImpl
Set the result value and notify about operation completion.
setRetryIntervalMs(long) - Method in class com.alipay.sofa.jraft.option.CopyOptions
 
setRingBufferSize(int) - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
setRpcConnectTimeoutMs(int) - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
setRpcDefaultTimeout(int) - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
setRpcInstallSnapshotTimeout(int) - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
setRpcProcessorThreadPoolSize(int) - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
setRpcServer(RpcServer) - Method in class com.alipay.sofa.jraft.RaftGroupService
Set rpc server.
setSendTimestamp(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
required int64 send_timestamp = 1;
setServerAddr(Endpoint) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
setServerId(PeerId) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setServerId(PeerId) - Method in class com.alipay.sofa.jraft.RaftGroupService
Set the node serverId
setServerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string server_id = 2;
setServerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string server_id = 2;
setServerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string server_id = 2;
setServerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string server_id = 2;
setServerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string server_id = 2;
setServerId(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string server_id = 2;
setServerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required string server_id = 2;
setServerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
required string server_id = 2;
setServerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string server_id = 2;
setServerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
required string server_id = 2;
setServerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required string server_id = 2;
setServerIdBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required string server_id = 2;
setServiceFactory(JRaftServiceFactory) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setServiceFactory(JRaftServiceFactory) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSharedElectionTimer(boolean) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSharedSnapshotTimer(boolean) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSharedStepDownTimer(boolean) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSharedTimerPool(boolean) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSharedVoteTimer(boolean) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSnapshot(ConfigurationEntry) - Method in class com.alipay.sofa.jraft.conf.ConfigurationManager
 
setSnapshot(RaftOutter.SnapshotMeta) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
setSnapshot(RaftOutter.SnapshotMeta) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Notify the log manager about the latest snapshot, which indicates the logs which can be safely truncated.
setSnapshotIntervalSecs(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSnapshotLogIndexMargin(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSnapshotStorage(SnapshotStorage) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setSnapshotStorage(SnapshotStorage) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setSnapshotTempUri(String) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSnapshotThrottle(SnapshotThrottle) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSnapshotThrottle(SnapshotThrottle) - Method in class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
setSnapshotThrottle(SnapshotThrottle) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
setSnapshotThrottle(SnapshotThrottle) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
setSnapshotThrottle(SnapshotThrottle) - Method in interface com.alipay.sofa.jraft.storage.SnapshotStorage
Configure a SnapshotThrottle.
setSnapshotUri(String) - Method in class com.alipay.sofa.jraft.option.BootstrapOptions
 
setSnapshotUri(String) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setSource(LocalFileMetaOutter.FileSource) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional .jraft.FileSource source = 2;
setStartupOldStorage(boolean) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setStatus(Status) - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
setStatus(Status) - Method in class com.alipay.sofa.jraft.error.RaftException
 
setStepDownWhenVoteTimedout(boolean) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setStorage(SnapshotStorage) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
setSuccess(boolean) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
required bool success = 2;
setSuccess(boolean) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
required bool success = 2;
setSuccess(boolean) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
required bool success = 2;
setSuccess(boolean) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
required bool success = 2;
setSync(boolean) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setSync(boolean) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile.SegmentFileOptions.Builder
 
setSyncMeta(boolean) - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
setTerm(long) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required int64 term = 2;
setTerm(long) - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
setTerm(long) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required int64 term = 1;
setTerm(long) - Method in class com.alipay.sofa.jraft.entity.LogId
 
setTerm(long) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
required int64 term = 1;
setTerm(long) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
required int64 term = 4;
setTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
required int64 term = 1;
setTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required int64 term = 4;
setTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
required int64 term = 1;
setTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
required int64 term = 4;
setTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
required int64 term = 1;
setTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
required int64 term = 4;
setTerm(long) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
required int64 term = 1;
setTerm(long) - Method in class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
setTerm(long) - Method in interface com.alipay.sofa.jraft.storage.RaftMetaStorage
Set current term.
setTermAndVotedFor(long, PeerId) - Method in class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
setTermAndVotedFor(long, PeerId) - Method in interface com.alipay.sofa.jraft.storage.RaftMetaStorage
Set term and voted for information.
setThreadFactory(ThreadFactory) - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
setTimeoutMs(int) - Method in class com.alipay.sofa.jraft.option.CliOptions
 
setTimeoutMs(int) - Method in class com.alipay.sofa.jraft.option.CopyOptions
 
setTimer(ScheduledFuture<?>) - Method in class com.alipay.sofa.jraft.closure.CatchUpClosure
 
setTimerManager(Scheduler) - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
setTimerManager(Scheduler) - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
setTimerManager(Scheduler) - Method in class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
setTimerPoolSize(int) - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
setType(EnumOutter.EntryType) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
required .jraft.EntryType type = 1;
setType(EnumOutter.EntryType) - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
setType(EnumOutter.EntryType) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
required .jraft.EntryType type = 2;
setType(EnumOutter.ErrorType) - Method in class com.alipay.sofa.jraft.error.RaftException
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse.Builder
 
setUri(String) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string uri = 6;
setUriBytes(ByteString) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest.Builder
required string uri = 6;
setUserMeta(ByteString) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta.Builder
optional bytes user_meta = 1;
setValueSizeThreshold(int) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
setVotedfor(String) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required string votedfor = 2;
setVotedFor(PeerId) - Method in class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
setVotedFor(PeerId) - Method in interface com.alipay.sofa.jraft.storage.RaftMetaStorage
Set voted for information.
setVotedforBytes(ByteString) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta.Builder
required string votedfor = 2;
setWaiter(FSMCaller) - Method in class com.alipay.sofa.jraft.option.BallotBoxOptions
 
setWaitStrategy(WaitStrategy) - Method in class com.alipay.sofa.jraft.util.DisruptorBuilder
 
setWriteExecutor(ThreadPoolExecutor) - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.Builder
 
shutdown() - Method in class com.alipay.sofa.jraft.core.BallotBox
 
shutdown() - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
shutdown() - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
shutdown() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
shutdown(Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
shutdown() - Method in class com.alipay.sofa.jraft.core.ReadOnlyServiceImpl
 
shutdown() - Method in interface com.alipay.sofa.jraft.core.Scheduler
 
shutdown() - Method in class com.alipay.sofa.jraft.core.TimerManager
 
shutdown() - Method in interface com.alipay.sofa.jraft.Lifecycle
Dispose the resources for service.
shutdown(Closure) - Method in interface com.alipay.sofa.jraft.Node
Shutdown local replica node.
shutdown() - Method in class com.alipay.sofa.jraft.RaftGroupService
 
shutdown() - Method in class com.alipay.sofa.jraft.rpc.impl.AbstractClientService
 
shutdown() - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcClient
 
shutdown() - Method in class com.alipay.sofa.jraft.rpc.impl.BoltRpcServer
 
shutdown() - Method in class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
shutdown() - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
shutdown() - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
shutdown() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
shutdown() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotReader
 
shutdown() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
shutdown() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
shutdown() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
shutdownAndAwaitTermination(ExecutorService) - Static method in class com.alipay.sofa.jraft.util.ExecutorServiceHelper
 
shutdownAndAwaitTermination(ExecutorService, long) - Static method in class com.alipay.sofa.jraft.util.ExecutorServiceHelper
The following method shuts down an ExecutorService in two phases, first by calling shutdown to reject incoming tasks, and then calling shutdownNow, if necessary, to cancel any lingering tasks.
shutdownGracefully() - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
shutdownGracefully(long, TimeUnit) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultFixedThreadsExecutorGroup
 
shutdownGracefully() - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultSingleThreadExecutor
 
shutdownGracefully(long, TimeUnit) - Method in class com.alipay.sofa.jraft.util.concurrent.DefaultSingleThreadExecutor
 
shutdownGracefully() - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroup
Shortcut method for FixedThreadsExecutorGroup.shutdownGracefully(long, TimeUnit) with sensible default values.
shutdownGracefully(long, TimeUnit) - Method in interface com.alipay.sofa.jraft.util.concurrent.FixedThreadsExecutorGroup
Signals all executors that the caller wants them to be shutdown.
shutdownGracefully() - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
shutdownGracefully(long, TimeUnit) - Method in class com.alipay.sofa.jraft.util.concurrent.MpscSingleThreadExecutor
 
shutdownGracefully() - Method in interface com.alipay.sofa.jraft.util.concurrent.SingleThreadExecutor
Shortcut method for SingleThreadExecutor.shutdownGracefully(long, TimeUnit) with sensible default values.
shutdownGracefully(long, TimeUnit) - Method in interface com.alipay.sofa.jraft.util.concurrent.SingleThreadExecutor
Signals this executor that the caller wants it to be shutdown.
SIG_USR2 - Static variable in class com.alipay.sofa.jraft.util.SignalHelper
 
SignalHelper - Class in com.alipay.sofa.jraft.util
 
SingleThreadExecutor - Interface in com.alipay.sofa.jraft.util.concurrent
 
size() - Method in class com.alipay.sofa.jraft.conf.Configuration
Returns the peers total number.
size() - Method in class com.alipay.sofa.jraft.util.concurrent.ConcurrentHashSet
return the size of the map
size() - Method in class com.alipay.sofa.jraft.util.SegmentList
 
sliceData() - Method in class com.alipay.sofa.jraft.entity.LogEntry
Creates a new byte buffer whose content is a shared subsequence of this log entry's data buffer's content.
snapshot(String, PeerId) - Method in interface com.alipay.sofa.jraft.CliService
Ask the peer to dump a snapshot immediately.
snapshot(String, PeerId) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
snapshot(Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
snapshot(Closure) - Method in interface com.alipay.sofa.jraft.Node
Start a snapshot immediately if possible.
snapshot(Endpoint, CliRequests.SnapshotRequest, RpcResponseClosure<RpcRequests.ErrorResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Do a snapshot.
snapshot(Endpoint, CliRequests.SnapshotRequest, RpcResponseClosure<RpcRequests.ErrorResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
Snapshot - Class in com.alipay.sofa.jraft.storage.snapshot
Represents a state machine snapshot.
Snapshot() - Constructor for class com.alipay.sofa.jraft.storage.snapshot.Snapshot
 
SnapshotCopier - Class in com.alipay.sofa.jraft.storage.snapshot
Copy snapshot from the give resources.
SnapshotCopier() - Constructor for class com.alipay.sofa.jraft.storage.snapshot.SnapshotCopier
 
SnapshotCopierOptions - Class in com.alipay.sofa.jraft.option
Snapshot copier options.
SnapshotCopierOptions() - Constructor for class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
SnapshotCopierOptions(String, RaftClientService, Scheduler, RaftOptions, NodeOptions) - Constructor for class com.alipay.sofa.jraft.option.SnapshotCopierOptions
 
SnapshotExecutor - Interface in com.alipay.sofa.jraft.storage
Executing Snapshot related stuff.
SnapshotExecutorImpl - Class in com.alipay.sofa.jraft.storage.snapshot
Snapshot executor implementation.
SnapshotExecutorImpl() - Constructor for class com.alipay.sofa.jraft.storage.snapshot.SnapshotExecutorImpl
 
SnapshotExecutorOptions - Class in com.alipay.sofa.jraft.option
Snapshot executor options.
SnapshotExecutorOptions() - Constructor for class com.alipay.sofa.jraft.option.SnapshotExecutorOptions
 
SnapshotFileReader - Class in com.alipay.sofa.jraft.storage.snapshot.local
Snapshot file reader
SnapshotFileReader(String, SnapshotThrottle) - Constructor for class com.alipay.sofa.jraft.storage.snapshot.local.SnapshotFileReader
 
SnapshotReader - Class in com.alipay.sofa.jraft.storage.snapshot
Snapshot reader.
SnapshotReader() - Constructor for class com.alipay.sofa.jraft.storage.snapshot.SnapshotReader
 
SnapshotRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
Snapshot request processor.
SnapshotRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.SnapshotRequestProcessor
 
SnapshotStorage - Interface in com.alipay.sofa.jraft.storage
Snapshot storage.
snapshotSync(Closure) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
snapshotSync(Closure) - Method in interface com.alipay.sofa.jraft.Node
Start to snapshot StateMachine immediately with the latest log applied to state machine.
SnapshotThrottle - Interface in com.alipay.sofa.jraft.storage
Snapshot throttling during heavy disk reading/writing
SnapshotWriter - Class in com.alipay.sofa.jraft.storage.snapshot
Snapshot writer.
SnapshotWriter() - Constructor for class com.alipay.sofa.jraft.storage.snapshot.SnapshotWriter
 
sort() - Method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
 
SOURCE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
SPI - Annotation Type in com.alipay.sofa.jraft.util
 
Spinner() - Constructor for class com.alipay.sofa.jraft.util.ThreadHelper.Spinner
 
StableClosure() - Constructor for class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
StableClosure(List<LogEntry>) - Constructor for class com.alipay.sofa.jraft.storage.LogManager.StableClosure
 
start() - Method in interface com.alipay.sofa.jraft.closure.LoadSnapshotClosure
Start to load snapshot, returns a snapshot reader.
start(RaftOutter.SnapshotMeta) - Method in interface com.alipay.sofa.jraft.closure.SaveSnapshotClosure
Starts to save snapshot, returns the writer.
start(ReplicatorOptions, RaftOptions) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
start() - Method in class com.alipay.sofa.jraft.RaftGroupService
Starts the raft group service, returns the raft node.
start(boolean) - Method in class com.alipay.sofa.jraft.RaftGroupService
Starts the raft group service, returns the raft node.
start() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotCopier
 
start() - Method in class com.alipay.sofa.jraft.storage.snapshot.SnapshotCopier
Start the copy job.
start() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Start the timer.
start() - Method in class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
Starts the background thread explicitly.
startCopy2IoBuffer(String, ByteBufferCollector, CopyOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.RemoteFileCopier
 
startCopyToFile(String, String, CopyOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.RemoteFileCopier
 
startJob() - Method in interface com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage.WriteContext
Start a sub job.
startJob() - Method in class com.alipay.sofa.jraft.storage.log.RocksDBSegmentLogStorage.BarrierWriteContext
 
startToCopyFrom(String, SnapshotCopierOptions) - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotStorage
 
startToCopyFrom(String, SnapshotCopierOptions) - Method in interface com.alipay.sofa.jraft.storage.SnapshotStorage
Starts a copy job to copy data from remote uri.
State - Enum in com.alipay.sofa.jraft.core
Node state
stateChanged(PeerId, Replicator.ReplicatorStateListener.ReplicatorState) - Method in interface com.alipay.sofa.jraft.core.Replicator.ReplicatorStateListener
Called when the replicator state is changed.
StateMachine - Interface in com.alipay.sofa.jraft
|StateMachine| is the sink of all the events of a very raft node.
StateMachineAdapter - Class in com.alipay.sofa.jraft.core
State machine adapter that implements all methods with default behavior except StateMachine.onApply(com.alipay.sofa.jraft.Iterator).
StateMachineAdapter() - Constructor for class com.alipay.sofa.jraft.core.StateMachineAdapter
 
statInfo - Variable in class com.alipay.sofa.jraft.core.Replicator
 
Status - Class in com.alipay.sofa.jraft
 
Status() - Constructor for class com.alipay.sofa.jraft.Status
 
Status(Status) - Constructor for class com.alipay.sofa.jraft.Status
 
Status(RaftError, String, Object...) - Constructor for class com.alipay.sofa.jraft.Status
 
Status(int, String, Object...) - Constructor for class com.alipay.sofa.jraft.Status
 
Status(int, String) - Constructor for class com.alipay.sofa.jraft.Status
 
status() - Method in class com.alipay.sofa.jraft.storage.snapshot.remote.CopySession
 
status() - Method in interface com.alipay.sofa.jraft.storage.snapshot.remote.Session
Returns the copy job status.
stop(ThreadId) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
stop() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
Stop timer
stop() - Method in class com.alipay.sofa.jraft.util.timer.DefaultTimer
 
stop() - Method in class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
 
stop() - Method in interface com.alipay.sofa.jraft.util.timer.Timer
Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.
stopAll() - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
stopAll() - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Stop all replicators.
stopAllAndFindTheNextCandidate(ConfigurationEntry) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
stopAllAndFindTheNextCandidate(ConfigurationEntry) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Stop all the replicators except for the one that we think can be the candidate of the next leader, which has the largest `last_log_id' among peers in |current_conf|.
stopReplicator(PeerId) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
stopReplicator(PeerId) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Stop replicator for the peer.
stopTransferLeadership(ThreadId) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
stopTransferLeadership(PeerId) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
stopTransferLeadership(PeerId) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Stop transferring leadership to the given |peer|
Storage - Interface in com.alipay.sofa.jraft.storage
Common interface for storage.
StorageOptionsFactory - Class in com.alipay.sofa.jraft.util
 
SUCCESS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
SUCCESS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
SUCCESS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
SUCCESS_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
supportSignal() - Static method in class com.alipay.sofa.jraft.util.SignalHelper
 
swapOut() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
sync(boolean) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
Forces any changes made to this segment file's content to be written to the storage device containing the mapped file.
sync() - Method in class com.alipay.sofa.jraft.storage.snapshot.local.LocalSnapshotWriter
 
SynchronizedClosure - Class in com.alipay.sofa.jraft.closure
A special Closure which provides synchronization primitives.
SynchronizedClosure() - Constructor for class com.alipay.sofa.jraft.closure.SynchronizedClosure
 
SynchronizedClosure(int) - Constructor for class com.alipay.sofa.jraft.closure.SynchronizedClosure
 
SystemPropertyUtil - Class in com.alipay.sofa.jraft.util
A collection of utility methods to retrieve and parse the values of the Java system properties.

T

Task - Class in com.alipay.sofa.jraft.entity
Basic message structure of jraft, contains: data: associated task data done: task closure, called when the data is successfully committed to the raft group. expectedTerm: Reject this task if expectedTerm doesn't match the current term of this Node if the value is not -1, default is -1.
Task() - Constructor for class com.alipay.sofa.jraft.entity.Task
 
Task(ByteBuffer, Closure) - Constructor for class com.alipay.sofa.jraft.entity.Task
Creates a task with data/done.
Task(ByteBuffer, Closure, long) - Constructor for class com.alipay.sofa.jraft.entity.Task
Creates a task with data/done/expectedTerm.
task() - Method in interface com.alipay.sofa.jraft.util.timer.Timeout
Returns the TimerTask which is associated with this handle.
TaskClosure - Interface in com.alipay.sofa.jraft.closure
Closure for task applying.
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
TERM_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
terminated() - Method in class com.alipay.sofa.jraft.util.LogScheduledThreadPoolExecutor
 
terminated() - Method in class com.alipay.sofa.jraft.util.LogThreadPoolExecutor
 
threadFactory(ThreadFactory) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
threadFactory(ThreadFactory) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.ScheduledPoolBuilder
 
ThreadHelper - Class in com.alipay.sofa.jraft.util
 
ThreadHelper.Spinner - Class in com.alipay.sofa.jraft.util
 
ThreadId - Class in com.alipay.sofa.jraft.util
Replicator id with lock.
ThreadId(Object, ThreadId.OnError) - Constructor for class com.alipay.sofa.jraft.util.ThreadId
 
ThreadId.OnError - Interface in com.alipay.sofa.jraft.util
 
threadLocalCapacity() - Static method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
threadLocalCapacity() - Static method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
threadLocalCapacity() - Method in class com.alipay.sofa.jraft.util.Recyclers
 
threadLocalSize() - Static method in class com.alipay.sofa.jraft.util.ByteBufferCollector
 
threadLocalSize() - Static method in class com.alipay.sofa.jraft.util.RecyclableByteBufferList
 
threadLocalSize() - Method in class com.alipay.sofa.jraft.util.Recyclers
 
ThreadPoolMetricRegistry - Class in com.alipay.sofa.jraft.util
 
ThreadPoolMetricRegistry() - Constructor for class com.alipay.sofa.jraft.util.ThreadPoolMetricRegistry
 
ThreadPoolMetricSet - Class in com.alipay.sofa.jraft.util
Thread pool metric set including pool-size, queued, active, completed etc.
ThreadPoolMetricSet(ThreadPoolExecutor) - Constructor for class com.alipay.sofa.jraft.util.ThreadPoolMetricSet
 
ThreadPoolMetricsSignalHandler - Class in com.alipay.sofa.jraft
 
ThreadPoolMetricsSignalHandler() - Constructor for class com.alipay.sofa.jraft.ThreadPoolMetricsSignalHandler
 
ThreadPoolsFactory - Class in com.alipay.sofa.jraft.util
ThreadPool based on Raft-Group isolation
ThreadPoolsFactory() - Constructor for class com.alipay.sofa.jraft.util.ThreadPoolsFactory
 
ThreadPoolUtil - Class in com.alipay.sofa.jraft.util
 
ThreadPoolUtil.PoolBuilder - Class in com.alipay.sofa.jraft.util
 
ThreadPoolUtil.ScheduledPoolBuilder - Class in com.alipay.sofa.jraft.util
 
throttledByThroughput(long) - Method in class com.alipay.sofa.jraft.storage.snapshot.ThroughputSnapshotThrottle
 
throttledByThroughput(long) - Method in interface com.alipay.sofa.jraft.storage.SnapshotThrottle
Get available throughput in bytes after throttled Must be thread-safe
ThroughputSnapshotThrottle - Class in com.alipay.sofa.jraft.storage.snapshot
SnapshotThrottle with throughput threshold used in installSnapshot.
ThroughputSnapshotThrottle(long, long) - Constructor for class com.alipay.sofa.jraft.storage.snapshot.ThroughputSnapshotThrottle
 
throwException(Throwable) - Static method in class com.alipay.sofa.jraft.util.internal.ThrowUtil
Raises an exception bypassing compiler checks for checked exceptions.
throwException(Throwable) - Static method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil
 
throwException(Throwable) - Method in class com.alipay.sofa.jraft.util.internal.UnsafeUtil.UnsafeAccessor
 
ThrowUtil - Class in com.alipay.sofa.jraft.util.internal
Throwing tool.
Timeout - Interface in com.alipay.sofa.jraft.util.timer
A handle associated with a TimerTask that is returned by a Timer.
timeoutNow(Endpoint, RpcRequests.TimeoutNowRequest, int, RpcResponseClosure<RpcRequests.TimeoutNowResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.core.DefaultRaftClientService
 
timeoutNow(Endpoint, RpcRequests.TimeoutNowRequest, int, RpcResponseClosure<RpcRequests.TimeoutNowResponse>) - Method in interface com.alipay.sofa.jraft.rpc.RaftClientService
Send a timeout-now request and handle the response with done.
TimeoutNowRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.core
TimeoutNow request processor.
TimeoutNowRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.core.TimeoutNowRequestProcessor
 
timer() - Method in interface com.alipay.sofa.jraft.util.timer.Timeout
Returns the Timer that created this handle.
Timer - Interface in com.alipay.sofa.jraft.util.timer
Schedules TimerTasks for one-time future execution in a background thread.
TIMER_FACTORY - Static variable in class com.alipay.sofa.jraft.core.NodeImpl
 
TimerManager - Class in com.alipay.sofa.jraft.core
The global timer manager.
TimerManager(int) - Constructor for class com.alipay.sofa.jraft.core.TimerManager
 
TimerManager(int, String) - Constructor for class com.alipay.sofa.jraft.core.TimerManager
 
TimerTask - Interface in com.alipay.sofa.jraft.util.timer
A task which is executed after the delay specified with Timer#newTimeout(TimerTask, long, TimeUnit).
timerThreadLocal() - Static method in class com.alipay.sofa.jraft.util.ThreadPoolMetricRegistry
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
toBuilder() - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
toBuilder() - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
toHex(byte[]) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
Dump byte array into a hex string.
toString() - Method in class com.alipay.sofa.jraft.conf.Configuration
 
toString() - Method in class com.alipay.sofa.jraft.conf.ConfigurationEntry
 
toString() - Method in class com.alipay.sofa.jraft.core.FSMCallerImpl
 
toString() - Method in class com.alipay.sofa.jraft.core.IteratorImpl
 
toString() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
toString() - Method in class com.alipay.sofa.jraft.core.Replicator
 
toString() - Method in class com.alipay.sofa.jraft.entity.LeaderChangeContext
 
toString() - Method in class com.alipay.sofa.jraft.entity.LogEntry
 
toString() - Method in class com.alipay.sofa.jraft.entity.LogId
 
toString() - Method in class com.alipay.sofa.jraft.entity.NodeId
 
toString() - Method in class com.alipay.sofa.jraft.entity.PeerId
 
toString() - Method in class com.alipay.sofa.jraft.entity.UserLog
 
toString() - Method in class com.alipay.sofa.jraft.error.RaftException
 
toString() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
toString() - Method in class com.alipay.sofa.jraft.option.RaftOptions
 
toString() - Method in class com.alipay.sofa.jraft.option.ReplicatorGroupOptions
 
toString() - Method in class com.alipay.sofa.jraft.option.ReplicatorOptions
 
toString() - Method in class com.alipay.sofa.jraft.option.RpcOptions
 
toString() - Method in class com.alipay.sofa.jraft.RouteTable
 
toString() - Method in class com.alipay.sofa.jraft.Status
 
toString() - Method in class com.alipay.sofa.jraft.storage.impl.LocalRaftMetaStorage
 
toString() - Method in class com.alipay.sofa.jraft.storage.log.CheckpointFile.Checkpoint
 
toString() - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
 
toString() - Method in class com.alipay.sofa.jraft.util.Bytes
 
toString() - Method in class com.alipay.sofa.jraft.util.DebugStatistics
 
toString() - Method in enum com.alipay.sofa.jraft.util.DirectExecutor
 
toString() - Method in class com.alipay.sofa.jraft.util.Endpoint
 
toString() - Method in class com.alipay.sofa.jraft.util.JRaftServiceLoader
Returns a string describing this service.
toString() - Method in class com.alipay.sofa.jraft.util.RepeatedTimer
 
toString() - Method in class com.alipay.sofa.jraft.util.SegmentList
 
toString() - Method in class com.alipay.sofa.jraft.util.ThreadId
 
touch() - Method in class com.alipay.sofa.jraft.storage.log.AbortFile
 
transferLeader(String, Configuration, PeerId) - Method in interface com.alipay.sofa.jraft.CliService
Transfer the leader of the replication group to the target peer
transferLeader(String, Configuration, PeerId) - Method in class com.alipay.sofa.jraft.core.CliServiceImpl
 
transferLeader(Endpoint, CliRequests.TransferLeaderRequest, RpcResponseClosure<RpcRequests.ErrorResponse>) - Method in interface com.alipay.sofa.jraft.rpc.CliClientService
Transfer leadership to other peer.
transferLeader(Endpoint, CliRequests.TransferLeaderRequest, RpcResponseClosure<RpcRequests.ErrorResponse>) - Method in class com.alipay.sofa.jraft.rpc.impl.cli.CliClientServiceImpl
 
TransferLeaderRequestProcessor - Class in com.alipay.sofa.jraft.rpc.impl.cli
Transfer Leader processor.
TransferLeaderRequestProcessor(Executor) - Constructor for class com.alipay.sofa.jraft.rpc.impl.cli.TransferLeaderRequestProcessor
 
transferLeadership(ThreadId, long) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
transferLeadershipTo(PeerId) - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
transferLeadershipTo(PeerId, long) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
transferLeadershipTo(PeerId) - Method in interface com.alipay.sofa.jraft.Node
Try transferring leadership to |peer|.
transferLeadershipTo(PeerId, long) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Transfer leadership to the given |peer|
truncatePrefix(long) - Method in class com.alipay.sofa.jraft.conf.ConfigurationManager
[1, first_index_kept) are being discarded
truncatePrefix(long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
truncatePrefix(long) - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Delete logs from storage's head, [first_log_index, first_index_kept) will be discarded.
truncateSuffix(long) - Method in class com.alipay.sofa.jraft.conf.ConfigurationManager
(last_index_kept, infinity) are being discarded
truncateSuffix(long) - Method in class com.alipay.sofa.jraft.storage.impl.RocksDBLogStorage
 
truncateSuffix(int, long, boolean) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
Truncate data from wrotePos(inclusive) to the file end and set lastLogIndex=logIndex.
truncateSuffix(long) - Method in interface com.alipay.sofa.jraft.storage.LogStorage
Delete uncommitted logs from storage's tail, (last_index_kept, last_log_index] will be discarded.
tryAcquire() - Method in class com.alipay.sofa.jraft.util.concurrent.AdjustableSemaphore
Acquires a permit from this semaphore, only if one is available at the time of invocation.
tryAcquire(int) - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
tryLock() - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
tryLock(long, TimeUnit) - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
tryRelease(int) - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
TYPE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
TYPE_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 

U

UnfoundPeerId(PeerId, int, boolean) - Constructor for class com.alipay.sofa.jraft.entity.Ballot.UnfoundPeerId
 
unlock() - Method in class com.alipay.sofa.jraft.util.NonReentrantLock
 
unlock() - Method in class com.alipay.sofa.jraft.util.ThreadId
 
unlockAndDestroy() - Method in class com.alipay.sofa.jraft.util.ThreadId
 
unmap(MappedByteBuffer) - Static method in class com.alipay.sofa.jraft.util.Utils
Unmap mappedByteBuffer See https://stackoverflow.com/questions/2972986/how-to-unmap-a-file-from-memory-mapped-using-filechannel-in-java
unsafeDecode(byte[], int, int) - Static method in class com.alipay.sofa.jraft.util.AsciiStringUtil
 
unsafeDecode(byte[]) - Static method in class com.alipay.sofa.jraft.util.AsciiStringUtil
 
unsafeDecode(ByteString) - Static method in class com.alipay.sofa.jraft.util.AsciiStringUtil
 
unsafeEncode(CharSequence) - Static method in class com.alipay.sofa.jraft.util.AsciiStringUtil
 
UnsafeUtf8Util - Class in com.alipay.sofa.jraft.util.internal
UnsafeUtil - Class in com.alipay.sofa.jraft.util.internal
For the Unsafe access.
UnsafeUtil.UnsafeAccessor - Class in com.alipay.sofa.jraft.util.internal
 
update(int) - Method in class com.alipay.sofa.jraft.util.CRC64
 
update(byte) - Method in class com.alipay.sofa.jraft.util.CRC64
 
update(byte[], int, int) - Method in class com.alipay.sofa.jraft.util.CRC64
 
update(byte[]) - Method in class com.alipay.sofa.jraft.util.CRC64
 
updateConfiguration(String, Configuration) - Method in class com.alipay.sofa.jraft.RouteTable
Update configuration of group in route table.
updateConfiguration(String, String) - Method in class com.alipay.sofa.jraft.RouteTable
Update configuration of group in route table.
updateConfigurationAfterInstallingSnapshot() - Method in class com.alipay.sofa.jraft.core.NodeImpl
 
updateLeader(String, PeerId) - Method in class com.alipay.sofa.jraft.RouteTable
Update leader info.
updateLeader(String, String) - Method in class com.alipay.sofa.jraft.RouteTable
Update leader info.
Updaters - Class in com.alipay.sofa.jraft.util.internal
Sometime instead of reflection, better performance.
Updaters() - Constructor for class com.alipay.sofa.jraft.util.internal.Updaters
 
URI_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
USE_MPSC_SINGLE_THREAD_EXECUTOR - Static variable in class com.alipay.sofa.jraft.util.Utils
Whether use MpscSingleThreadExecutor, true by default.
USER_META_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
UserLog - Class in com.alipay.sofa.jraft.entity
User log entry.
UserLog(long, ByteBuffer) - Constructor for class com.alipay.sofa.jraft.entity.UserLog
 
Utils - Class in com.alipay.sofa.jraft.util
Helper methods for jraft.
Utils() - Constructor for class com.alipay.sofa.jraft.util.Utils
 

V

V1Decoder - Class in com.alipay.sofa.jraft.entity.codec.v1
Deprecated.
V1Encoder - Class in com.alipay.sofa.jraft.entity.codec.v1
Deprecated.
V2Decoder - Class in com.alipay.sofa.jraft.entity.codec.v2
V2 log entry decoder based on protobuf, see src/main/resources/log.proto
V2Encoder - Class in com.alipay.sofa.jraft.entity.codec.v2
V2 log entry encoder based on protobuf, see src/main/resources/log.proto
validate() - Method in class com.alipay.sofa.jraft.option.NodeOptions
 
valueOf(String) - Static method in enum com.alipay.sofa.jraft.core.Replicator.ReplicatorStateListener.ReplicatorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alipay.sofa.jraft.core.Replicator.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alipay.sofa.jraft.core.ReplicatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alipay.sofa.jraft.core.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
 
valueOf(String) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
 
valueOf(String) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
 
valueOf(String) - Static method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
 
valueOf(String) - Static method in enum com.alipay.sofa.jraft.error.RaftError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alipay.sofa.jraft.option.ApplyTaskMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alipay.sofa.jraft.option.ReadOnlyOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alipay.sofa.jraft.util.concurrent.LongHeldDetectingReadWriteLock.AcquireMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alipay.sofa.jraft.util.DirectExecutor
Returns the enum constant of this type with the specified name.
valueOfWithDefault(EnumOutter.ReadOnlyType, ReadOnlyOption) - Static method in enum com.alipay.sofa.jraft.option.ReadOnlyOption
 
values() - Static method in enum com.alipay.sofa.jraft.core.Replicator.ReplicatorStateListener.ReplicatorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.core.Replicator.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.core.ReplicatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.core.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.EntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.entity.EnumOutter.ReadOnlyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.entity.LocalFileMetaOutter.FileSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.error.RaftError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.option.ApplyTaskMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.option.ReadOnlyOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.util.concurrent.LongHeldDetectingReadWriteLock.AcquireMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alipay.sofa.jraft.util.DirectExecutor
Returns an array containing the constants of this enum type, in the order they are declared.
verifyGroupId(String) - Static method in class com.alipay.sofa.jraft.util.Utils
 
VERSION - Static variable in class com.alipay.sofa.jraft.entity.codec.v2.LogEntryV2CodecFactory
 
VOTEDFOR_FIELD_NUMBER - Static variable in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 

W

wait(long, LogManager.NewLogCallback, Object) - Method in class com.alipay.sofa.jraft.storage.impl.LogManagerImpl
 
wait(long, LogManager.NewLogCallback, Object) - Method in interface com.alipay.sofa.jraft.storage.LogManager
Wait until there are more logs since |last_log_index| and |on_new_log| would be called after there are new logs or error occurs, return the waiter id.
waitCaughtUp(String, PeerId, long, long, CatchUpClosure) - Method in class com.alipay.sofa.jraft.core.ReplicatorGroupImpl
 
waitCaughtUp(String, PeerId, long, long, CatchUpClosure) - Method in interface com.alipay.sofa.jraft.ReplicatorGroup
Wait the peer catchup.
waitForCaughtUp(String, ThreadId, long, long, CatchUpClosure) - Static method in class com.alipay.sofa.jraft.core.Replicator
 
withClock(Clock) - Method in class com.alipay.sofa.jraft.util.MetricReporter.Builder
Use the given Clock instance for the time.
withLockObject(T) - Static method in class com.alipay.sofa.jraft.util.Utils
 
WORKER_STATE_INIT - Static variable in class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
 
WORKER_STATE_SHUTDOWN - Static variable in class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
 
WORKER_STATE_STARTED - Static variable in class com.alipay.sofa.jraft.util.timer.HashedWheelTimer
 
workQueue(BlockingQueue<Runnable>) - Method in class com.alipay.sofa.jraft.util.ThreadPoolUtil.PoolBuilder
 
wrap(byte[]) - Static method in class com.alipay.sofa.jraft.util.Bytes
 
wrap(byte[]) - Static method in class com.google.protobuf.ZeroByteStringHelper
Wrap a byte array into a ByteString.
wrap(byte[], int, int) - Static method in class com.google.protobuf.ZeroByteStringHelper
Wrap a byte array into a ByteString.
wrap(ByteBuffer) - Static method in class com.google.protobuf.ZeroByteStringHelper
Wrap a byte buffer into a ByteString.
write(long, byte[], RocksDBLogStorage.WriteContext) - Method in class com.alipay.sofa.jraft.storage.log.SegmentFile
Write the data and return it's wrote position.
write(byte) - Method in class com.google.protobuf.BytesCarrier
 
write(byte[], int, int) - Method in class com.google.protobuf.BytesCarrier
 
write(ByteBuffer) - Method in class com.google.protobuf.BytesCarrier
 
writeLazy(byte[], int, int) - Method in class com.google.protobuf.BytesCarrier
 
writeLazy(ByteBuffer) - Method in class com.google.protobuf.BytesCarrier
 
writeLock - Variable in class com.alipay.sofa.jraft.core.NodeImpl
 
writeLock() - Method in class com.alipay.sofa.jraft.util.concurrent.LongHeldDetectingReadWriteLock
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.codec.v2.LogOutter.PBLogEntry
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.LocalFileMetaOutter.LocalFileMeta
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.ConfigurationPBMeta
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta.File
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LocalSnapshotPbMeta
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.LogPBMeta
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.LocalStorageOutter.StablePBMeta
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.EntryMeta
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.entity.RaftOutter.SnapshotMeta
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddLearnersRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.AddPeerResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ChangePeersResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetLeaderResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.GetPeersResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.LearnersOpResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemoveLearnersRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.RemovePeerResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetLearnersRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.ResetPeerRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.SnapshotRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.CliRequests.TransferLeaderRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesRequestHeader
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.AppendEntriesResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ErrorResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.GetFileResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.InstallSnapshotResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.PingRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.ReadIndexResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.RequestVoteResponse
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowRequest
 
writeTo(CodedOutputStream) - Method in class com.alipay.sofa.jraft.rpc.RpcRequests.TimeoutNowResponse
 
writeUtf8(String) - Static method in class com.alipay.sofa.jraft.util.BytesUtil
This method has better performance than String#getBytes(Charset), See the benchmark class: Utf8Benchmark for details.

Z

ZeroByteStringHelper - Class in com.google.protobuf
Byte string and byte buffer converter
ZeroByteStringHelper() - Constructor for class com.google.protobuf.ZeroByteStringHelper
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2024. All rights reserved.