Class AbstractCacheableCall<T>
java.lang.Object
com.linecorp.centraldogma.server.storage.repository.AbstractCacheableCall<T>
- All Implemented Interfaces:
CacheableCall<T>
A skeletal implementation of
CacheableCall
.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
protected final Repository
repo()
Returns theRepository
which this call is associated with.final String
toString()
protected abstract void
toString
(com.google.common.base.MoreObjects.ToStringHelper helper) Overrides this method to add more information to thetoString()
result.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.linecorp.centraldogma.server.storage.repository.CacheableCall
execute, weigh
-
Constructor Details
-
AbstractCacheableCall
Creates a new instance.
-
-
Method Details
-
repo
Returns theRepository
which this call is associated with. -
hashCode
public int hashCode() -
equals
-
toString
-
toString
protected abstract void toString(com.google.common.base.MoreObjects.ToStringHelper helper) Overrides this method to add more information to thetoString()
result.
-