Uses of Class
org.apache.jackrabbit.oak.segment.standby.server.StandbyServerSync.Builder
Packages that use StandbyServerSync.Builder
-
Uses of StandbyServerSync.Builder in org.apache.jackrabbit.oak.segment.standby.server
Methods in org.apache.jackrabbit.oak.segment.standby.server that return StandbyServerSync.BuilderModifier and TypeMethodDescriptionstatic StandbyServerSync.Builder
StandbyServerSync.builder()
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)