Package net.spy.memcached.ops
Interface GetConfigOperation.Callback
- All Superinterfaces:
OperationCallback
- Enclosing interface:
GetConfigOperation
Operation callback for the getConfig request.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgotData(ConfigurationType type, int flags, byte[] data) Callback for result from getConfig.Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Method Details
-
gotData
Callback for result from getConfig.- Parameters:
type- the type that was retrievedflags- the flags for this valuedata- the data stored under this type
-