| Package | Description |
|---|---|
| org.apache.tajo.plan.serder |
This package provides (de)serialization API for logical plan and it related parts.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanProto.PersistentStoreNode
Protobuf type
PersistentStoreNode |
static class |
PlanProto.PersistentStoreNode.Builder
Protobuf type
PersistentStoreNode |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.PersistentStoreNodeOrBuilder |
PlanProto.LogicalNodeOrBuilder.getPersistentStoreOrBuilder()
optional .PersistentStoreNode persistentStore = 19; |
PlanProto.PersistentStoreNodeOrBuilder |
PlanProto.LogicalNode.getPersistentStoreOrBuilder()
optional .PersistentStoreNode persistentStore = 19; |
PlanProto.PersistentStoreNodeOrBuilder |
PlanProto.LogicalNode.Builder.getPersistentStoreOrBuilder()
optional .PersistentStoreNode persistentStore = 19; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.