Package com.exasol.bucketfs.jsonrpc
Class CommandFactory
- java.lang.Object
-
- com.exasol.bucketfs.jsonrpc.CommandFactory
-
public class CommandFactory extends Object
Create commands that can be executed against the Exasol RPC interface. Create new instances by creating a builder usingbuilder().The following fields are required:
CommandFactory.Builder.serverUrl(String)- One of the two authentication methods:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandFactory.BuilderBuilder for aCommandFactory.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommandFactory.Builderbuilder()Create a new builder forCommandFactory.CreateBucketCommand.CreateBucketCommandBuildermakeCreateBucketCommand()Create a new builder forCreateBucketCommand.
-
-
-
Method Detail
-
makeCreateBucketCommand
public CreateBucketCommand.CreateBucketCommandBuilder makeCreateBucketCommand()
Create a new builder forCreateBucketCommand.- Returns:
- a new builder for
CreateBucketCommand
-
builder
public static CommandFactory.Builder builder()
Create a new builder forCommandFactory.- Returns:
- a new builder for
CommandFactory
-
-