Label: transaction

Content with label transaction in XAP 6.6 Documentation (See content from all spaces)
Related Labels: processor_ordereventprocessor.java , common_orderevent.java , what's , gigaspaces , map , multipage , multitabs , guide , start , validator_ordereventvalidator.java , building , quick , pages , section , (pages) , components , welcome , (onepager) , scenarios , more »

Order Management Tutorial
ONE PAGER VERSION This tutorial shows how to implement a MasterWorker pattern, using OpenSpaces processing units, in order to perform parallel processing. Multipage version of this tutorial Parallel Processing Tutorial Order Management Overview Overview Overview !Imagessstar.gif! Overview ...
Parallel Processing Tutorial - JAVA - client_OrderEventCounterDisplayer.java
package com.gigaspaces.examples.tutorials.parallelprocessing.client; import org.openspaces.events.adapter.SpaceDataEvent; import com.gigaspaces.examples.tutorials.parallelprocessing.common.OrderEvent; import java.util.concurrent.atomic.AtomicInteger; / A simple bean counting and outputting: number of processed and rejected orderEvents taken by the client. Holds 2 simple counters that are incremented each time a matching event occurs. Outputting the orderEvent ...
Parallel Processing Tutorial - JAVA - client_OrderEventFeeder.java
Copyright 2008 GigaSpaces Technologies Ltd. All rights reserved. THIS SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. GIGASPACES WILL NOT BE LIABLE FOR ANY DAMAGE OR LOSS IN CONNECTION ...
Parallel Processing Tutorial - JAVA - client_pu.xml
xml version="1.0" encoding="UTF8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance" xmlns:oscore="http://www.openspaces.org/schema/core" xmlns:osevents="http://www.openspaces.org/schema/events" xmlns:osremoting="http ...
Parallel Processing Tutorial - JAVA - common_OrderEvent.java
Copyright 2007 GigaSpaces Technologies LTD. All rights reserved. THIS SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. GIGASPACES WILL NOT BE LIABLE FOR ANY DAMAGE OR LOSS IN CONNECTION ...
Parallel Processing Tutorial - JAVA - processor_OrderEventProcessor.java
Copyright 2008 GigaSpaces Technologies LTD. All rights reserved. THIS SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. GIGASPACES WILL NOT BE LIABLE FOR ANY DAMAGE OR LOSS IN CONNECTION ...
Parallel Processing Tutorial - JAVA - processor_pu.xml
xml version="1.0" encoding="UTF8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance" xmlns:oscore="http://www.openspaces.org/schema/core" xmlns:osevents="http://www.openspaces.org/schema/events" xmlns:osremoting="http ...
Parallel Processing Tutorial - JAVA Sources

Parallel Processing Tutorial - JAVA - validator_OrderEventValidator.java
package com.gigaspaces.examples.tutorials.parallelprocessing.validator; import org.openspaces.events.adapter.SpaceDataEvent; import com.gigaspaces.examples.tutorials.parallelprocessing.common.OrderEvent; / Simple bean used to validate the orderEvent objects. / public class OrderEventValidator { private long workDuration = 100; / Sets the simulated work duration (in milliseconds). Default to 100. / public void setWorkDuration(long ...
Parallel Processing Tutorial - JAVA - validator_pu.xml
xml version="1.0" encoding="UTF8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance" xmlns:oscore="http://www.openspaces.org/schema/core" xmlns:osevents="http://www.openspaces.org/schema/events" xmlns:osremoting="http ...