JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
com.salesforce.multicloudj.pubsub.batcher
Interface Batcher.SizableItem
Enclosing class:
Batcher
<
T
>
public static interface
Batcher.SizableItem
Interface for items that can report their byte size. This is optional - items that don't implement this interface will be treated as having zero byte size.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getByteSize
()
Method Detail
getByteSize
int getByteSize()