- send(int, byte[]) - Method in class eu.europeana.cloud.service.mcs.kafka.ProducerWrapper
-
Sends message to Kafka broker.
- ServiceExceptionTranslator - Class in eu.europeana.cloud.service.mcs.persistent.aspects
-
Aspect that translates every runtime exception thrown in services into
SystemException that indicates any
problem with another server (Cassandra, Swift, Solr).
- ServiceExceptionTranslator() - Constructor for class eu.europeana.cloud.service.mcs.persistent.aspects.ServiceExceptionTranslator
-
- setBlobStores(List<BlobStore>) - Method in interface eu.europeana.cloud.service.mcs.persistent.swift.DBlobStore
-
List of BlobStore.
- setBlobStores(List<BlobStore>) - Method in class eu.europeana.cloud.service.mcs.persistent.swift.DynamicBlobStore
-
Set list of BlobStore.
- setBlobStores() - Method in class eu.europeana.cloud.service.mcs.persistent.swift.DynamicSwiftConnectionProvider
-
- SimpleSwiftConnectionProvider - Class in eu.europeana.cloud.service.mcs.persistent.swift
-
Manage connection for Openstack Swift using jClouds library.
- SimpleSwiftConnectionProvider(String, String, String, String, String) - Constructor for class eu.europeana.cloud.service.mcs.persistent.swift.SimpleSwiftConnectionProvider
-
Class constructor.
- SolrDocumentNotFoundException - Exception in eu.europeana.cloud.service.mcs.persistent.exception
-
Exception to be thrown if there where no documents in the Solr index matching requested query.
- SolrDocumentNotFoundException(String) - Constructor for exception eu.europeana.cloud.service.mcs.persistent.exception.SolrDocumentNotFoundException
-
Constructs a SolrDocumentNotFoundException with the specified Solr query.
- SolrRepresentationIndexer - Class in eu.europeana.cloud.service.mcs.persistent
-
Receives information about modifications in record representations and their
data set assignments and sends them to index.
- SolrRepresentationIndexer() - Constructor for class eu.europeana.cloud.service.mcs.persistent.SolrRepresentationIndexer
-
- SwiftConnectionException - Exception in eu.europeana.cloud.service.mcs.persistent.exception
-
Exception to be thrown if there are problem with connection to Open Stack
Swift Proxies.
- SwiftConnectionException() - Constructor for exception eu.europeana.cloud.service.mcs.persistent.exception.SwiftConnectionException
-
Constructs a SwiftConnectionException.
- SwiftConnectionProvider - Interface in eu.europeana.cloud.service.mcs.persistent.swift
-
Manage connection for Openstack Swift endpoints using jClouds library.
- SwiftContentDAO - Class in eu.europeana.cloud.service.mcs.persistent.swift
-
Provides DAO operations for Openstack Swift.
- SwiftContentDAO() - Constructor for class eu.europeana.cloud.service.mcs.persistent.swift.SwiftContentDAO
-
- switchInstance() - Method in interface eu.europeana.cloud.service.mcs.persistent.swift.DBlobStore
-
Switch cycle between BlobStore.
- switchInstance() - Method in class eu.europeana.cloud.service.mcs.persistent.swift.DynamicBlobStore
-
Switch cycle between BlobStore.
- SystemException - Exception in eu.europeana.cloud.service.mcs.persistent.exception
-
Exception that might be thrown by any service implementing persistent MCS service, indicating some problem with
external system (e.g.
- SystemException() - Constructor for exception eu.europeana.cloud.service.mcs.persistent.exception.SystemException
-
Constructs a SystemException with no specified detail message.
- SystemException(Throwable) - Constructor for exception eu.europeana.cloud.service.mcs.persistent.exception.SystemException
-
Constructs a SystemException with the specified Throwable.
- SystemException(String) - Constructor for exception eu.europeana.cloud.service.mcs.persistent.exception.SystemException
-
Constructs a SystemException with the specified detail message.
- SystemException(String, Throwable) - Constructor for exception eu.europeana.cloud.service.mcs.persistent.exception.SystemException
-
Constructs a SystemException with the specified detail message.