public class DseProgrammaticArguments extends Object
This is mostly for internal use, you only need to deal with this directly if you write custom
DseSessionBuilder subclasses.
| Modifier and Type | Class and Description |
|---|---|
static class |
DseProgrammaticArguments.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DseProgrammaticArguments.Builder |
builder() |
String |
getStartupApplicationName() |
String |
getStartupApplicationVersion() |
UUID |
getStartupClientId() |
@NonNull public static DseProgrammaticArguments.Builder builder()
@Nullable public UUID getStartupClientId()
@Nullable public String getStartupApplicationName()
@Nullable public String getStartupApplicationVersion()
Copyright © 2017–2019. All rights reserved.