Interface ServerBuilder
public interface ServerBuilder
Interface for configuring and creating a Stardog server.
- Since:
- 2.0
- Version:
- 2.0
- Author:
- Michael Grove
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbind(SocketAddress theAddress) Create the server which will bind to the specified address.<V> ServerBuilderSet the specified server configuration optionSet all the configuration options on the builder.
-
Method Details
-
setAll
Set all the configuration options on the builder.- Parameters:
theOptions- the options to set- Returns:
- this builder
-
set
Set the specified server configuration option- Parameters:
theOption- the optiontheValue- the option value- Returns:
- this builder
-
bind
Create the server which will bind to the specified address.- Parameters:
theAddress- the address the server should bind to- Returns:
- the server
-