Modifier and Type | Method and Description |
---|---|
static <T> void |
EventHelper.invoke(java.util.List<Action1<T>> actions,
T argument) |
Modifier and Type | Class and Description |
---|---|
static class |
Delegates.Delegate1<X> |
Modifier and Type | Method and Description |
---|---|
static <X> Action1<X> |
Delegates.combine(Action1<X> first,
Action1<X> second) |
static <X> Action1<X> |
Delegates.delegate1() |
Modifier and Type | Method and Description |
---|---|
static <X> Action1<X> |
Delegates.combine(Action1<X> first,
Action1<X> second) |
static <X> Action1<X> |
Delegates.combine(Action1<X> first,
Action1<X> second) |
Modifier and Type | Method and Description |
---|---|
Action1<org.apache.http.HttpRequest> |
BasicAuthenticator.doOAuthRequest(java.lang.String oauthSource,
java.lang.String apiKey) |
Action1<org.apache.http.HttpRequest> |
SecuredAuthenticator.doOAuthRequest(java.lang.String oauthSource,
java.lang.String apiKey) |
abstract Action1<org.apache.http.HttpRequest> |
AbstractAuthenticator.doOAuthRequest(java.lang.String oauthSource,
java.lang.String apiKey) |
Modifier and Type | Method and Description |
---|---|
static void |
IncludesUtil.include(RavenJObject document,
java.lang.String include,
Action1<java.lang.String> loadId) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentStoreBase.addSessionCreatedInternal(Action1<InMemoryDocumentSessionOperations> action) |
void |
IDocumentQueryBase.afterQueryExecuted(Action1<QueryResult> afterQueryExecuted)
Callback to get the results of the query
|
IDocumentQueryCustomization |
IDocumentQueryCustomization.beforeQueryExecution(Action1<IndexQuery> action)
Allow you to modify the index query before it is executed
|
TSelf |
IDocumentQueryBase.beforeQueryExecution(Action1<IndexQuery> beforeQueryExecution)
Allows you to modify the index query before it is sent to the server
|
Lazy<java.util.List<T>> |
IDocumentQuery.lazily(Action1<java.util.List<T>> onEval)
Register the query as a lazy query in the session and return a lazy
instance that will evaluate the query only when needed.
|
Lazy<java.util.List<T>> |
LinqExtensionsQueryable.lazily(Action1<java.util.List<T>> onEval) |
<T> Lazy<T[]> |
IDocumentSessionImpl.lazyLoadInternal(java.lang.Class<T> clazz,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes,
Action1<T[]> onEval) |
void |
DocumentStoreBase.removeSessionCreatedInternal(Action1<InMemoryDocumentSessionOperations> action) |
Constructor and Description |
---|
LoadConfigurationFactory(java.util.Set<Action1<ILoadConfiguration>> actions,
Action1<ILoadConfiguration> newAction) |
Constructor and Description |
---|
LoadConfigurationFactory(java.util.Set<Action1<ILoadConfiguration>> actions,
Action1<ILoadConfiguration> newAction) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Action1<BulkInsertChangeNotification>> |
DatabaseConnectionState.getOnBulkInsertChangeNotification() |
java.util.List<Action1<DocumentChangeNotification>> |
DatabaseConnectionState.getOnDocumentChangeNotification() |
java.util.List<Action1<ExceptionEventArgs>> |
DatabaseConnectionState.getOnError() |
java.util.List<Action1<IndexChangeNotification>> |
DatabaseConnectionState.getOnIndexChangeNotification() |
java.util.List<Action1<ReplicationConflictNotification>> |
DatabaseConnectionState.getOnReplicationConflictNotification() |
java.util.List<Action1<TransformerChangeNotification>> |
DatabaseConnectionState.getOnTransformerChangeNotification() |
Modifier and Type | Field and Description |
---|---|
static Action1<ProfilingInformation> |
ProfilingInformation.onContextCreated
A hook that allows extensions to provide additional information about the created context
|
Constructor and Description |
---|
ConcurrentLruSet(int maxCapacity,
Action1<T> onDrop) |
Modifier and Type | Method and Description |
---|---|
Action1<org.apache.http.HttpRequest> |
HttpResponseHandler.handle(org.apache.http.HttpResponse httpResponse) |
Action1<org.apache.http.HttpRequest> |
HttpResponseWithMetaHandler.handle(org.apache.http.HttpResponse httpResponse,
OperationCredentials credentials) |
Modifier and Type | Field and Description |
---|---|
protected Action1<QueryResult> |
AbstractDocumentQuery.afterQueryExecutedCallback |
protected Action1<IndexQuery> |
AbstractDocumentQuery.beforeQueryExecutionAction |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<ILazyOperation,Action1<java.lang.Object>> |
InMemoryDocumentSessionOperations.onEvaluateLazy |
Modifier and Type | Method and Description |
---|---|
Action1<java.lang.String> |
ILowLevelBulkInsertOperation.getReport() |
Action1<java.lang.String> |
BulkInsertOperation.getReport() |
Action1<java.lang.String> |
RemoteBulkInsertOperation.getReport() |
Action1<org.apache.http.HttpRequest> |
Convention.handleUnauthorizedResponse(org.apache.http.HttpResponse unauthorizedResponse,
OperationCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
<T> Lazy<T> |
DocumentSession.addLazyOperation(ILazyOperation operation,
Action1<T> onEval) |
void |
AbstractDocumentQuery.afterQueryExecuted(Action1<QueryResult> afterQueryExecutedCallback)
Callback to get the results of the query
|
IDocumentQueryCustomization |
DocumentQueryCustomization.beforeQueryExecution(Action1<IndexQuery> action) |
DocumentQueryCustomizationFactory |
DocumentQueryCustomizationFactory.beforeQueryExecution(Action1<IndexQuery> action)
Allow you to modify the index query before it is executed
|
IDocumentQuery<T> |
AbstractDocumentQuery.beforeQueryExecution(Action1<IndexQuery> action) |
Lazy<java.util.List<T>> |
AbstractDocumentQuery.lazily(Action1<java.util.List<T>> onEval)
Register the query as a lazy query in the session and return a lazy
instance that will evaluate the query only when needed
|
<T> Lazy<T[]> |
DocumentSession.lazyLoadInternal(java.lang.Class<T> clazz,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes,
Action1<T[]> onEval)
Register to lazily load documents and include
|
<T> Lazy<T> |
LazySessionOperations.load(java.lang.Class<T> clazz,
java.lang.Number id,
Action1<T> onEval) |
<T> Lazy<T> |
LazySessionOperations.load(java.lang.Class<T> clazz,
java.lang.String id,
Action1<T> onEval)
Loads the specified id and a function to call when it is evaluated
|
<T> Lazy<T> |
LazySessionOperations.load(java.lang.Class<T> clazz,
java.util.UUID id,
Action1<T> onEval) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.load(java.lang.Class<TResult> clazz,
Action1<TResult[]> onEval,
java.lang.Number... ids) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.load(java.lang.Class<TResult> clazz,
Action1<TResult[]> onEval,
java.util.UUID... ids) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.load(java.lang.Class<TResult> clazz,
java.util.Collection<java.lang.String> ids,
Action1<TResult[]> onEval)
Loads the specified ids and a function to call when it is evaluated
|
<TResult> Lazy<TResult[]> |
LazySessionOperations.load(java.lang.Class<TResult> clazz,
java.lang.String[] ids,
Action1<TResult[]> onEval) |
void |
ILowLevelBulkInsertOperation.setReport(Action1<java.lang.String> report)
Report of the progress of operation
|
void |
BulkInsertOperation.setReport(Action1<java.lang.String> report) |
void |
RemoteBulkInsertOperation.setReport(Action1<java.lang.String> report) |
Constructor and Description |
---|
DocumentQueryCustomizationFactory(java.util.Set<Action1<IDocumentQueryCustomization>> actions,
Action1<IDocumentQueryCustomization> newAction) |
Constructor and Description |
---|
DocumentQueryCustomizationFactory(java.util.Set<Action1<IDocumentQueryCustomization>> actions,
Action1<IDocumentQueryCustomization> newAction) |
Modifier and Type | Method and Description |
---|---|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(java.lang.Class<TResult> clazz,
Action1<TResult[]> onEval,
java.lang.Number... ids)
Loads the specified entities with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(java.lang.Class<TResult> clazz,
Action1<TResult[]> onEval,
java.util.UUID... ids)
Loads the specified entities with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(java.lang.Class<TResult> clazz,
java.util.Collection<java.lang.String> ids,
Action1<TResult[]> onEval)
Loads the specified ids and a function to call when it is evaluated
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(java.lang.Class<TResult> clazz,
java.lang.Number id,
Action1<TResult> onEval)
Loads the specified entity with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(java.lang.Class<TResult> clazz,
java.lang.String[] ids,
Action1<TResult[]> onEval)
Loads the specified ids and a function to call when it is evaluated
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(java.lang.Class<TResult> clazz,
java.lang.String id,
Action1<TResult> onEval)
Loads the specified id and a function to call when it is evaluated
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(java.lang.Class<TResult> clazz,
java.util.UUID id,
Action1<TResult> onEval)
Loads the specified entity with the specified id after applying
conventions on the provided id to get the real document id.
|
Constructor and Description |
---|
LazyQueryOperation(java.lang.Class<T> clazz,
QueryOperation queryOperation,
Action1<QueryResult> afterQueryExecuted,
java.util.Set<java.lang.String> includes) |
Modifier and Type | Method and Description |
---|---|
void |
VolatileOnlyTransactionRecoveryStorage.createFile(java.lang.String name,
Action1<java.io.InputStream> createFile) |
void |
ITransactionRecoveryStorageContext.createFile(java.lang.String name,
Action1<java.io.InputStream> createFile) |
Modifier and Type | Method and Description |
---|---|
void |
IRavenQueryProvider.afterQueryExecuted(Action1<QueryResult> afterQueryExecuted)
Callback to get the results of the query
|
void |
RavenQueryProvider.afterQueryExecuted(Action1<QueryResult> afterQueryExecutedCallback)
Callback to get the results of the query
|
Lazy<java.util.List<T>> |
RavenQueryInspector.lazily(Action1<java.util.List<T>> onEval) |
<S> Lazy<java.util.List<S>> |
RavenQueryProvider.lazily(java.lang.Class<S> clazz,
com.mysema.query.types.Expression<?> expression,
Action1<java.util.List<S>> onEval) |
<T> Lazy<java.util.List<T>> |
IRavenQueryProvider.lazily(java.lang.Class<T> clazz,
com.mysema.query.types.Expression<?> expression,
Action1<java.util.List<T>> onEval)
Convert the Linq query to a lazy Lucene query and provide a function to execute when it is being evaluate
|
Constructor and Description |
---|
RavenQueryProviderProcessor(java.lang.Class<T> clazz,
IDocumentQueryGenerator queryGenerator,
DocumentQueryCustomizationFactory customizeQuery,
Action1<QueryResult> afterQueryExecuted,
java.lang.String indexName,
java.util.Set<java.lang.String> fieldsToFetch,
java.util.List<RenamedField> fieldsToRename,
boolean isMapReduce,
java.lang.String resultsTransformer,
java.util.Map<java.lang.String,RavenJToken> transformerParameters) |
Modifier and Type | Field and Description |
---|---|
protected Action1<java.lang.String> |
EvictItemsFromCacheBasedOnChanges.evictCacheOldItems |
Constructor and Description |
---|
EvictItemsFromCacheBasedOnChanges(java.lang.String databaseName,
IDatabaseChanges changes,
Action1<java.lang.String> evictCacheOldItems) |
Modifier and Type | Method and Description |
---|---|
static <T> IObserver<T> |
Observers.create(Action1<T> action) |
Constructor and Description |
---|
Observers.ActionBasedObserver(Action1<T> action) |
Copyright © 2014. All Rights Reserved.