-
akka.persistence.SnapshotOffer.snapshot()
-
ariba.ui.meta.core.Context.snapshot()
-
com.espertech.esper.epl.named.NamedWindowTailViewInstance.snapshot()
Returns a snapshot of window contents, thread-safely
@param filter filters if any
@return window contents
-
com.facebook.presto.jdbc.internal.guava.cache.AbstractCache.SimpleStatsCounter.snapshot()
-
com.google.common.cache.AbstractCache.SimpleStatsCounter.snapshot()
-
com.google.common.cache.AbstractCache.StatsCounter.snapshot()
-
com.google_voltpatches.common.cache.AbstractCache.SimpleStatsCounter.snapshot()
-
com.hp.hpl.jena.util.MonitorGraph.snapshot()
Compute the differences between the current monitored graph and the last snapshot. The changes will also be forwarded to any listeners. Then take a new snapshot.
@param additions a place in which the set of newly added triples should be noted, can be null
@param deletions a place in which the set of newly deleted triples should be noted, can be null
-
com.hp.hpl.jena.util.MonitorModel.snapshot()
Compute the differences between the current monitored graph and the last snapshot. The changes will also be forwarded to any listeners. Then take a new snapshot.
@param additions a place in which the set of newly added statements should be noted, can be null
@param deletions a place in which the set of newly deleted statements should be noted, can be null
-
com.mongodb.DBCursor.snapshot()
Use snapshot mode for the query. Snapshot mode assures no duplicates are returned, or objects missed, which were present at both the start and end of the query's execution (if an object is new during the query, or deleted during the query, it may or may not be returned, even with snapshot mode). Note that short query responses (less than 1MB) are always effectively snapshotted. Currently, snapshot mode may not be used with sorting or explicit hints.
@return same DBCursor for chaining operations
-
com.opengamma.engine.marketdata.MarketDataProvider.snapshot()
Obtains access to a snapshot of market data.
@param marketDataSpec describes the market data to obtain, not null
@return the snapshot, not null
-
com.opengamma.livedata.LiveDataClient.snapshot()
Asks for a snapshot from the server, waiting for a reply.
This method waits for a reply from the server before returning. Always contacts the server, even if there is an active subscription to this market data.
@param user the user credentials, checked to ennsure user is authorized to access the data, not null
@param requestedSpecification what market data you want to subscribe to, and in which standardized format you want the server to give it to you
@param timeout the timeout in milliseconds. If the timeout is non-positive, this method will not wait at all, so null will be returned.
@return the snapshot
@throws OpenGammaRuntimeException if timeout was reached without reply from server
-
com.sun.jini.reliableLog.ReliableLog.snapshot()
Records the client-defined current snapshot by invoking the client supplied snapshot callback, and then empties the log of incremental updates.
@throws LogException if the snapshot callback throws an exception
@throws IOException if any other I/O error occurs
-
com.webobjects.eocontrol.EOEnterpriseObject.snapshot()
-
er.corebusinesslogic.ERCMailMessage.snapshot()
-
er.erxtest.model.Employee.snapshot()
-
io.airlift.stats.Distribution.snapshot()
-
javafx.scene.Node.snapshot()
-
javafx.scene.canvas.Canvas.snapshot()
-
javafx.scene.text.Text.snapshot()
-
jersey.repackaged.com.google.common.cache.AbstractCache.SimpleStatsCounter.snapshot()
-
net.grinder.statistics.StatisticsSet.snapshot()
-
org.apache.aurora.scheduler.storage.log.LogManager.StreamManager.snapshot()
-
org.apache.cassandra.db.ColumnFamilyStore.snapshot()
Take a snap shot of this columnfamily store.
@param snapshotName the name of the associated with the snapshot
-
org.apache.cassandra.db.Keyspace.snapshot()
Take a snapshot of the specific column family, or the entire set of column families if columnFamily is null with a given timestamp
@param snapshotName the tag associated with the name of the snapshot. This value may not be null
@param columnFamilyName the column family to snapshot or all on null
@throws IOException if the column family doesn't exist
-
org.apache.cassandra.db.Table.snapshot()
Take a snapshot of the entire set of column families with a given timestamp.
@param clientSuppliedName the tag associated with the name of the snapshot. Thisvalue can be null.
-
org.apache.hadoop.hbase.client.Admin.snapshot()
Take a snapshot for the given table. If the table is enabled, a FLUSH-type snapshot will be taken. If the table is disabled, an offline snapshot is taken. Snapshots are considered unique based on the name of the snapshot. Attempts to take a snapshot with the same name (even a different type or with different parameters) will fail with a {@link org.apache.hadoop.hbase.snapshot.SnapshotCreationException} indicating the duplicate naming.Snapshot names follow the same naming constraints as tables in HBase. See {@link org.apache.hadoop.hbase.TableName#isLegalFullyQualifiedTableName(byte[])}.
@param snapshotName name of the snapshot to be created
@param tableName name of the table for which snapshot is created
@throws IOException if a remote or network exception occurs
@throws org.apache.hadoop.hbase.snapshot.SnapshotCreationException if snapshot creation failed
@throws IllegalArgumentException if the snapshot request is formatted incorrectly
-
org.apache.hadoop.hbase.client.HBaseAdmin.snapshot()
Create a timestamp consistent snapshot for the given table.
Snapshots are considered unique based on the name of the snapshot. Attempts to take a snapshot with the same name (even a different type or with different parameters) will fail with a {@link SnapshotCreationException} indicating the duplicate naming.
Snapshot names follow the same naming constraints as tables in HBase. See {@link HTableDescriptor#isLegalTableName(byte[])}.
@param snapshotName name of the snapshot to be created
@param tableName name of the table for which snapshot is created
@throws IOException if a remote or network exception occurs
@throws SnapshotCreationException if snapshot creation failed
@throws IllegalArgumentException if the snapshot request is formatted incorrectly
-
org.apache.hadoop.hbase.ipc.HMasterInterface.snapshot()
-
org.apache.lucene.index.SnapshotDeletionPolicy.snapshot()
Take a snapshot of the most recent commit to the index. You must call release() to free this snapshot. Note that while the snapshot is held, the files it references will not be deleted, which will consume additional disk space in your index. If you take a snapshot at a particularly bad time (say just before you call optimize()) then in the worst case this could consume an extra 1X of your total index size, until you release the snapshot.
-
org.elasticsearch.action.admin.indices.status.IndicesStatusRequest.snapshot()
Should the status include recovery information. Defaults to false.
-
org.elasticsearch.index.gateway.IndexShardGatewayService.snapshot()
Snapshots the given shard into the gateway.
-
org.elasticsearch.index.snapshots.IndexShardSnapshotAndRestoreService.snapshot()
Creates shard snapshot
@param snapshotId snapshot id
@param snapshotStatus snapshot status
-
org.rocksdb.ReadOptions.snapshot()
Returns the currently assigned Snapshot instance.
@return the Snapshot assigned to this instance. If no Snapshotis assigned null.
-
org.springframework.data.mongodb.repository.Meta.snapshot()
-
sun.rmi.log.ReliableLog.snapshot()
Records this value as the current snapshot by invoking the client supplied "snapshot" callback and then empties the log.
@param value the object representing the new snapshot
@exception IOException If an exception occurred during thesnapshot callback or if other I/O error has occurred during the snapshot process