JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
M
N
O
P
Q
S
T
U
W
A
authentication(String, String)
- Method in class org.togglz.mongodb.
MongoStateRepository.Builder
Specifies the username and password used to authenticate against the server.
authentication(String, char[])
- Method in class org.togglz.mongodb.
MongoStateRepository.Builder
Specifies the username and password used to authenticate against the server.
B
build()
- Method in class org.togglz.mongodb.
MongoStateRepository.Builder
Creates a new
MongoStateRepository
using the current settings.
Builder(MongoClient, String)
- Constructor for class org.togglz.mongodb.
MongoStateRepository.Builder
Creates a new builder for a
MongoStateRepository
.
C
collection(String)
- Method in class org.togglz.mongodb.
MongoStateRepository.Builder
The name of the collection used by the repository to store the feature state.
collection
- Variable in class org.togglz.mongodb.
MongoStateRepository
D
dbname
- Variable in class org.togglz.mongodb.
MongoStateRepository
F
FIELD_ENABLED
- Static variable in class org.togglz.mongodb.
MongoStateRepository
FIELD_FEATURE
- Static variable in class org.togglz.mongodb.
MongoStateRepository
FIELD_PARAMS
- Static variable in class org.togglz.mongodb.
MongoStateRepository
FIELD_STRATEGY
- Static variable in class org.togglz.mongodb.
MongoStateRepository
G
getFeatureState(Feature)
- Method in class org.togglz.mongodb.
MongoStateRepository
M
mongoClient
- Variable in class org.togglz.mongodb.
MongoStateRepository
MongoStateRepository
- Class in
org.togglz.mongodb
A state repository which stores the feature state in a MongoDB database.
MongoStateRepository.Builder
- Class in
org.togglz.mongodb
Builder for a
MongoStateRepository
.
N
newBuilder(MongoClient, String)
- Static method in class org.togglz.mongodb.
MongoStateRepository
Creates a new builder for creating a
MongoStateRepository
.
O
org.togglz.mongodb
- package org.togglz.mongodb
P
password
- Variable in class org.togglz.mongodb.
MongoStateRepository
Q
queryFor(Feature)
- Method in class org.togglz.mongodb.
MongoStateRepository
S
setFeatureState(FeatureState)
- Method in class org.togglz.mongodb.
MongoStateRepository
T
togglzCollection()
- Method in class org.togglz.mongodb.
MongoStateRepository
U
username
- Variable in class org.togglz.mongodb.
MongoStateRepository
W
writeConcern(WriteConcern)
- Method in class org.togglz.mongodb.
MongoStateRepository.Builder
The
WriteConcern
used when accessing the database.
writeConcert
- Variable in class org.togglz.mongodb.
MongoStateRepository
A
B
C
D
F
G
M
N
O
P
Q
S
T
U
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All Rights Reserved.