Class RelationalKeyspaceProvider.RelationalSystemDomainPath
java.lang.Object
com.apple.foundationdb.record.provider.foundationdb.keyspace.KeySpacePathWrapper
com.apple.foundationdb.relational.recordlayer.RelationalKeyspaceProvider.RelationalDomainPath
com.apple.foundationdb.relational.recordlayer.RelationalKeyspaceProvider.RelationalSystemDomainPath
- All Implemented Interfaces:
KeySpacePath
- Enclosing class:
- RelationalKeyspaceProvider
public static class RelationalKeyspaceProvider.RelationalSystemDomainPath
extends RelationalKeyspaceProvider.RelationalDomainPath
-
Field Summary
Fields inherited from class com.apple.foundationdb.record.provider.foundationdb.keyspace.KeySpacePathWrapper
inner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.apple.foundationdb.relational.recordlayer.RelationalKeyspaceProvider.RelationalDomainPath
generateScopeAsync, internedStrings
Methods inherited from class com.apple.foundationdb.record.provider.foundationdb.keyspace.KeySpacePathWrapper
add, add, deleteAllDataAsync, equals, flatten, getDirectory, getDirectoryName, getParent, getRemainder, getStoredValue, getValue, hasDataAsync, hashCode, hasStoredValue, listAsync, listSubdirectoryAsync, resolveAsync, toResolvedPathAsync, toString, toString, toTupleAsync
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.apple.foundationdb.record.provider.foundationdb.keyspace.KeySpacePath
deleteAllData, hasData, list, list, list, listAsync, listSubdirectory, listSubdirectory, listSubdirectory, listSubdirectory, listSubdirectoryAsync, size, toResolvedPath, toSubspace, toSubspaceAsync, toTuple
-
Constructor Details
-
RelationalSystemDomainPath
-
-
Method Details
-
getDomainName
- Overrides:
getDomainName
in classRelationalKeyspaceProvider.RelationalDomainPath
-
database
@Nonnull public RelationalKeyspaceProvider.RelationalSystemDatabasePath database(@Nonnull String dbName) - Overrides:
database
in classRelationalKeyspaceProvider.RelationalDomainPath
-