Hazelcast C++ Client
Hazelcast C++ Client Library
hazelcast.h
1 /*
2  * Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #pragma once
17 
18 #include "hazelcast/client/address.h"
19 #include "hazelcast/client/client_config.h"
20 #include "hazelcast/client/cluster.h"
21 #include "hazelcast/client/distributed_object.h"
22 #include "hazelcast/client/entry_event.h"
23 #include "hazelcast/client/entry_view.h"
24 #include "hazelcast/client/hazelcast_client.h"
25 #include "hazelcast/client/serialization/serialization.h"
26 #include "hazelcast/client/ilist.h"
27 #include "hazelcast/client/imap.h"
28 #include "hazelcast/client/initial_membership_event.h"
29 #include "hazelcast/client/iqueue.h"
30 #include "hazelcast/client/iset.h"
31 #include "hazelcast/client/item_event.h"
32 #include "hazelcast/client/itopic.h"
33 #include "hazelcast/client/lifecycle_event.h"
34 #include "hazelcast/client/lifecycle_listener.h"
35 #include "hazelcast/client/load_balancer.h"
36 #include "hazelcast/client/member.h"
37 #include "hazelcast/client/membership_event.h"
38 #include "hazelcast/client/membership_listener.h"
39 #include "hazelcast/client/multi_map.h"
40 #include "hazelcast/client/serialization/serialization.h"
41 #include "hazelcast/client/socket.h"
42 #include "hazelcast/client/socket_interceptor.h"
43 #include "hazelcast/client/transactional_list.h"
44 #include "hazelcast/client/transactional_map.h"
45 #include "hazelcast/client/transactional_multi_map.h"
46 #include "hazelcast/client/transactional_queue.h"
47 #include "hazelcast/client/transactional_set.h"
48 #include "hazelcast/client/transaction_context.h"
49 #include "hazelcast/client/transaction_options.h"
50 #include "hazelcast/client/monitor/local_map_stats.h"
51 #include "hazelcast/client/monitor/near_cache_stats.h"
52 #include "hazelcast/client/partition_aware.h"
53 #include <hazelcast/client/member_selectors.h>
54