Class StandbyServerSync.Builder
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.standby.server.StandbyServerSync.Builder
-
- Enclosing class:
- StandbyServerSync
public static class StandbyServerSync.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandbyServerSync
build()
StandbyServerSync.Builder
withAllowedClientIPRanges(String[] allowedClientIPRanges)
StandbyServerSync.Builder
withBlobChunkSize(int blobChunkSize)
StandbyServerSync.Builder
withFileStore(FileStore fileStore)
StandbyServerSync.Builder
withPort(int port)
StandbyServerSync.Builder
withSecureConnection(boolean secure)
StandbyServerSync.Builder
withSSLChainFile(String sslChainFile)
StandbyServerSync.Builder
withSSLClientValidation(boolean sslValidateClient)
StandbyServerSync.Builder
withSSLKeyFile(String sslKeyFile)
StandbyServerSync.Builder
withSSLKeyPassword(String sslKeyPassword)
StandbyServerSync.Builder
withSSLSubjectPattern(String sslSubjectPattern)
-
-
-
Method Detail
-
withPort
public StandbyServerSync.Builder withPort(int port)
-
withFileStore
public StandbyServerSync.Builder withFileStore(FileStore fileStore)
-
withBlobChunkSize
public StandbyServerSync.Builder withBlobChunkSize(int blobChunkSize)
-
withSecureConnection
public StandbyServerSync.Builder withSecureConnection(boolean secure)
-
withAllowedClientIPRanges
public StandbyServerSync.Builder withAllowedClientIPRanges(String[] allowedClientIPRanges)
-
withSSLKeyFile
public StandbyServerSync.Builder withSSLKeyFile(String sslKeyFile)
-
withSSLKeyPassword
public StandbyServerSync.Builder withSSLKeyPassword(String sslKeyPassword)
-
withSSLChainFile
public StandbyServerSync.Builder withSSLChainFile(String sslChainFile)
-
withSSLClientValidation
public StandbyServerSync.Builder withSSLClientValidation(boolean sslValidateClient)
-
withSSLSubjectPattern
public StandbyServerSync.Builder withSSLSubjectPattern(String sslSubjectPattern)
-
build
public StandbyServerSync build()
-
-