Interface SchemaInfo

  • All Known Implementing Classes:
    CassandraSchemaInfo

    public interface SchemaInfo
    Provides schema information for bulk write operations.

    This interface does NOT extend Serializable. SchemaInfo instances are never serialized. For broadcast to executors, BroadcastableSchemaInfo is used instead, and executors reconstruct SchemaInfo instances (specifically CassandraSchemaInfo) from the broadcast data.

    • Method Detail

      • getUserDefinedTypeStatements

        @NotNull
        java.util.Set<java.lang.String> getUserDefinedTypeStatements()