Interface PhoenixRemoteStorage

  • All Superinterfaces:
    java.util.function.Supplier<com.c12e.cortex.phoenix.ObjectStorageConfig>
    All Known Implementing Classes:
    RemoteStorageEnvLocator

    public interface PhoenixRemoteStorage
    extends java.util.function.Supplier<com.c12e.cortex.phoenix.ObjectStorageConfig>
    Interface storing and providing remote storage configuration objects for Cortex.
    • Method Detail

      • profileDeltaTablePath

        default java.lang.String profileDeltaTablePath​(java.lang.String project,
                                                       java.lang.String schemaName)
      • sourceDeltaPath

        default java.lang.String sourceDeltaPath​(java.lang.String project,
                                                 java.lang.String sourceName)
      • getPhoenixProfileConnection

        com.c12e.cortex.phoenix.Connection getPhoenixProfileConnection​(java.lang.String project)
      • getPhoenixManagedContentConnection

        com.c12e.cortex.phoenix.Connection getPhoenixManagedContentConnection()
      • getPhoenixAmpConnection

        com.c12e.cortex.phoenix.Connection getPhoenixAmpConnection()