Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
Modifier and Type | Method and Description |
---|---|
List<TextResult> |
MongoCollection.textSearch(Text.Builder command)
Invokes a
text command on the server. |
List<TextResult> |
MongoCollection.textSearch(Text command)
Invokes a
text command on the server. |
Future<List<TextResult>> |
MongoCollection.textSearchAsync(Text.Builder command)
Invokes a
text command on the server. |
Future<List<TextResult>> |
MongoCollection.textSearchAsync(Text command)
Invokes a
text command on the server. |
Modifier and Type | Method and Description |
---|---|
void |
MongoCollection.textSearchAsync(Callback<List<TextResult>> results,
Text.Builder command)
Invokes a
text command on the server. |
void |
MongoCollection.textSearchAsync(Callback<List<TextResult>> results,
Text command)
Invokes a
text command on the server. |
Modifier and Type | Method and Description |
---|---|
List<TextResult> |
AbstractMongoCollection.textSearch(Text.Builder command)
Invokes a
text command on the server. |
List<TextResult> |
AbstractMongoCollection.textSearch(Text command)
Invokes a
text command on the server. |
Future<List<TextResult>> |
AbstractMongoCollection.textSearchAsync(Text.Builder command)
Invokes a
text command on the server. |
Future<List<TextResult>> |
AbstractMongoCollection.textSearchAsync(Text command)
Invokes a
text command on the server. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMongoCollection.textSearchAsync(Callback<List<TextResult>> results,
Text.Builder command)
Invokes a
text command on the server. |
abstract void |
AbstractMongoCollection.textSearchAsync(Callback<List<TextResult>> results,
Text command)
Invokes a
text command on the server. |
void |
MongoCollectionImpl.textSearchAsync(Callback<List<TextResult>> results,
Text command)
Invokes a
text command on the server. |
Constructor and Description |
---|
TextCallback(Callback<List<TextResult>> delegate)
Creates a new TextCallback.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.