@Deprecated public interface ContentStoreClient
ContentPointer
streams stored via the client can then be accessed by id
from other code without having to load the entire stream into memory.
Generally speaking the ContentStoreClient is used via the helper methods on the IngestClient
interface.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NAMESPACE
Deprecated.
|
static String |
GET_EXTERNAL_URI
Deprecated.
Used for control channel in HA/FT solutions.
|
static String |
OK_STORE_RESPONSE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String id)
Deprecated.
True if the content store has a stream for this id.
|
void |
delete(String id)
Deprecated.
Delete a record by id from the content store.
|
void |
deleteAll()
Deprecated.
Delete all content in the content store.
|
long |
getTotalRecords()
Deprecated.
Get the total number of records in the content store.
|
ContentPointer |
retrieve(String id)
Deprecated.
Retrieve a ContentPointer in the ContentStore.
|
void |
setNamespace(String namespace)
Deprecated.
Sets the namespace all ids will be stored in.
|
ContentPointer |
store(String id,
InputStreamBuilder input)
Deprecated.
Store a ContentPointer in the ContentStore.
|
static final String GET_EXTERNAL_URI
static final String OK_STORE_RESPONSE
static final String DEFAULT_NAMESPACE
void setNamespace(String namespace)
namespace
- ContentPointer store(String id, InputStreamBuilder input) throws AttivioException
AttivioException
ContentPointer retrieve(String id) throws AttivioException
Retrieve a ContentPointer in the ContentStore.
id
- id
is not in the store.AttivioException
void delete(String id) throws AttivioException
AttivioException
void deleteAll() throws AttivioException
AttivioException
long getTotalRecords() throws AttivioException
AttivioException
boolean contains(String id) throws AttivioException
AttivioException
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.