Interface SpooledLocation
- All Known Implementing Classes:
SpooledLocation.CoordinatorLocation,SpooledLocation.DirectLocation
@Experimental(eta="2025-05-31")
public sealed interface SpooledLocation
permits SpooledLocation.CoordinatorLocation, SpooledLocation.DirectLocation
-
Method Details
-
headers
-
identifier
io.airlift.slice.Slice identifier() -
coordinatorLocation
static SpooledLocation.CoordinatorLocation coordinatorLocation(io.airlift.slice.Slice identifier, Map<String, List<String>> headers)
-