Package org.nuxeo.importer.stream
Class StreamImporters
- java.lang.Object
-
- org.nuxeo.importer.stream.StreamImporters
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CODECstatic StringDEFAULT_LOG_BLOB_INFO_NAMEstatic StringDEFAULT_LOG_BLOB_NAMEstatic StringDEFAULT_LOG_CONFIGstatic StringDEFAULT_LOG_DOC_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Codec<BlobMessage>getBlobCodec()static Codec<BlobInfoMessage>getBlobInfoCodec()static Codec<DocumentMessage>getDocCodec()
-
-
-
Field Detail
-
DEFAULT_CODEC
public static final String DEFAULT_CODEC
- See Also:
- Constant Field Values
-
DEFAULT_LOG_CONFIG
public static final String DEFAULT_LOG_CONFIG
- See Also:
- Constant Field Values
-
DEFAULT_LOG_BLOB_NAME
public static final String DEFAULT_LOG_BLOB_NAME
- See Also:
- Constant Field Values
-
DEFAULT_LOG_BLOB_INFO_NAME
public static final String DEFAULT_LOG_BLOB_INFO_NAME
- See Also:
- Constant Field Values
-
DEFAULT_LOG_DOC_NAME
public static final String DEFAULT_LOG_DOC_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBlobCodec
public static Codec<BlobMessage> getBlobCodec()
-
getBlobInfoCodec
public static Codec<BlobInfoMessage> getBlobInfoCodec()
-
getDocCodec
public static Codec<DocumentMessage> getDocCodec()
-
-