pulsar-client-cpp
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
i
j
k
m
n
p
r
s
Functions
Typedefs
Enumerations
Enumerator
a
b
c
d
f
i
j
k
n
p
r
s
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Typedefs
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
include
pulsar
TopicMetadata.h
1
19
#ifndef TOPIC_METADATA_HPP_
20
#define TOPIC_METADATA_HPP_
21
22
#include <pulsar/defines.h>
23
24
namespace
pulsar
{
28
class
PULSAR_PUBLIC
TopicMetadata
{
29
public
:
30
virtual
~TopicMetadata
() {}
31
35
virtual
int
getNumPartitions
()
const
= 0;
36
};
28
class
PULSAR_PUBLIC
TopicMetadata
{
…
};
37
}
// namespace pulsar
38
39
#endif
/* TOPIC_METADATA_HPP_ */
pulsar::TopicMetadata
Definition
TopicMetadata.h:28
pulsar::TopicMetadata::getNumPartitions
virtual int getNumPartitions() const =0
pulsar
Definition
Authentication.h:31
Generated by
1.9.8