A B C D E F G H I K L M N O Q R S T U V 

A

add(E) - Method in class de.bwaldvogel.mongo.backend.LimitedList
 
add(BSONObject, Integer) - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
add(BSONObject, Integer) - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
addDocument(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
addDocument(BSONObject) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
addIndex(Index) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
addIndex(Index) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
addNamespace(MongoCollection) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
addNumbers(Number, Number) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
asList(Object) - Static method in class de.bwaldvogel.mongo.backend.Utils
 

B

bind(SocketAddress) - Method in class de.bwaldvogel.mongo.MongoServer
 
bind() - Method in class de.bwaldvogel.mongo.MongoServer
starts and binds the server on a local random port

C

calculateSize(BSONObject) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
canHandle(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
canHandle(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class de.bwaldvogel.mongo.wire.MongoDatabaseHandler
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class de.bwaldvogel.mongo.wire.MongoDatabaseHandler
 
checkAdd(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
checkAdd(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
checkMatchAndOrNor(Object, String, Object) - Method in class de.bwaldvogel.mongo.backend.DefaultQueryMatcher
 
checkUpdate(BSONObject, BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
checkUpdate(BSONObject, BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
clearLastStatus(Channel) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
ClientRequest - Class in de.bwaldvogel.mongo.wire.message
 
ClientRequest(Channel, MessageHeader, String) - Constructor for class de.bwaldvogel.mongo.wire.message.ClientRequest
 
cloneValue(Object) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
compare(BSONObject, BSONObject) - Method in class de.bwaldvogel.mongo.backend.DocumentComparator
 
compare(Object, Object) - Method in class de.bwaldvogel.mongo.backend.ValueComparator
 
Constants - Class in de.bwaldvogel.mongo.backend
 
Constants() - Constructor for class de.bwaldvogel.mongo.backend.Constants
 
containsQueryExpression(Object) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
count() - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
count(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
count(BSONObject) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
count() - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
createPattern(String, String) - Static method in class de.bwaldvogel.mongo.backend.Utils
 

D

de.bwaldvogel.mongo - package de.bwaldvogel.mongo
 
de.bwaldvogel.mongo.backend - package de.bwaldvogel.mongo.backend
 
de.bwaldvogel.mongo.backend.memory - package de.bwaldvogel.mongo.backend.memory
 
de.bwaldvogel.mongo.backend.memory.index - package de.bwaldvogel.mongo.backend.memory.index
 
de.bwaldvogel.mongo.exception - package de.bwaldvogel.mongo.exception
 
de.bwaldvogel.mongo.wire - package de.bwaldvogel.mongo.wire
Contains classes implementing the MongoDB wire protocol.
de.bwaldvogel.mongo.wire.message - package de.bwaldvogel.mongo.wire.message
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class de.bwaldvogel.mongo.wire.MongoWireProtocolHandler
 
DefaultQueryMatcher - Class in de.bwaldvogel.mongo.backend
 
DefaultQueryMatcher() - Constructor for class de.bwaldvogel.mongo.backend.DefaultQueryMatcher
 
DocumentComparator - Class in de.bwaldvogel.mongo.backend
 
DocumentComparator(BSONObject) - Constructor for class de.bwaldvogel.mongo.backend.DocumentComparator
 
dropDatabase(MemoryDatabase) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
DuplicateKeyError - Exception in de.bwaldvogel.mongo.exception
 
DuplicateKeyError(Index, Object) - Constructor for exception de.bwaldvogel.mongo.exception.DuplicateKeyError
 

E

encode(ChannelHandlerContext, Channel, Object) - Method in class de.bwaldvogel.mongo.wire.MongoWireEncoder
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class de.bwaldvogel.mongo.wire.MongoWireProtocolHandler
 

F

findAndModify(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
findAndModify(BSONObject) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
Flag - Interface in de.bwaldvogel.mongo.wire
 

G

getById(int) - Static method in enum de.bwaldvogel.mongo.wire.OpCode
 
getChannel() - Method in class de.bwaldvogel.mongo.wire.message.ClientRequest
 
getCode() - Method in exception de.bwaldvogel.mongo.exception.MongoServerError
 
getCollectionName() - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
getCollectionName() - Method in class de.bwaldvogel.mongo.wire.message.ClientRequest
 
getCommand() - Method in exception de.bwaldvogel.mongo.exception.NoSuchCommandException
 
getCount() - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
getCount() - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
getCurrentOperations(MongoQuery) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
getCurrentOperations(MongoQuery) - Method in interface de.bwaldvogel.mongo.backend.MongoBackend
 
getCurrentOperations(MongoQuery) - Method in class de.bwaldvogel.mongo.backend.ReadOnlyProxy
 
getCursorId() - Method in class de.bwaldvogel.mongo.wire.message.MongoReply
 
getDatabaseName() - Method in interface de.bwaldvogel.mongo.backend.memory.MongoDatabase
 
getDatabaseName() - Method in class de.bwaldvogel.mongo.wire.message.ClientRequest
 
getDatabaseName() - Method in interface de.bwaldvogel.mongo.wire.message.Message
 
getDataSize() - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
getDataSize() - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
getDocuments() - Method in class de.bwaldvogel.mongo.wire.message.MongoInsert
 
getDocuments() - Method in class de.bwaldvogel.mongo.wire.message.MongoReply
 
getFlags() - Method in class de.bwaldvogel.mongo.wire.message.MongoReply
 
getFullCollectionName() - Method in class de.bwaldvogel.mongo.wire.message.ClientRequest
 
getFullName() - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
getHeader() - Method in class de.bwaldvogel.mongo.wire.message.ClientRequest
 
getHeader() - Method in class de.bwaldvogel.mongo.wire.message.MongoReply
 
getId() - Method in enum de.bwaldvogel.mongo.wire.OpCode
 
getKeyValue(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
getKeyValue(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
getListSafe(Object, String) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
getLocalAddress() - Method in class de.bwaldvogel.mongo.MongoServer
 
getName() - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
getName() - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
getNumberToReturn() - Method in class de.bwaldvogel.mongo.wire.message.MongoQuery
 
getNumberToSkip() - Method in class de.bwaldvogel.mongo.wire.message.MongoQuery
 
getNumIndexes() - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
getNumIndexes() - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
getPositions(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
getPositions(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
getQuery() - Method in class de.bwaldvogel.mongo.wire.message.MongoQuery
 
getRequestID() - Method in class de.bwaldvogel.mongo.wire.message.MessageHeader
 
getResponseTo() - Method in class de.bwaldvogel.mongo.wire.message.MessageHeader
 
getReturnFieldSelector() - Method in class de.bwaldvogel.mongo.wire.message.MongoQuery
 
getSelector() - Method in class de.bwaldvogel.mongo.wire.message.MongoDelete
 
getSelector() - Method in class de.bwaldvogel.mongo.wire.message.MongoUpdate
 
getStartDate() - Method in class de.bwaldvogel.mongo.wire.MongoDatabaseHandler
 
getStartingFrom() - Method in class de.bwaldvogel.mongo.wire.message.MongoReply
 
getStats() - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
getStats() - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
getSubdocumentValue(BSONObject, String) - Static method in class de.bwaldvogel.mongo.backend.DocumentComparator
 
getSubdocumentValue(BSONObject, String) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
getSubkey(String, int, AtomicReference<Integer>) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
getUpdate() - Method in class de.bwaldvogel.mongo.wire.message.MongoUpdate
 

H

handleAdminCommand(Channel, String, BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
handleClose(Channel) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
handleClose(Channel) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
handleClose(Channel) - Method in interface de.bwaldvogel.mongo.backend.memory.MongoDatabase
 
handleClose(Channel) - Method in interface de.bwaldvogel.mongo.backend.MongoBackend
 
handleClose(Channel) - Method in class de.bwaldvogel.mongo.backend.ReadOnlyProxy
 
handleCommand(Channel, String, String, BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
handleCommand(Channel, String, BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
handleCommand(Channel, String, BSONObject) - Method in interface de.bwaldvogel.mongo.backend.memory.MongoDatabase
 
handleCommand(Channel, String, String, BSONObject) - Method in interface de.bwaldvogel.mongo.backend.MongoBackend
 
handleCommand(Channel, String, String, BSONObject) - Method in class de.bwaldvogel.mongo.backend.ReadOnlyProxy
 
handleCommand(Channel, MongoQuery, List<BSONObject>) - Method in class de.bwaldvogel.mongo.wire.MongoDatabaseHandler
 
handleDelete(MongoDelete) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
handleDelete(MongoDelete) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
handleDelete(MongoDelete) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
handleDelete(MongoDelete) - Method in interface de.bwaldvogel.mongo.backend.memory.MongoDatabase
 
handleDelete(MongoDelete) - Method in interface de.bwaldvogel.mongo.backend.MongoBackend
 
handleDelete(MongoDelete) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
handleDelete(MongoDelete) - Method in class de.bwaldvogel.mongo.backend.ReadOnlyProxy
 
handleDistinct(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
handleDistinct(BSONObject) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
handleInsert(MongoInsert) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
handleInsert(MongoInsert) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
handleInsert(MongoInsert) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
handleInsert(MongoInsert) - Method in interface de.bwaldvogel.mongo.backend.memory.MongoDatabase
 
handleInsert(MongoInsert) - Method in interface de.bwaldvogel.mongo.backend.MongoBackend
 
handleInsert(MongoInsert) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
handleInsert(MongoInsert) - Method in class de.bwaldvogel.mongo.backend.ReadOnlyProxy
 
handleQuery(MongoQuery) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
handleQuery(BSONObject, int, int) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
handleQuery(BSONObject, int, int, BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
handleQuery(MongoQuery) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
handleQuery(MongoQuery) - Method in interface de.bwaldvogel.mongo.backend.memory.MongoDatabase
 
handleQuery(MongoQuery) - Method in interface de.bwaldvogel.mongo.backend.MongoBackend
 
handleQuery(BSONObject, int, int, BSONObject) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
handleQuery(MongoQuery) - Method in class de.bwaldvogel.mongo.backend.ReadOnlyProxy
 
handleQuery(Channel, MongoQuery) - Method in class de.bwaldvogel.mongo.wire.MongoDatabaseHandler
 
handleUpdate(MongoUpdate) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
handleUpdate(MongoUpdate) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
handleUpdate(MongoUpdate) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
handleUpdate(MongoUpdate) - Method in interface de.bwaldvogel.mongo.backend.memory.MongoDatabase
 
handleUpdate(MongoUpdate) - Method in interface de.bwaldvogel.mongo.backend.MongoBackend
 
handleUpdate(MongoUpdate) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
handleUpdate(MongoUpdate) - Method in class de.bwaldvogel.mongo.backend.ReadOnlyProxy
 

I

ID_FIELD - Static variable in class de.bwaldvogel.mongo.backend.Constants
 
ID_INDEX_NAME - Static variable in class de.bwaldvogel.mongo.backend.Constants
 
Index - Class in de.bwaldvogel.mongo.backend.memory.index
 
Index() - Constructor for class de.bwaldvogel.mongo.backend.memory.index.Index
 
isEmpty() - Method in class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
isEmpty() - Method in interface de.bwaldvogel.mongo.backend.memory.MongoDatabase
 
isMulti() - Method in class de.bwaldvogel.mongo.wire.message.MongoUpdate
 
isSet(int) - Method in interface de.bwaldvogel.mongo.wire.Flag
 
isSet(int) - Method in enum de.bwaldvogel.mongo.wire.QueryFlag
 
isSet(int) - Method in enum de.bwaldvogel.mongo.wire.UpdateFlag
 
isSlaveOk() - Method in class de.bwaldvogel.mongo.wire.message.MongoQuery
 
isTrue(Object) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
isUpsert() - Method in class de.bwaldvogel.mongo.wire.message.MongoUpdate
 

K

KeyConstraintError - Exception in de.bwaldvogel.mongo.exception
 
KeyConstraintError(int, String) - Constructor for exception de.bwaldvogel.mongo.exception.KeyConstraintError
 

L

LimitedList<E> - Class in de.bwaldvogel.mongo.backend
 
LimitedList(int) - Constructor for class de.bwaldvogel.mongo.backend.LimitedList
 

M

main(String[]) - Static method in class de.bwaldvogel.mongo.MongoServer
 
markOkay(BSONObject) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
matches(BSONObject, BSONObject) - Method in class de.bwaldvogel.mongo.backend.DefaultQueryMatcher
 
matches(BSONObject, BSONObject) - Method in interface de.bwaldvogel.mongo.backend.QueryMatcher
 
matchPosition(BSONObject, BSONObject) - Method in class de.bwaldvogel.mongo.backend.DefaultQueryMatcher
 
matchPosition(BSONObject, BSONObject) - Method in interface de.bwaldvogel.mongo.backend.QueryMatcher
 
MAX_BSON_OBJECT_SIZE - Static variable in class de.bwaldvogel.mongo.wire.MongoWireProtocolHandler
 
MAX_MESSAGE_SIZE_BYTES - Static variable in class de.bwaldvogel.mongo.wire.MongoWireProtocolHandler
 
MAX_NS_LENGTH - Static variable in class de.bwaldvogel.mongo.backend.Constants
 
MemoryBackend - Class in de.bwaldvogel.mongo.backend.memory
 
MemoryBackend() - Constructor for class de.bwaldvogel.mongo.backend.memory.MemoryBackend
 
MemoryCollection - Class in de.bwaldvogel.mongo.backend.memory
 
MemoryCollection(String, String, String) - Constructor for class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
MemoryDatabase - Class in de.bwaldvogel.mongo.backend.memory
 
MemoryDatabase(MemoryBackend, String) - Constructor for class de.bwaldvogel.mongo.backend.memory.MemoryDatabase
 
MemoryIndexesCollection - Class in de.bwaldvogel.mongo.backend.memory
 
MemoryIndexesCollection(String) - Constructor for class de.bwaldvogel.mongo.backend.memory.MemoryIndexesCollection
 
MemoryNamespacesCollection - Class in de.bwaldvogel.mongo.backend.memory
 
MemoryNamespacesCollection(String) - Constructor for class de.bwaldvogel.mongo.backend.memory.MemoryNamespacesCollection
 
Message - Interface in de.bwaldvogel.mongo.wire.message
 
MessageHeader - Class in de.bwaldvogel.mongo.wire.message
 
MessageHeader(int, int) - Constructor for class de.bwaldvogel.mongo.wire.message.MessageHeader
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class de.bwaldvogel.mongo.wire.MongoDatabaseHandler
 
MongoBackend - Interface in de.bwaldvogel.mongo.backend
 
MongoCollection - Class in de.bwaldvogel.mongo.backend
 
MongoCollection(String, String) - Constructor for class de.bwaldvogel.mongo.backend.MongoCollection
 
MongoDatabase - Interface in de.bwaldvogel.mongo.backend.memory
 
MongoDatabaseHandler - Class in de.bwaldvogel.mongo.wire
 
MongoDatabaseHandler(MongoBackend, ChannelGroup) - Constructor for class de.bwaldvogel.mongo.wire.MongoDatabaseHandler
 
MongoDelete - Class in de.bwaldvogel.mongo.wire.message
 
MongoDelete(Channel, MessageHeader, String, BSONObject) - Constructor for class de.bwaldvogel.mongo.wire.message.MongoDelete
 
MongoInsert - Class in de.bwaldvogel.mongo.wire.message
 
MongoInsert(Channel, MessageHeader, String, List<BSONObject>) - Constructor for class de.bwaldvogel.mongo.wire.message.MongoInsert
 
MongoQuery - Class in de.bwaldvogel.mongo.wire.message
 
MongoQuery(Channel, MessageHeader, String, int, int, BSONObject, BSONObject) - Constructor for class de.bwaldvogel.mongo.wire.message.MongoQuery
 
MongoReply - Class in de.bwaldvogel.mongo.wire.message
 
MongoReply(MessageHeader, BSONObject) - Constructor for class de.bwaldvogel.mongo.wire.message.MongoReply
 
MongoReply(MessageHeader, List<? extends BSONObject>) - Constructor for class de.bwaldvogel.mongo.wire.message.MongoReply
 
MongoServer - Class in de.bwaldvogel.mongo
 
MongoServer() - Constructor for class de.bwaldvogel.mongo.MongoServer
creates a mongo server with in-memory backend
MongoServer(MongoBackend) - Constructor for class de.bwaldvogel.mongo.MongoServer
 
MongoServerError - Exception in de.bwaldvogel.mongo.exception
 
MongoServerError(int, String) - Constructor for exception de.bwaldvogel.mongo.exception.MongoServerError
 
MongoServerException - Exception in de.bwaldvogel.mongo.exception
 
MongoServerException(String) - Constructor for exception de.bwaldvogel.mongo.exception.MongoServerException
 
MongoServerException(String, Throwable) - Constructor for exception de.bwaldvogel.mongo.exception.MongoServerException
 
MongoSilentServerException - Exception in de.bwaldvogel.mongo.exception
similar to MongoServerException but will not be logged as error with stacktrace
MongoSilentServerException(String) - Constructor for exception de.bwaldvogel.mongo.exception.MongoSilentServerException
 
MongoUpdate - Class in de.bwaldvogel.mongo.wire.message
 
MongoUpdate(Channel, MessageHeader, String, BSONObject, BSONObject, boolean, boolean) - Constructor for class de.bwaldvogel.mongo.wire.message.MongoUpdate
 
MongoWireEncoder - Class in de.bwaldvogel.mongo.wire
 
MongoWireEncoder() - Constructor for class de.bwaldvogel.mongo.wire.MongoWireEncoder
 
MongoWireProtocolHandler - Class in de.bwaldvogel.mongo.wire
MongoWireProtocolHandler() - Constructor for class de.bwaldvogel.mongo.wire.MongoWireProtocolHandler
 

N

normalizeValue(Object) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
NoSuchCommandException - Exception in de.bwaldvogel.mongo.exception
 
NoSuchCommandException(String) - Constructor for exception de.bwaldvogel.mongo.exception.NoSuchCommandException
 
nullAwareEquals(Object, Object) - Static method in class de.bwaldvogel.mongo.backend.Utils
 

O

OpCode - Enum in de.bwaldvogel.mongo.wire
 

Q

QueryFlag - Enum in de.bwaldvogel.mongo.wire
 
QueryMatcher - Interface in de.bwaldvogel.mongo.backend
 

R

ReadOnlyProxy - Class in de.bwaldvogel.mongo.backend
 
ReadOnlyProxy(MongoBackend) - Constructor for class de.bwaldvogel.mongo.backend.ReadOnlyProxy
 
ReadOnlyProxy.ReadOnlyException - Exception in de.bwaldvogel.mongo.backend
 
ReadOnlyProxy.ReadOnlyException(String) - Constructor for exception de.bwaldvogel.mongo.backend.ReadOnlyProxy.ReadOnlyException
 
remove(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
remove(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
removeDocument(BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
removeDocument(BSONObject) - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
removeFrom(int) - Method in interface de.bwaldvogel.mongo.wire.Flag
 
removeFrom(int) - Method in enum de.bwaldvogel.mongo.wire.QueryFlag
 
removeFrom(int) - Method in enum de.bwaldvogel.mongo.wire.UpdateFlag
 
removeListSafe(Object, String) - Static method in class de.bwaldvogel.mongo.backend.Utils
 

S

setListSafe(Object, String, Object) - Static method in class de.bwaldvogel.mongo.backend.Utils
 
setSlaveOk(boolean) - Method in class de.bwaldvogel.mongo.wire.message.MongoQuery
 
shutdown() - Method in class de.bwaldvogel.mongo.MongoServer
 
shutdownNow() - Method in class de.bwaldvogel.mongo.MongoServer
 

T

toString() - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
toString() - Method in class de.bwaldvogel.mongo.MongoServer
 
toString() - Method in class de.bwaldvogel.mongo.wire.message.MessageHeader
 
toString() - Method in class de.bwaldvogel.mongo.wire.message.MongoDelete
 
toString() - Method in class de.bwaldvogel.mongo.wire.message.MongoInsert
 
toString() - Method in class de.bwaldvogel.mongo.wire.message.MongoQuery
 
toString() - Method in class de.bwaldvogel.mongo.wire.message.MongoReply
 
toString() - Method in class de.bwaldvogel.mongo.wire.message.MongoUpdate
 

U

UniqueIndex - Class in de.bwaldvogel.mongo.backend.memory.index
 
UniqueIndex(String, boolean) - Constructor for class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
UpdateFlag - Enum in de.bwaldvogel.mongo.wire
 
updateInPlace(BSONObject, BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.Index
 
updateInPlace(BSONObject, BSONObject) - Method in class de.bwaldvogel.mongo.backend.memory.index.UniqueIndex
 
Utils - Class in de.bwaldvogel.mongo.backend
 
Utils() - Constructor for class de.bwaldvogel.mongo.backend.Utils
 

V

validate() - Method in class de.bwaldvogel.mongo.backend.memory.MemoryCollection
 
validate() - Method in class de.bwaldvogel.mongo.backend.MongoCollection
 
ValueComparator - Class in de.bwaldvogel.mongo.backend
 
ValueComparator() - Constructor for class de.bwaldvogel.mongo.backend.ValueComparator
 
valueOf(String) - Static method in enum de.bwaldvogel.mongo.wire.OpCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.bwaldvogel.mongo.wire.QueryFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.bwaldvogel.mongo.wire.UpdateFlag
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.bwaldvogel.mongo.wire.OpCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.bwaldvogel.mongo.wire.QueryFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.bwaldvogel.mongo.wire.UpdateFlag
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class de.bwaldvogel.mongo.MongoServer
 
A B C D E F G H I K L M N O Q R S T U V 

Copyright © 2013. All Rights Reserved.