Label: quick+snippet

All content with label quick+snippet.
Related Labels: gsiterator , processor_ordereventprocessor.java , wiring , feeder_pu.xml , multipage , xap , guide , validator_ordereventvalidator.java , validator_riskyordereventcounter.java , (pages) , feeder_codebasedfeeder.java , transaction , welcome , (onepager) , i , extreme , validator_insecureriskyordereventiteratorcounter.java , client_pu.xml , validator_normalordereventvalidator.java , more » ( - quick , - snippet )

Enterprise Data Grid Tutorial B - Aggregate Queries - common_Account.java snippet (XAP 6.6 Documentation)
POJO account object used for query containing four fields: firstName, lastName, amount and riskAllowed Annotations: @SpaceProperty(index=IndexType.BASIC) annotated getters mark the attribute as indexed. Querying indexed fields speeds up read and take operations. @SpaceClass ...
Enterprise Data Grid Tutorial B - Aggregate Queries - common_OrderEvent.java snippet (XAP 6.6 Documentation)
Some important properties: orderID annotated as the object unique space id (see the getter method for the annotation). firstName (used to perform routing when working with partitioned space, see getter method for annotation). status indicating if this OrderEvent object in new ...
Enterprise Data Grid Tutorial B - Aggregate Queries - validator_CodeBasedValidator.java iterator snippet (XAP 6.6 Documentation)
InsecureRiskyOrderEventIteratorCounter insecureRiskyOrderEventIteratorCounter = new InsecureRiskyOrderEventIteratorCounter(); insecureRiskyOrderEventIteratorCounter.setGigaSpace(gigaSpace); insecureRiskyOrderEventIteratorCounter.init
Enterprise Data Grid Tutorial B - Aggregate Queries - validator_pu.xml iterator snippet (XAP 6.6 Documentation)
insecureRiskyOrderEventIteratorCounter bean > <bean id="insecureRiskyOrderEventIteratorCounter" class="com.gigaspaces.examples.tutorials.queries.validator.InsecureRiskyOrd erEventIteratorCounter