public class DatastoreParameters extends java.lang.Object implements ExternalParameters
TracedMethod
. A fluent builder is provided to
allow for easy usage and management of this API.Modifier and Type | Class and Description |
---|---|
static interface |
DatastoreParameters.Build |
protected static class |
DatastoreParameters.Builder |
static interface |
DatastoreParameters.CollectionParameter |
static interface |
DatastoreParameters.DatabaseParameter |
static interface |
DatastoreParameters.InstanceParameter |
static interface |
DatastoreParameters.OperationParameter |
static interface |
DatastoreParameters.SlowQueryParameter |
static interface |
DatastoreParameters.SlowQueryWithInputParameter |
Modifier | Constructor and Description |
---|---|
protected |
DatastoreParameters(DatastoreParameters datastoreParameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollection()
Returns the name of the collection or table.
|
java.lang.String |
getDatabaseName()
Return the name of the database where the query was executed.
|
java.lang.String |
getHost()
Returns the name of the host where the datastore is located.
|
java.lang.String |
getOperation()
Returns the datastore operation.
|
java.lang.String |
getPathOrId()
Return the path or id of the instance.
|
java.lang.Integer |
getPort()
Returns the port for the connection to the datastore.
|
java.lang.String |
getProduct()
Returns the name of the vendor.
|
static DatastoreParameters.CollectionParameter |
product(java.lang.String product)
Set the name of the vendor.
|
protected DatastoreParameters(DatastoreParameters datastoreParameters)
public java.lang.String getProduct()
public java.lang.String getCollection()
public java.lang.String getOperation()
public java.lang.String getHost()
public java.lang.Integer getPort()
public java.lang.String getPathOrId()
public java.lang.String getDatabaseName()
public static DatastoreParameters.CollectionParameter product(java.lang.String product)
product
- the name of the product