use of com.yahoo.document.DocumentId in project vespa by vespa-engine.
the class BatchDocumentUpdateMessage method setBucketId.
void setBucketId(IdString id) {
BucketIdFactory factory = new BucketIdFactory();
bucketId = factory.getBucketId(new DocumentId(id));
}
Aggregations