org.apache.samza.storage (samza-api 1.9.0-SNAPSHOT API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Tree Deprecated Index Help Prev Package Next Package Frames No Frames All Classes Package org.apache.samza.storage Interface Summary  Interface Description BlobStoreAdminFactory Factory to create instance of StateBackendAdmins that needs to be implemented for every state backend SideInputsProcessor The processing logic for store side inputs. SideInputsProcessorFactory A factory to build SideInputsProcessors. StateBackendAdmin Admin responsible for loading any resources related to state backend StateBackendFactory Factory to build the Samza TaskBackupManager, TaskRestoreManager and StateBackendAdmin for a particular state storage backend, which are used to durably backup the Samza task state. StorageEngine A storage engine for managing state maintained by a stream processor. StorageEngineFactory<K,V> An object provided by the storage engine implementation to create instances of the given storage engine type. TaskBackupManager TaskBackupManager is the interface that must be implemented for any remote system that Samza persists its state to during the task commit operation. TaskRestoreManager The helper interface restores task state. Class Summary  Class Description KafkaChangelogRestoreParams Provides the required for Kafka Changelog restore managers StoreProperties Immutable class that defines the properties of a Store StoreProperties.StorePropertiesBuilder   Enum Summary  Enum Description StorageEngineFactory.StoreMode Enum to describe different modes a StorageEngine can be created in. Skip navigation links Overview Package Class Tree Deprecated Index Help Prev Package Next Package Frames No Frames All Classes