aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/feedoperation/operations.h
blob: 06cc55bbfffdd1109bdf2bb003825ad2ca0ecc09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include "compact_lid_space_operation.h"
#include "createbucketoperation.h"
#include "deletebucketoperation.h"
#include "documentoperation.h"
#include "feedoperation.h"
#include "joinbucketsoperation.h"
#include "moveoperation.h"
#include "newconfigoperation.h"
#include "noopoperation.h"
#include "pruneremoveddocumentsoperation.h"
#include "putoperation.h"
#include "removedocumentsoperation.h"
#include "removeoperation.h"
#include "splitbucketoperation.h"
#include "updateoperation.h"