void |
Connector.clearStatisticProperty(String propertyName,
String methodName) |
Remove a property statistic.
|
void |
Connector.clearStatisticTimestamp(String timestampName,
String methodName) |
Remove a timestamp statistic.
|
Map<String,List<String>> |
SampleDataExtension.getSampleData(int pageSize) |
Return sample data for the default user configured for this connector.
|
Map<String,List<String>> |
SampleDataExtension.getSampleData(String userId,
int pageSize) |
Return sample data for the calling user.
|
int |
Connector.getStatisticCounter(String counterName,
String methodName) |
Retrieve the value for a specific counter statistic.
|
String |
Connector.getStatisticProperty(String propertyName,
String methodName) |
Return the value associated with the supplied property name (or null if the property name is not known.
|
Date |
Connector.getStatisticTimestamp(String timestampName,
String methodName) |
Return the value associated with the supplied timestamp name (or null if the timestamp name is not known).
|
void |
Connector.incrementStatisticCounter(String counterName,
String methodName) |
Increment the named counter.
|
void |
Connector.initializeStatisticCounter(String counterName,
int counterValue,
String methodName) |
Reset (or initialize) the value of a counter.
|
void |
Connector.setStatisticProperty(String propertyName,
String propertyValue,
String methodName) |
Set up the requested property.
|
void |
Connector.setStatisticTimestamp(String timestampName,
Date timestampValue,
String methodName) |
Set up the requested timestamp.
|