|
All content with label start+guide+enterprise+sections.
Related Labels:
processor_ordereventprocessor.java
, gsiterator
, 2-basic
, wiring
, gigaspacesnet
, feeder_pu.xml
, gs-dot-bat
, multipage
, xap
, unit
, validator_ordereventvalidator.java
, gigaspacesdotnet
, quick
, validator_riskyordereventcounter.java
, (pages)
, applications
, feeder_codebasedfeeder.java
, transaction
, welcome
,
(onepager)
, introduction
, i
, gigaspaces.net
, developers
, extreme
, validator_insecureriskyordereventiteratorcounter.java
, spaceiterator
, client_pu.xml
, query
, validator_normalordereventvalidator.java
, frame
, do
, object
, page
, concurrency
, used
, animation
, plain
, application
, book-all-java
, sources
, advanced
, filter
, apis
, code
, gs.bat
, structure
, objects
, file
, client_outputordereventcounter.java
, order
, feeder_accountpreloader.java
, doc
, screencasts
, download
, .net
, sets
, writing
, management
, compile
, validator_pu.xml
, misc
, 6.5
, large
, common_orderevent.java
, what's
, gigaspaces
, map
, book-admin
, multitabs
, interfaces
, commands
, domain
, common_account.java
, building
, pages
, section
, aggregate
, tasks
, be
, scenarios
, net
, source
, feeder_ordereventfeeder.java
, build
, debugging
, run
, grid
, added
, working
, processor_pu.xml
, snippet
, client_ordereventcounterdisplayer.java
, proxy
, management_
, content
, toc
, compiling
, java
, b
, blank
, (tabs)
, events
, data
, onepager
, how
, miscellaneous
, validator_codebasedvalidator.java
, old
, reference
, packaging
, running
, dotnet
, overview
, platform
, edg
, frames
, book-qsg
, client_ordereventfeeder.java
, admin
, services
, model
, pp
, summary
, tutorials
, scripting
, features
more »
( - start
, - guide
, - enterprise
, - sections
)
EDG Tutorial B - Content Sections
(XAP 6.6 Documentation)
|
EDG Tutorial B - Doc Summary - How Do I Query?
(XAP 6.6 Documentation)
Before you begin, you can take a look at this section, which summarizes the different query methods and shows how to index fields to speed up query based operations. If you're already familiar with the {{SQLQuery}} API, you can jump ...
|
EDG Tutorial B - Features Section
(XAP 6.6 Documentation)
following {{SQLQuery}} methods are used in this tutorial: Plain, non parameterized SQL queries using {{rlike}} for regular expression pattern matching. Parameterized querying using a template object for parameter binding. Parameterized querying using JDBC {{like}} API for parameter ...
|
EDG Tutorial B - GSIterator Section
(XAP 6.6 Documentation)
You can use the GSIterator which provides the ability to exhaustively read through all of the Objects from a Space that match one or more query templates. Generally, an iterator should be used because returning all the Objects in one result ...
|
EDG Tutorial B - Overview Section
(XAP 6.6 Documentation)
tutorial you will implement a Validator application that queries the space for account objects showing the different query methods GigaSpaces offers. Application Components There are three main components in our workflow: Enterprise Data Grid space instance Feeder # Writes an ...
|
EDG Tutorial B - Scripting Section
(XAP 6.6 Documentation)
OpenSpaces Scripting over remoting allows to simply execute dynamic languages scripts as remote "jobs". The client uses a proxy to pass a script to the remote space holding the data, and then the execution of the "job" is done on the server side collocated with the data. , more about ...
|
EDG Tutorial B - Writing The Code Section
(XAP 6.6 Documentation)
deck.tab.spacer=2 The following tabs show the services and configuration for each Processing Unit. Usage of Parameterized query using a template object is demonstrated inside the Normal Validator Service tab. Usage of Parameterized query using JDBC {{like}} API is demonstrated ...
|
|
|