Uses of Class
org.nuxeo.ecm.core.bulk.message.DataBucket
-
Packages that use DataBucket Package Description org.nuxeo.ecm.core.bulk org.nuxeo.ecm.core.bulk.action.computation org.nuxeo.elasticsearch.bulk -
-
Uses of DataBucket in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk that return types with arguments of type DataBucket Modifier and Type Method Description static Codec<DataBucket>BulkCodecs. getDataBucketCodec() -
Uses of DataBucket in org.nuxeo.ecm.core.bulk.action.computation
Fields in org.nuxeo.ecm.core.bulk.action.computation with type parameters of type DataBucket Modifier and Type Field Description protected Map<String,DataBucket>MakeBlob. lastBuckets -
Uses of DataBucket in org.nuxeo.elasticsearch.bulk
Fields in org.nuxeo.elasticsearch.bulk with type parameters of type DataBucket Modifier and Type Field Description protected Codec<DataBucket>BulkIndexComputation. codecMethods in org.nuxeo.elasticsearch.bulk with parameters of type DataBucket Modifier and Type Method Description protected org.elasticsearch.action.bulk.BulkRequestBulkIndexComputation. decodeRequest(DataBucket bucket)
-