public class KeyspaceTableNamePair extends Object
| Constructor and Description |
|---|
KeyspaceTableNamePair(CqlIdentifier keyspace,
CqlIdentifier tableName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CqlIdentifier |
getKeyspace() |
CqlIdentifier |
getTableName() |
int |
hashCode() |
String |
toString() |
public KeyspaceTableNamePair(@NonNull
CqlIdentifier keyspace,
@NonNull
CqlIdentifier tableName)
@NonNull public CqlIdentifier getKeyspace()
@NonNull public CqlIdentifier getTableName()
Copyright © 2017–2025. All rights reserved.