aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/StatBucketMessage.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Define and use fixed bucket spaces in Java code.Geir Storli2018-02-021-2/+3
|
* WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-02-011-2/+16
|
* Revert "Geirst/add bucket space to document api"Harald Musum2018-01-301-16/+2
|
* WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-01-291-2/+16
|
* Remove MessageBus sequencing for read only operationsTor Brede Vekterli2017-06-221-10/+0
| | | | | | | | | We cannot guarantee sequencing when operations hit different SourceSessions in the first place, so we should not sacrifice performance and parallelism by chasing an unreachable goal. Clients should only rely on the standard mechanism for write visibility, which is to receive an ACK. Add ACK barriers to AsyncSession test to avoid implicit sequencing requirement.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* fix whitespace onlyArne H Juul2017-01-061-59/+59
|
* PublishJon Bratseth2016-06-151-0/+60