Hazelcast C++ Client
 All Classes Functions Variables Enumerations Enumerator Pages
HazelcastAll.h
1 /*
2  * Copyright (c) 2008-2017, 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 //
17 // Created by sancar koyunlu on 29/01/14.
18 //
19 
20 #ifndef HAZELCAST_HazelcastAll
21 #define HAZELCAST_HazelcastAll
22 
23 #include "hazelcast/client/Address.h"
24 #include "hazelcast/client/ClientConfig.h"
25 #include "hazelcast/client/Cluster.h"
26 #include "hazelcast/client/Credentials.h"
27 #include "hazelcast/client/DistributedObject.h"
28 #include "hazelcast/client/EntryEvent.h"
29 #include "hazelcast/client/EntryView.h"
30 #include "hazelcast/client/GroupConfig.h"
31 #include "hazelcast/client/HazelcastClient.h"
32 #include "hazelcast/client/IAtomicLong.h"
33 #include "hazelcast/client/ICountDownLatch.h"
34 #include "hazelcast/client/serialization/IdentifiedDataSerializable.h"
35 #include "hazelcast/client/IdGenerator.h"
36 #include "hazelcast/client/IList.h"
37 #include "hazelcast/client/ILock.h"
38 #include "hazelcast/client/IMap.h"
39 #include "hazelcast/client/InitialMembershipEvent.h"
40 #include "hazelcast/client/InitialMembershipListener.h"
41 #include "hazelcast/client/IQueue.h"
42 #include "hazelcast/client/ISemaphore.h"
43 #include "hazelcast/client/ISet.h"
44 #include "hazelcast/client/ItemEvent.h"
45 #include "hazelcast/client/ITopic.h"
46 #include "hazelcast/client/LifecycleEvent.h"
47 #include "hazelcast/client/LifecycleListener.h"
48 #include "hazelcast/client/LoadBalancer.h"
49 #include "hazelcast/client/Member.h"
50 #include "hazelcast/client/MemberAttributeEvent.h"
51 #include "hazelcast/client/MembershipEvent.h"
52 #include "hazelcast/client/MembershipListener.h"
53 #include "hazelcast/client/MultiMap.h"
54 #include "hazelcast/client/serialization/Portable.h"
55 #include "hazelcast/client/Socket.h"
56 #include "hazelcast/client/SocketInterceptor.h"
57 #include "hazelcast/client/TransactionalList.h"
58 #include "hazelcast/client/TransactionalMap.h"
59 #include "hazelcast/client/TransactionalMultiMap.h"
60 #include "hazelcast/client/TransactionalQueue.h"
61 #include "hazelcast/client/TransactionalSet.h"
62 #include "hazelcast/client/TransactionContext.h"
63 #include "hazelcast/client/TransactionOptions.h"
64 #include "hazelcast/client/monitor/LocalMapStats.h"
65 #include "hazelcast/client/monitor/NearCacheStats.h"
66 
67 #endif //HAZELCAST_HazelcastAll
68