-
KFramework30.Communication.dbTransactionClientClass.fetch()
Retrieve rows
-
ariba.ui.table.AWTDisplayGroup.fetch()
-
bm.db.Table.fetch()
Get a row given it's record id (recordstore identifier).
@param recordId record id
@return row
@throws DBException on errors
@throws RSException on rs errors
@throws RecordStoreFullException if no space left
-
com.alibaba.otter.canal.parse.inbound.mysql.dbsync.DirectLogFetcher.fetch()
{@inheritDoc}
@see com.taobao.tddl.dbsync.binlog.LogFetcher#fetch()
-
com.basho.riak.client.bucket.Bucket.fetch()
Creates a {@link FetchObject} that returns the data at key
as an {@link IRiakObject} on execute()
.
@param key the key
@return a {@link FetchObject}
@see FetchObject
-
com.cloudera.iterativereduce.yarn.avro.generated.IterativeReduceService.fetch()
-
com.cubusmail.mail.IMailFolder.fetch()
@param msgs
@param fp
@throws MessagingException
-
com.cubusmail.server.mail.IMailFolder.fetch()
@param msgs
@param fp
@throws MessagingException
-
com.data2semantics.yasgui.server.fetchers.AutocompletionFetcher.fetch()
-
com.esri.sde.sdk.client.SeQuery.fetch()
-
com.github.timurstrekalov.saga.core.testfetcher.TestFetcher.fetch()
-
com.google.appengine.api.log.LogService.fetch()
-
com.google.appengine.api.urlfetch.URLFetchService.fetch()
-
com.google.caja.plugin.UriFetcher.fetch()
Loads an external resource such as the {@code src} of a {@code script}tag or a stylesheet.
@return non-null resource
@throws UriFetchException if the resource could not be loaded
-
com.google.wave.extensions.tweety.controller.FetchController.fetch()
Fetches a list of tweet from Twitter.
@return A list of {@link Tweet}.
@throws IOException If there is a problem connecting to Twitter.
@throws JSONException If there is a problem parsing the JSON response.
@throws ParseException If there is a problem parsing the date in the JSONresponse.
@throws CacheException If there is a problem fetching data from GoogleApp Engine Memcache.
-
com.infochimps.vayacondios.ItemSets.fetch()
-
com.mongodb.DBRef.fetch()
fetches a referenced object from the database
@param db the database
@param ref the reference
@return
-
com.persistit.Exchange.fetch()
Fetches the value associated with the current Key
into the Exchange
's Value
. The Value
object reflects the fetched state. If there is no value associated with the key then {@link Value#isDefined} is false. Otherwise the value may beretrieved using {@link Value#get} and other methods of Value
.
@return This Exchange
to permit method call chaining
@throws PersistitException
-
com.projity.pm.graphic.model.cache.GraphicNode.fetch()
-
com.s3auth.hosts.Host.fetch()
Find resource and return its input stream.
@param uri Name of resource
@param range Range of data to return
@param version The version of the data to return
@return The stream
@throws IOException If some error with I/O inside
-
com.sun.mail.imap.IMAPFolder.fetch()
Prefetch attributes, based on the given FetchProfile.
-
com.sun.mail.pop3.POP3Folder.fetch()
Prefetch information about POP3 messages. If the FetchProfile contains UIDFolder.FetchProfileItem.UID
, POP3 UIDs for all messages in the folder are fetched using the POP3 UIDL command. If the FetchProfile contains FetchProfile.Item.ENVELOPE
, the headers and size of all messages are fetched using the POP3 TOP and LIST commands.
-
com.taobao.tddl.dbsync.binlog.FileLogFetcher.fetch()
{@inheritDoc}
@see com.taobao.tddl.dbsync.binlog.LogFetcher#fetch()
-
com.tuenti.supernanny.repo.Repository.fetch()
Fetch a given artifact and store it to destination. This should stamp the current version if applicable
@see Util.stampProject
@param artifact
@param destination
@return
@throws IOException
-
com.urswolfer.intellij.plugin.gerrit.git.RevisionFetcher.fetch()
Fetch the changes for the provided revisions.
@param callback the callback will be executed as soon as all revisions have been fetched successfully
-
de.kunysch.localimdb.RatingsParser.fetch()
-
freenet.client.HighLevelSimpleClient.fetch()
Blocking fetch of a URI
@throws FetchException If there is an error fetching the data
-
freenet.store.CHKStore.fetch()
-
freenet.store.PubkeyStore.fetch()
-
freenet.store.SSKStore.fetch()
-
gov.nasa.jpf.autodoc.types.scanner.TargetScanner.fetch()
Get a filtered list of files from a path.
-
hirondelle.fish.main.member.MemberDAO.fetch()
Return a single {@link Member} identified by its id.
-
hirondelle.fish.translate.basetext.BaseTextDAO.fetch()
Fetch an existing {@link BaseText}.
-
hirondelle.predict.main.preferences.PreferencesDAO.fetch()
Fetch the {@link Preferences} for a given user.
-
intrade.entities.MarketXML.fetch()
-
javax.mail.Folder.fetch()
Hint to the store to prefetch information on the supplied messaged. Subclasses should override this method to provide an efficient implementation; the default implementation in this class simply returns.
@param messages messages for which information should be fetched
@param profile the information to fetch
@throws MessagingException if there was a problem accessing the store
@see FetchProfile
-
javax.persistence.Basic.fetch()
-
javax.persistence.Column.fetch()
-
javax.persistence.ElementCollection.fetch()
-
javax.persistence.JoinColumns.fetch()
-
javax.persistence.ManyToMany.fetch()
-
javax.persistence.ManyToOne.fetch()
-
javax.persistence.OneToMany.fetch()
-
javax.persistence.OneToOne.fetch()
-
javax.persistence.criteria.FetchParent.fetch()
Fetch join to the specified single-valued attribute using an inner join.
@param attribute target of the join
@return the resulting fetch join
-
jdbm.RecordManager.fetch()
Fetches a record using standard java object serialization.
@param recid the recid for the record that must be fetched.
@return the object contained in the record.
@throws IOException when one of the underlying I/O operations fails.
-
kafka.consumer.SimpleConsumer.fetch()
-
kafka.javaapi.consumer.SimpleConsumer.fetch()
-
nginx.clojure.RequestVarFetcher.fetch()
-
org.apache.cassandra.db.Scanner.fetch()
Fetch the columns associated with this key for the specified column family. This method basically sets up an iterator internally and then provides an iterator like interface to iterate over the columns.
@param key key we are interested in.
@param cf column family we are interested in.
@throws IOException
@throws ColumnFamilyNotDefinedException
-
org.apache.derby.iapi.store.access.ConglomerateController.fetch()
Fetch the (partial) row at the given location.
@param loc The "RowLocation" which describes the exact rowto fetch from the table.
@param destRow The row to read the data into.
@param validColumns A description of which columns to return fromrow on the page into "destRow." destRow and validColumns work together to describe the row to be returned by the fetch - see RowUtil for description of how these three parameters work together to describe a fetched "row".
@return Returns true if fetch was successful, false if the record pointed at no longer represents a valid record.
@exception StandardException Standard exception policy.
@see RowUtil
-
org.apache.derby.iapi.store.access.ScanController.fetch()
Fetch the (partial) row at the current position of the Scan. The value in the destRow storable row is replaced with the value of the row at the current scan position. The columns of the destRow row must be of the same type as the actual columns in the underlying conglomerate. The number of elements in fetch must be compatible with the number of scan columns requested at the openScan call time.
A fetch can return a sub-set of the scan columns reqested at scan open time by supplying a destRow will less elements than the number of requested columns. In this case the N leftmost of the requested columns are fetched, where N = destRow.length. In the case where all columns are rested and N = 2 then columns 0 and 1 are returned. In the case where the openScan FormatableBitSet requested columns 1, 4 and 7, then columns 1 and 4 would be fetched when N = 2.
The results of a fetch() performed on a scan after next() has returned false are undefined. A fetch() performed on a scan positioned on a deleted row will throw a StandardException with state = SQLState.AM_RECORD_NOT_FOUND. Note that this can happen even if next() has returned true (for instance the client can delete the row, or if using read uncommitted another thread can delete the row after the next() call but before the fetch).
@param destRow The row into which the value of the current position in the scan is to be stored.
@exception StandardException Standard exception policy.
@see RowUtil
-
org.apache.hadoop.hive.ql.exec.FetchTask.fetch()
-
org.apache.manifoldcf.core.common.XThreadStringBuffer.fetch()
Pull an id off the buffer, and wait if there's more to come. Called by the receiving thread! Returns null if the operation is complete.
-
org.apache.nutch.fetcher.Fetcher.fetch()
-
org.apache.nutch.fetcher.FetcherJob.fetch()
Run fetcher.
@param batchId batchId (obtained from Generator) or null to fetch all generated fetchlists
@param threads number of threads per map task
@param shouldResume
@param numTasks number of fetching tasks (reducers). If set to < 1 then use the default,which is mapred.map.tasks.
@return 0 on success
@throws Exception
-
org.apache.openjpa.kernel.OpenJPAStateManager.fetch()
Return the externalized value of the field with the given index as an object. If there is no externalizer, this is equivalent to {@link #fetchField}.
-
org.apache.shindig.gadgets.http.BasicHttpFetcher.fetch()
{@inheritDoc}
-
org.apache.shindig.gadgets.http.HttpFetcher.fetch()
Fetch HTTP content.
@param request The request to fetch.
@return An HTTP response from the relevant resource, including error conditions.
@throws GadgetException In the event of a failure that can't be mapped to an HTTP result code.
-
org.apache.shindig.gadgets.oauth.OAuthFetcher.fetch()
-
org.apache.shindig.gadgets.oauth.OAuthRequest.fetch()
OAuth authenticated fetch.
-
org.broadleafcommerce.openadmin.server.service.persistence.PersistenceManager.fetch()
-
org.broadleafcommerce.openadmin.server.service.persistence.module.PersistenceModule.fetch()
-
org.deftserver.web.http.client.AsynchronousHttpClient.fetch()
0/start/"
@param cb callback that will be executed when the response is received.
-
org.eclipse.jgit.api.Git.fetch()
org/pub/software/scm/git/docs/git-fetch.html"
>Git documentation about Fetch
@return a {@link FetchCommand} used to collect all optional parametersand to finally execute the {@code Fetch} command
-
org.eclipse.jgit.transport.FetchConnection.fetch()
Fetch objects we don't have but that are reachable from advertised refs.
Only one call per connection is allowed. Subsequent calls will result in {@link TransportException}.
Implementations are free to use network connections as necessary to efficiently (for both client and server) transfer objects from the remote repository into this repository. When possible implementations should avoid replacing/overwriting/duplicating an object already available in the local destination repository. Locally available objects and packs should always be preferred over remotely available objects and packs. {@link Transport#isFetchThin()} should be honored if applicable.
@param monitor progress monitor to inform the end-user about the amount of work completed, or to indicate cancellation. Implementations should poll the monitor at regular intervals to look for cancellation requests from the user.
@param want one or more refs advertised by this connection that the caller wants to store locally.
@param have additional objects known to exist in the destination repository, especially if they aren't yet reachable by the ref database. Connections should take this set as an addition to what is reachable through all Refs, not in replace of it.
@throws TransportException objects could not be copied due to a network failure, protocol error, or error on remote side, or connection was already used for fetch.
-
org.eclipse.jgit.transport.Transport.fetch()
Fetch objects and refs from the remote repository to the local one.
This is a utility function providing standard fetch behavior. Local tracking refs associated with the remote repository are automatically updated if this transport was created from a {@link RemoteConfig} withfetch RefSpecs defined.
@param monitor progress monitor to inform the user about our processing activity. Must not be null. Use {@link NullProgressMonitor} ifprogress updates are not interesting or necessary.
@param toFetch specification of refs to fetch locally. May be null or the empty collection to use the specifications from the RemoteConfig. Source for each RefSpec can't be null.
@return information describing the tracking refs updated.
@throws NotSupportedException this transport implementation does not support fetching objects.
@throws TransportException the remote connection could not be established or object copying (if necessary) failed or update specification was incorrect.
-
org.geotools.arcsde.session.ISession.fetch()
Issues a command that fetches a row from an already executed SeQuery and returns the {@link SdeRow} object with its contents.
The point in returning an {@link SdeRow} instead of a plain {@link SeRow} is that the formerprefetches the row values and this can be freely used outside a {@link Command}. Otherwise the SeRow should only be used inside a command as accessing its values implies using the connection.
@param query
@return
@throws IOException
-
org.hibernate.annotations.CollectionOfElements.fetch()
-
org.hibernate.annotations.JoinColumnsOrFormulas.fetch()
-
org.jayasoft.woj.portal.data.dao.security.UserDao.fetch()
-
org.jfx4ee.adm4ee.business.appcast.boundary.AppcastManager.fetch()
Fetch an appcast from the given URL
@param url
@return
@throws AppcastException
-
org.jooq.DSLContext.fetch()
Execute a {@link ResultQuery} in the context of this DSLContext
and returnresults.
@param query The query to execute
@return The result
@throws DataAccessException if something went wrong executing the query
@see ResultQuery#fetch()
-
org.jooq.SelectQuery.fetch()
-
org.jooq.util.oracle.OracleFactory.fetch()
-
org.mevenide.idea.repository.ChildrenFetchService.fetch()
-
org.mule.module.launcher.AppBloodhound.fetch()
Sniff around and get me the app descriptor!
-
org.mule.module.launcher.DefaultAppBloodhound.fetch()
-
org.nutz.dao.Dao.fetch()
根据对象 ID 获取一个对象。它只会获取这个对象,关联对象不会被获取。
你的对象必须在某个字段声明了注解 '@Id',否则本操作会抛出一个运行时异常
@param classOfT 对象类型
@param id 对象 ID
@see org.nutz.dao.entity.annotation.Id
-
org.nutz.dao.impl.ext.LazyNutDao.fetch()
-
org.nutz.ioc.IocContext.fetch()
根据对象的名称获取上下文环境中的一个对象
@param name 对象的名称
@return 对象本身或者 null
-
org.perl6.nqp.sixmodel.ContainerSpec.fetch()
-
org.platformlayer.ops.metrics.MetricFetcher.fetch()
-
org.rioproject.servicecore.Service.fetch()
-
org.rioproject.test.scaling.SettableLoadService.fetch()
-
org.sf.mustru.utils.DbTools.fetch()
Fetch an entry from the database
@param key String key to the row
@param dbData Object returned for the row
@return boolean
-
org.voltdb.client.ClientStatsContext.fetch()
Fetch current statistics from the client internals. Don't update the baseline. This will increase the range covered by any {@link ClientStats} instances returned from thiscontext.
@return A this
pointer for chaining calls.
-
play.db.Model.Factory.fetch()
-
play.db.jpa.GenericModel.JPAQuery.fetch()
-
spiderman.plugin.util.PageFetcherImpl.fetch()
抓取目标url的内容
@date 2013-1-7 上午11:08:54
@param toFetchURL
@return
-
voldemort.store.readonly.fetcher.HdfsFetcher.fetch()