5 #ifndef CVMFS_INGESTION_TASK_CHUNK_H_
6 #define CVMFS_INGESTION_TASK_CHUNK_H_
39 return MurmurHash2(&value,
sizeof(value), 0x07387a4f);
92 #endif // CVMFS_INGESTION_TASK_CHUNK_H_
static uint32_t hasher_int64t(const int64_t &value)
ItemAllocator * allocator_
virtual void Process(BlockItem *input_block)
static atomic_int64 tag_seq_
TubeGroup< BlockItem > * tubes_out_
SmallHashDynamic< int64_t, ChunkInfo > TagMap
void Init(uint32_t expected_size, Key empty, uint32_t(*hasher)(const Key &key))
TaskChunk(Tube< BlockItem > *tube_in, TubeGroup< BlockItem > *tubes_out, ItemAllocator *allocator)
uint32_t MurmurHash2(const void *key, int len, uint32_t seed)