public class NamedFieldImpl extends Object implements NamedField
Constructor and Description |
---|
NamedFieldImpl(String name)
Construct field using its name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
TarantoolFieldMetadata |
metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata)
Returns metadata object corresponding to the field identifier type
|
String |
toIdentifier()
Get serializable form of the identifier
|
public NamedFieldImpl(String name)
name
- field name, should not be emptypublic TarantoolFieldMetadata metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
FieldIdentifier
metadata
in interface FieldIdentifier<TarantoolFieldMetadata,String>
metadata
in interface NamedField
metadataOperations
- for retrieving the operand metadata and checking the filed or index availabilityspaceMetadata
- space metadata this field or index belongs topublic String toIdentifier()
FieldIdentifier
toIdentifier
in interface FieldIdentifier<TarantoolFieldMetadata,String>
toIdentifier
in interface NamedField
Copyright © 2025 Picodata. All rights reserved.