com.twitter.finagle.thrift.scribe.thriftscala.Scribe
ServicePerEndpoint
Companion object ServicePerEndpoint
trait ServicePerEndpoint extends ToThriftService with Filterable[ServicePerEndpoint]
- Alphabetic
- By Inheritance
- ServicePerEndpoint
- Filterable
- Filterable
- ToThriftService
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def log: Service[Args, SuccessType]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
asClosable: Closable
Used to close the underlying
Service.Used to close the underlying
Service. Not a user-defined API. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
filtered(filter: TypeAgnostic): ServicePerEndpoint
Prepends the given type-agnostic
Filterto all of theServicesand returns a copy of theServicePerEndpointnow including the filter.Prepends the given type-agnostic
Filterto all of theServicesand returns a copy of theServicePerEndpointnow including the filter.- Definition Classes
- ServicePerEndpoint → Filterable → Filterable
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toThriftService: ThriftService
Converts the
ServicePerEndpointto aGeneratedThriftService.Converts the
ServicePerEndpointto aGeneratedThriftService.- Definition Classes
- ServicePerEndpoint → ToThriftService
- See also
_root_.com.twitter.scrooge.ToThriftService
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withLog(log: Service[Args, SuccessType]): ServicePerEndpoint