| Package | Description |
|---|---|
| com.alipay.sofa.jraft.core | |
| com.alipay.sofa.jraft.option |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJRaftServiceFactory
The default factory for JRaft services.
|
| Modifier and Type | Method and Description |
|---|---|
JRaftServiceFactory |
NodeImpl.getServiceFactory()
Returns the JRaft service factory for current node.
|
| Modifier and Type | Field and Description |
|---|---|
static JRaftServiceFactory |
BootstrapOptions.defaultServiceFactory |
static JRaftServiceFactory |
NodeOptions.defaultServiceFactory |
| Modifier and Type | Method and Description |
|---|---|
JRaftServiceFactory |
BootstrapOptions.getServiceFactory() |
JRaftServiceFactory |
NodeOptions.getServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapOptions.setServiceFactory(JRaftServiceFactory serviceFactory) |
void |
NodeOptions.setServiceFactory(JRaftServiceFactory serviceFactory) |
Copyright © 2024. All rights reserved.