Interface ODocumentFieldOTypeHandlingStrategy
- All Known Implementing Classes:
ODocumentSingleRecordBytesOTypeHandlingStrategy,ODocumentSplitRecordBytesOTypeHandlingStrategy
public interface ODocumentFieldOTypeHandlingStrategy
Strategy handling how to store and retrieve data in documents.
- Author:
- diegomtassis Diego Martin Tassis
-
Method Summary
-
Method Details
-
store
Stores an object in a document- Parameters:
iRecord-fieldName-fieldValue-
-
load
Retrieves a field from a document- Parameters:
iRecord-fieldName-suggestedFieldType- ignored if the type is set in the schema- Returns:
- field value
-
getOType
OType getOType()- Returns:
OTypehandled by the strategy.
-