OpenSDN source code
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ifmap_sandesh_context.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015 Juniper Networks, Inc. All rights reserved.
3
*/
4
5
#ifndef IFMAP__IFMAP_SANDESH_CONTEXT_H__
6
#define IFMAP__IFMAP_SANDESH_CONTEXT_H__
7
8
#include <sandesh/sandesh.h>
9
10
class
IFMapServer
;
11
12
class
IFMapSandeshContext
:
public
SandeshContext
{
13
public
:
14
IFMapSandeshContext
(
IFMapServer
*
ifmap_server
)
15
:
ifmap_server_
(ifmap_server),
page_limit_
(0),
iter_limit_
(0) {
16
}
17
uint32_t
page_limit
()
const
{
return
page_limit_
; }
18
void
set_page_limit
(uint32_t
page_limit
) {
page_limit_
=
page_limit
; }
19
uint32_t
iter_limit
()
const
{
return
iter_limit_
; }
20
void
set_iter_limit
(uint32_t
iter_limit
) {
iter_limit_
=
iter_limit
; }
21
22
IFMapServer
*
ifmap_server
() {
return
ifmap_server_
; }
23
24
private
:
25
IFMapServer
*
ifmap_server_
;
26
uint32_t
page_limit_
;
27
uint32_t
iter_limit_
;
28
};
29
30
#endif // IFMAP__IFMAP_SANDESH_CONTEXT_H__
IFMapServer
Definition:
ifmap_server.h:40
IFMapSandeshContext::ifmap_server
IFMapServer * ifmap_server()
Definition:
ifmap_sandesh_context.h:22
IFMapSandeshContext::iter_limit
uint32_t iter_limit() const
Definition:
ifmap_sandesh_context.h:19
IFMapSandeshContext::set_page_limit
void set_page_limit(uint32_t page_limit)
Definition:
ifmap_sandesh_context.h:18
SandeshContext
Definition:
p/sandesh.h:106
IFMapSandeshContext
Definition:
ifmap_sandesh_context.h:12
IFMapSandeshContext::ifmap_server_
IFMapServer * ifmap_server_
Definition:
ifmap_sandesh_context.h:25
IFMapSandeshContext::IFMapSandeshContext
IFMapSandeshContext(IFMapServer *ifmap_server)
Definition:
ifmap_sandesh_context.h:14
IFMapSandeshContext::page_limit_
uint32_t page_limit_
Definition:
ifmap_sandesh_context.h:26
IFMapSandeshContext::iter_limit_
uint32_t iter_limit_
Definition:
ifmap_sandesh_context.h:27
IFMapSandeshContext::page_limit
uint32_t page_limit() const
Definition:
ifmap_sandesh_context.h:17
IFMapSandeshContext::set_iter_limit
void set_iter_limit(uint32_t iter_limit)
Definition:
ifmap_sandesh_context.h:20
contrail
controller
src
ifmap
ifmap_sandesh_context.h
Generated by
1.8.5