public class KeyspaceDto extends Object
| Constructor and Description |
|---|
KeyspaceDto(Keyspace keyspace,
AuthorizationService authorizationService,
AuthenticationSubject authenticationSubject) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getDcs() |
String |
getName() |
Map<String,Object> |
getTable(graphql.schema.DataFetchingEnvironment environment) |
List<Map<String,Object>> |
getTables() |
Map<String,Object> |
getType(graphql.schema.DataFetchingEnvironment environment) |
List<Map<String,Object>> |
getTypes() |
public KeyspaceDto(Keyspace keyspace, AuthorizationService authorizationService, AuthenticationSubject authenticationSubject)
public String getName()
Copyright © 2023. All rights reserved.