Label: book-all-java+interfaces

All content with label book-all-java+interfaces.
Related Labels: 2-basic , remoting , gigaspacesnet , jcache , external , book-dotnet-prog , overriding , exceptions , state , gs-dot-bat , mule , xap , 5-expert , cache , guide , service , unit , gigaspacesdotnet , system , more » ( - book-all-java , - interfaces )

C++ (XAP 6.6 Documentation)
GigaSpaces C\ API has been designed to allow the same level of flexibility, usability and interoperability of the Java POJO POJO Support and .NET C# PONO XAP66NET: Object Metadata counterpart APIs for building scalable, lowlatency SBA applications
C++ Benchmark Framework (XAP 6.6 Documentation)
How to configure and run the C\ POCO Benchmark Framework \\ \\ Overview The GigaSpaces C\ API benchmark framework provides a simple report of the average response time in different scenarios, running with different space topologies and activating different types of operations and space ...
C++ Code Generator (XAP 6.6 Documentation)
gs.xml}} file and the {{gsxml2cpp}} utility allow you to use your C classes in the space without a need for mapping or special knowledge regarding other APIs. This file is in charge of generating the C class serialization code, allowing you to use your ...
C++ Configuration File (XAP 6.6 Documentation)
C configuration file and setting the JVM options. \\ Overview Configuring C\ client settings is done using the {{config.xml}} file located under {{cpp\config}}. The user can change the name and location of the configuration file by defining the Environment variable JVMCONFIG ...
C++ Examples (XAP 6.6 Documentation)

C++ Mapping File (XAP 6.6 Documentation)
Elements that are available to be used in your {{gs.xml}} file and supported types. Overview This section describes the elements that are available to be used in your {{gs.xml}} file. (!) The {{type}} property is mandatory in case the {{property}} element is defined. The gs.xml file allows you to define C ...
C++ Processing Unit (XAP 6.6 Documentation)
C Environment setup and writing a hello world C application. The C\ Processing Unit GigaSpaces XAP is a universal grid based runtime environment for realtime Java, C\ and .Net applications. The realtime environment includes business logic Service Level ...
GigaSpaces C++ API (XAP 6.6 Documentation)
An overview of the main capabilities provided by GigaSpaces C API Overview The {{SpaceProxy}} is the primary interface that allows you to connect to the space and perform space operations. The basic space operations include the following: write writes an object into the space. read ...
GigaSpaces C++ API Usage Example (XAP 6.6 Documentation)
Example application that demonstrates using the GigaSpaces C API. Overview The API Usage Example demonstrates using the GigaSpaces C API to perform space operations. To learn about GigaSpaces C API, refer to the GigaSpaces C API GigaSpaces C ...
GigaSpaces C++ Hello World (XAP 6.6 Documentation)
C environment setup and writing a Hello World C application. Overview The example below demonstrates interaction between a sample application and a space. (on) The example source code can be found under: {{<GigaSpaces Root>\cpp\examples\HelloWorld}}. To learn about ...