0.9.8.10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
home
doug
src
hypertable
src
cc
Hypertable
RangeServer
CellStoreReleaseCallback.cc
Go to the documentation of this file.
1
22
#include "
Common/Compat.h
"
23
#include <iostream>
24
25
#include "
CellStoreReleaseCallback.h
"
26
#include "
AccessGroup.h
"
27
28
using namespace
Hypertable
;
29
using namespace
std
;
30
33
CellStoreReleaseCallback::CellStoreReleaseCallback
(
AccessGroup
*ag)
34
: m_access_group(ag) {
35
}
36
37
void
CellStoreReleaseCallback::operator()
()
const
{
38
m_access_group
->
release_files
(
m_filenames
);
39
}
Hypertable::CellStoreReleaseCallback::CellStoreReleaseCallback
CellStoreReleaseCallback()
Definition:
CellStoreReleaseCallback.h:38
AccessGroup.h
Declarations for AccessGroup.
std
STL namespace.
Hypertable::CellStoreReleaseCallback::operator()
void operator()() const
Definition:
CellStoreReleaseCallback.cc:37
Hypertable::CellStoreReleaseCallback::m_access_group
AccessGroup * m_access_group
Definition:
CellStoreReleaseCallback.h:56
Compat.h
Compatibility Macros for C/C++.
CellStoreReleaseCallback.h
Hypertable
Hypertable definitions
Definition:
ApplicationHandler.h:36
Hypertable::CellStoreReleaseCallback::m_filenames
std::vector< String > m_filenames
Definition:
CellStoreReleaseCallback.h:57
Hypertable::AccessGroup::release_files
void release_files(const std::vector< String > &files)
Definition:
AccessGroup.cc:1009
Hypertable::AccessGroup
Access group.
Definition:
AccessGroup.h:65
Generated on Tue Dec 22 2015 18:43:15 for Hypertable by
1.8.8